Uses of Interface
com.redwood.scheduler.api.model.JobChainCallParameter
-
Packages that use JobChainCallParameter Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of JobChainCallParameter in com.redwood.scheduler.api.model
Subinterfaces of JobChainCallParameter in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
JobChainCallInExpressionParameter
Maps the value of an expression to an IN parameter for the JobDefinition.interface
JobChainCallInParameter
A definition of how to fill an IN parameter for the JobDefinition pointed to by the JobChainCall.interface
JobChainCallInReferenceParameter
Maps an output value from a job in a previous step, or an input value from the job chain to an IN parameter for the JobDefinition.interface
JobChainCallOutParameter
A definition of how to map an OUT parameter for the JobDefinition pointed to by the JobChainCall to an OUT parameter for the JobChain.interface
JobChainCallOutReferenceParameter
Maps an output value from the JobDefinition to an output value for the chain.
-