Uses of Class
com.lexmark.saperion.workflow.WorkflowProcessStateEnum
-
Packages that use WorkflowProcessStateEnum Package Description com.lexmark.saperion.workflow This package contains common types, references and enumerations for workflow-related ECM- Server functionality. -
-
Uses of WorkflowProcessStateEnum in com.lexmark.saperion.workflow
Methods in com.lexmark.saperion.workflow that return WorkflowProcessStateEnum Modifier and Type Method Description WorkflowProcessStateEnumWorkflowProcessType. getState()Return the workflow state.static WorkflowProcessStateEnumWorkflowProcessStateEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WorkflowProcessStateEnum[]WorkflowProcessStateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lexmark.saperion.workflow with parameters of type WorkflowProcessStateEnum Modifier and Type Method Description voidWorkflowProcessType. setState(WorkflowProcessStateEnum state)Sets the workflow state.
-