Uses of Enum Class
com.lexmark.saperion.workflow.WorkflowProcessStateEnum
Packages that use WorkflowProcessStateEnum
Package
Description
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 WorkflowProcessStateEnumModifier and TypeMethodDescriptionWorkflowProcessType.getState()
Return the workflow state.static WorkflowProcessStateEnum
Returns the enum constant of this class with the specified name.static WorkflowProcessStateEnum[]
WorkflowProcessStateEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.lexmark.saperion.workflow with parameters of type WorkflowProcessStateEnumModifier and TypeMethodDescriptionvoid
WorkflowProcessType.setState
(WorkflowProcessStateEnum state) Sets the workflow state.