Class ProcessFlowConstants
java.lang.Object
com.sas.lsaf.workflow.processflow.ProcessFlowConstants
A constants class that represents a comprehensive list of the signal event names that can affect process flow direction.
Note: these signals are defined as part of the process flow definition. The signal events include file
actions, such as lock, unlock, sign, and create.
- Since:
- 2.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe set of signal events that are supported within process flow definitions and process flows.static final StringThe signal name of the event that resulted from a file that was locked in a specific location.static final StringThe signal name of the event that resulted from a file that was saved to a specific location.static final StringThe signal name of the event that resulted from a file that was signed in a specific location.static final StringThe signal name of the event that resulted from a file that was unlocked in a specific location. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SAS_SIGNAL_EVENT_NAME_FILE_PUT
The signal name of the event that resulted from a file that was saved to a specific location. This includes files that are created, saved and uploaded.- See Also:
-
SAS_SIGNAL_EVENT_NAME_FILE_LOCKED
The signal name of the event that resulted from a file that was locked in a specific location.- See Also:
-
SAS_SIGNAL_EVENT_NAME_FILE_UNLOCKED
The signal name of the event that resulted from a file that was unlocked in a specific location.- See Also:
-
SAS_SIGNAL_EVENT_NAME_FILE_SIGNED
The signal name of the event that resulted from a file that was signed in a specific location.- See Also:
-
ALL_SIGNAL_EVENTS
The set of signal events that are supported within process flow definitions and process flows.
-
-
Constructor Details
-
ProcessFlowConstants
public ProcessFlowConstants()
-