Uses of Class
net.pricefx.common.dto.ChainedJobInfo
Package
Description
Provides CalculationFlow API.
Defines set of data transfer object (DTO) classes.
-
Uses of ChainedJobInfo in net.pricefx.common.apibuilder.calculationflowaction
Modifier and TypeMethodDescriptionCFSAction.getNextJobs()
DataLoadAction.getNextJobs()
LivePriceGridAction.getNextJobs()
PricelistAction.getNextJobs()
SimulationAction.getNextJobs()
Modifier and TypeMethodDescriptionCFSAction.setNextJobs
(List<ChainedJobInfo> jobs) Defines subsequent follow-on jobsDataLoadAction.setNextJobs
(List<ChainedJobInfo> jobs) Defines subsequent follow-on jobsLivePriceGridAction.setNextJobs
(List<ChainedJobInfo> jobs) Defines subsequent follow-on jobsPricelistAction.setNextJobs
(List<ChainedJobInfo> jobs) Defines subsequent follow-on jobsSimulationAction.setNextJobs
(List<ChainedJobInfo> jobs) Defines subsequent follow-on jobs -
Uses of ChainedJobInfo in net.pricefx.common.dto
Modifier and TypeMethodDescriptionvoid
ChainedJobInfo.setNextJobs
(List<ChainedJobInfo> nextJobs) Sets a list of jobs that are then executed after this one.