public class CFSAction<ATTACHEDTO extends Help>
extends Action
Constructor and Description |
---|
CFSAction(ATTACHEDTO backLink,
Invocations<MethodInvocationRecord> invocations,
String cfsLabel) |
Modifier and Type | Method and Description |
---|---|
ATTACHEDTO |
back() |
Boolean |
getCalculate() |
String |
getCfsLabel() |
int |
getDistributedCalculationThreshold() |
String |
getObjectName() |
int |
getPriority() |
CFSAction<ATTACHEDTO> |
setCalculate(Boolean calculate)
Whether the action is valid and should be triggered or not.
|
CFSAction<ATTACHEDTO> |
setDistributedCalculationThreshold(int threshold)
Sets a job-individual threshold to start a distributed calculation.
|
CFSAction<ATTACHEDTO> |
setPriority(int priority)
Sets the prority of this job.
|
String |
toString() |
public CFSAction(ATTACHEDTO backLink, Invocations<MethodInvocationRecord> invocations, String cfsLabel)
public CFSAction<ATTACHEDTO> setCalculate(Boolean calculate)
calculate
- public CFSAction<ATTACHEDTO> setPriority(int priority)
priority
- Default is 0 (lowest user-definable priority). Max value is 9.public CFSAction<ATTACHEDTO> setDistributedCalculationThreshold(int threshold)
threshold
- The number of items that need to be part of the job in order to execute it in distributed mode.public ATTACHEDTO back()
public String getObjectName()
public String getCfsLabel()
public Boolean getCalculate()
public int getDistributedCalculationThreshold()
public int getPriority()
Copyright © 2019. All rights reserved.