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