Package com.redwood.scheduler.api.model
Interface JobChainCallInParameter
-
- All Superinterfaces:
Detail
,JobChainCallParameter
,SchedulerEntity
,SchedulerEntityComp
- All Known Subinterfaces:
JobChainCallInExpressionParameter
,JobChainCallInReferenceParameter
public interface JobChainCallInParameter extends JobChainCallParameter
A definition of how to fill an IN parameter for the JobDefinition pointed to by the JobChainCall. A definition of how to fill an IN parameter for the JobDefinition pointed to by the JobChainCall.
-
-
Field Summary
Fields Modifier and Type Field Description static com.redwood.scheduler.infrastructure.logging.Versions
VERSION_JOBCHAINCALLINPARAMETER
-
Fields inherited from interface com.redwood.scheduler.api.model.Detail
VERSION_DETAIL
-
Fields inherited from interface com.redwood.scheduler.api.model.JobChainCallParameter
VERSION_JOBCHAINCALLPARAMETER
-
Fields inherited from interface com.redwood.scheduler.api.model.SchedulerEntity
ACTION_AUDIT, ACTION_EXPORT, ACTION_READ, BEHAVIOR_DEPRECATED, BEHAVIOR_NONE, BEHAVIOR_SYSTEM, VERSION_SCHEDULERENTITY
-
Fields inherited from interface com.redwood.scheduler.api.model.compatibility_14.SchedulerEntityComp
VERSION_SCHEDULERENTITYCOMP
-
-
Method Summary
-
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
-
-