Class CFSAction<T extends Help>
Object
Action
CFSAction<T>
- All Implemented Interfaces:
Help
public class CFSAction<T extends Help>
extends Action
This action starts calculation of selected CFS. It's a programmatic version
of the same action available in UI. As such it allows user to schedule the
action in calculation flow formula.
-
Field Summary
Fields inherited from class Action
jobs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionback()
int
int
setCalculate
(Boolean calculate) Whether the action is valid and should be triggered or not.setDistributedCalculationThreshold
(int threshold) Sets a job-individual threshold to start a distributed calculation.setNextJobs
(List<ChainedJobInfo> jobs) Defines subsequent follow-on jobssetPriority
(int priority) Sets the prority of this job.toString()
-
Constructor Details
-
CFSAction
-
-
Method Details
-
setCalculate
Whether the action is valid and should be triggered or not.- Parameters:
calculate
-- true - calculation of the CFS is started as background process
- false - calculation of the CFS is NOT started at all
-
setPriority
Sets the prority of this job.- Parameters:
priority
- Default is 0 (lowest user-definable priority). Max value is 9.- Returns:
-
setDistributedCalculationThreshold
Sets a job-individual threshold to start a distributed calculation. Please note: Any values below 1000 may very well be counter-productive and make the job slower!- Parameters:
threshold
- The number of items that need to be part of the job in order to execute it in distributed mode.- Returns:
-
back
-
getObjectName
-
setNextJobs
Defines subsequent follow-on jobs- Parameters:
jobs
- List of ChainedJobInfo objects- Returns:
-
getCfsLabel
-
getCalculate
-
getDistributedCalculationThreshold
public int getDistributedCalculationThreshold() -
getPriority
public int getPriority() -
getNextJobs
-
toString
-