Uses of Class
net.pricefx.common.apibuilder.calculationflowaction.CFSAction
Packages that use CFSAction
Package
Description
Provides CalculationFlow API.
-
Uses of CFSAction in net.pricefx.common.apibuilder.calculationflowaction
Methods in net.pricefx.common.apibuilder.calculationflowaction that return CFSActionModifier and TypeMethodDescriptionCalculationFlowActionBuilder.addCalculatedFieldSetAction(String cfsLabel) Adds CFS action to the list of actions that should be executed.CFSAction.setCalculate(Boolean calculate) Whether the action is valid and should be triggered or not.CFSAction.setDistributedCalculationThreshold(int threshold) Sets a job-individual threshold to start a distributed calculation.CFSAction.setNextJobs(List<ChainedJobInfo> jobs) Defines subsequent follow-on jobsCFSAction.setPriority(int priority) Sets the prority of this job.