Package com.redwood.scheduler.api.model
Interface JobChainCallOutParameter
-
- All Superinterfaces:
Detail
,JobChainCallParameter
,SchedulerEntity
,SchedulerEntityComp
- All Known Subinterfaces:
JobChainCallOutReferenceParameter
public interface JobChainCallOutParameter extends JobChainCallParameter
A definition of how to map an OUT parameter for the JobDefinition pointed to by the JobChainCall to an OUT parameter for the JobChain. A definition of how to map an OUT parameter for the JobDefinition pointed to by the JobChainCall to an OUT parameter for the JobChain.
-
-
Field Summary
-
Fields inherited from interface com.redwood.scheduler.api.model.SchedulerEntity
ACTION_AUDIT, ACTION_EXPORT, ACTION_READ, BEHAVIOR_DEPRECATED, BEHAVIOR_NONE, BEHAVIOR_SYSTEM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setJobParameter(Job job)
Perform the required processing to set the target job parameter.-
Methods inherited from interface com.redwood.scheduler.api.model.JobChainCallParameter
getJobChainCall, getLocalJobDefinitionParameter, setLocalJobDefinitionParameter
-
Methods inherited from interface com.redwood.scheduler.api.model.SchedulerEntity
canPerform, createSubjectObjectPrivilegeGrant, deleteObject, getAuditTrail, getAuditTrailSize, getBehavior, getEffectiveBehavior, getErrorNameEN, getErrorNameKey, getLLPVersion, getLOV, getLOVSupport, getObjectType, getParentSchedulerEntities, getRuntime, getSubjectObjectPrivilegeGrantBySubject, getSubjectObjectPrivilegeGrants, getUniqueId, getUrl, getUrl, isCreated, isDeletable, isDeleted, isModifiable, isModified, isSelectVersioned, processRelatedObjects, processRelatedObjects, processRelatedObjects, refreshObject, resetObject, resetObject, resetValuesToDefault, selectForRead
-
-
-
-
Method Detail
-
setJobParameter
void setJobParameter(Job job)
Perform the required processing to set the target job parameter. Can throw runtime exception ParameterInMappingNotFoundException if the job definition parameter cannot be found on the job.- Parameters:
job
- The context job (must be a call) for the mapping.
-
-