Uses of Class
net.pricefx.common.dto.ChainedJobInfo
-
Packages that use ChainedJobInfo Package Description net.pricefx.common.apibuilder.calculationflowaction Provides CalculationFlow API.net.pricefx.common.dto Defines set of data transfer object (DTO) classes. -
-
Uses of ChainedJobInfo in net.pricefx.common.apibuilder.calculationflowaction
Methods in net.pricefx.common.apibuilder.calculationflowaction that return types with arguments of type ChainedJobInfo Modifier and Type Method Description List<ChainedJobInfo>
CFSAction. getNextJobs()
List<ChainedJobInfo>
DataLoadAction. getNextJobs()
List<ChainedJobInfo>
LivePriceGridAction. getNextJobs()
List<ChainedJobInfo>
PricelistAction. getNextJobs()
List<ChainedJobInfo>
SimulationAction. getNextJobs()
Method parameters in net.pricefx.common.apibuilder.calculationflowaction with type arguments of type ChainedJobInfo Modifier and Type Method Description CFSAction<ATTACHEDTO>
CFSAction. setNextJobs(List<ChainedJobInfo> jobs)
Defines subsequent follow-on jobsDataLoadAction<ATTACHEDTO>
DataLoadAction. setNextJobs(List<ChainedJobInfo> jobs)
Defines subsequent follow-on jobsLivePriceGridAction<ATTACHEDTO>
LivePriceGridAction. setNextJobs(List<ChainedJobInfo> jobs)
Defines subsequent follow-on jobsPricelistAction<ATTACHEDTO>
PricelistAction. setNextJobs(List<ChainedJobInfo> jobs)
Defines subsequent follow-on jobsSimulationAction<ATTACHEDTO>
SimulationAction. setNextJobs(List<ChainedJobInfo> jobs)
Defines subsequent follow-on jobs -
Uses of ChainedJobInfo in net.pricefx.common.dto
Methods in net.pricefx.common.dto that return types with arguments of type ChainedJobInfo Modifier and Type Method Description List<ChainedJobInfo>
ChainedJobInfo. getNextJobs()
Method parameters in net.pricefx.common.dto with type arguments of type ChainedJobInfo Modifier and Type Method Description void
ChainedJobInfo. setNextJobs(List<ChainedJobInfo> nextJobs)
Sets a list of jobs that are then executed after this one.
-