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() |
String |
getObjectName() |
int |
getPriority() |
CFSAction<ATTACHEDTO> |
setCalculate(Boolean calculate)
Whether the action is valid and should be triggered or not.
|
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 ATTACHEDTO back()
public String getObjectName()
public String getCfsLabel()
public Boolean getCalculate()
public int getPriority()
Copyright © 2017. All rights reserved.