Uses of Enum
cdm.event.workflow.WorkflowStatusEnum
Packages that use WorkflowStatusEnum
Package
Description
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of WorkflowStatusEnum in cdm.event.workflow
Fields in cdm.event.workflow declared as WorkflowStatusEnumModifier and TypeFieldDescriptionprotected WorkflowStatusEnumWorkflowState.WorkflowStateBuilderImpl.workflowStatusMethods in cdm.event.workflow that return WorkflowStatusEnumModifier and TypeMethodDescriptionstatic WorkflowStatusEnumWorkflowStatusEnum.fromDisplayName(String name) WorkflowState.getWorkflowStatus()The workflow status indicator, e.g.WorkflowState.WorkflowStateBuilderImpl.getWorkflowStatus()WorkflowState.WorkflowStateImpl.getWorkflowStatus()static WorkflowStatusEnumReturns the enum constant of this type with the specified name.static WorkflowStatusEnum[]WorkflowStatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.event.workflow with parameters of type WorkflowStatusEnumModifier and TypeMethodDescriptionWorkflowState.WorkflowStateBuilder.setWorkflowStatus(WorkflowStatusEnum workflowStatus) WorkflowState.WorkflowStateBuilderImpl.setWorkflowStatus(WorkflowStatusEnum _workflowStatus)