Uses of Class
net.pricefx.common.dto.ChainedJobInfo
Packages that use ChainedJobInfo
Package
Description
Provides CalculationFlow API.
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 ChainedJobInfoModifier and TypeMethodDescriptionCFSAction.getNextJobs()
DataLoadAction.getNextJobs()
LivePriceGridAction.getNextJobs()
PricelistAction.getNextJobs()
SimulationAction.getNextJobs()
Method parameters in net.pricefx.common.apibuilder.calculationflowaction with type arguments of type ChainedJobInfoModifier 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
Methods in net.pricefx.common.dto that return types with arguments of type ChainedJobInfoMethod parameters in net.pricefx.common.dto with type arguments of type ChainedJobInfoModifier and TypeMethodDescriptionvoid
ChainedJobInfo.setNextJobs
(List<ChainedJobInfo> nextJobs) Sets a list of jobs that are then executed after this one.