Package com.saperion.ngc.resultset
Class LaunchWorkflowBean
java.lang.Object
com.saperion.ngc.resultset.LaunchWorkflowBean
Bean that holds information needed to launch a workflow.
-
Constructor Summary
ConstructorsConstructorDescriptionLaunchWorkflowBean
(String documentUid, String actor, String definition, String workflowComment) Constructor. -
Method Summary
-
Constructor Details
-
Method Details
-
getDocUid
- Returns:
- document UID
-
getActor
- Returns:
- workflow actor
-
setActor
- Parameters:
actor
- workflow actor
-
setActor
- Parameters:
userList
- list of next user ids
-
getDefinition
- Returns:
- workflow definition
-
getComment
- Returns:
- comment
-