Class AbstractExpendableTimerWorkflowAction
java.lang.Object
de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
de.uplanet.lucy.server.workflow.action.AbstractTimerWorkflowAction
de.uplanet.lucy.server.workflow.action.AbstractExpendableTimerWorkflowAction
- All Implemented Interfaces:
IActivatableWorkflowObject,INamedWorkflowObject,INeedWorkflow,IWorkflowAction,IWorkflowObject,Serializable
- Direct Known Subclasses:
ExpendableTimerDataGroupWorkflowAction,ExpendableTimerWorkflowAction
- See Also:
-
Field Summary
Fields inherited from interface de.uplanet.lucy.server.workflow.IWorkflowObject
GUID_COMPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the context variable name that will contain the date and time at which the timer will be triggered.booleanbooleanvoidsetContextVariableName(String p_strVariableName) Set the context variable name that will contain the date and time at which the timer will be triggered.voidsetNoValueIsError(boolean p_bNoValueIsError) voidsetPastValueIsError(boolean p_bPastValueIsError) Methods inherited from class de.uplanet.lucy.server.workflow.action.AbstractTimerWorkflowAction
getRulesTimeZone, getSavedState, isTriggerOverdueTimer, setRulesTimeZone, setSavedState, setTriggerOverdueTimerMethods inherited from class de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
getAfferentTransition, getEfferentTransition, getGuid, getName, getWorkflow, isActive, setActive, setAfferentTransition, setEfferentTransition, setName, setWorkflow, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.uplanet.lucy.server.workflow.IWorkflowAction
process
-
Constructor Details
-
AbstractExpendableTimerWorkflowAction
-
-
Method Details
-
getContextVariableName
Get the context variable name that will contain the date and time at which the timer will be triggered.- Returns:
- The context variable name.
-
setContextVariableName
Set the context variable name that will contain the date and time at which the timer will be triggered.- Parameters:
p_strVariableName- The context variable name.
-
isNoValueIsError
public boolean isNoValueIsError() -
setNoValueIsError
public void setNoValueIsError(boolean p_bNoValueIsError) -
isPastValueIsError
public boolean isPastValueIsError() -
setPastValueIsError
public void setPastValueIsError(boolean p_bPastValueIsError)
-