Uses of Enum
cdm.event.workflow.WarehouseIdentityEnum
Packages that use WarehouseIdentityEnum
Package
Description
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of WarehouseIdentityEnum in cdm.event.workflow
Fields in cdm.event.workflow declared as WarehouseIdentityEnumModifier and TypeFieldDescriptionprotected WarehouseIdentityEnumWorkflowState.WorkflowStateBuilderImpl.warehouseIdentityMethods in cdm.event.workflow that return WarehouseIdentityEnumModifier and TypeMethodDescriptionstatic WarehouseIdentityEnumWarehouseIdentityEnum.fromDisplayName(String name) WorkflowState.getWarehouseIdentity()The identity of the warehouse, if any, that is executing that workflow step.WorkflowState.WorkflowStateBuilderImpl.getWarehouseIdentity()WorkflowState.WorkflowStateImpl.getWarehouseIdentity()static WarehouseIdentityEnumReturns the enum constant of this type with the specified name.static WarehouseIdentityEnum[]WarehouseIdentityEnum.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 WarehouseIdentityEnumModifier and TypeMethodDescriptionWorkflowState.WorkflowStateBuilder.setWarehouseIdentity(WarehouseIdentityEnum warehouseIdentity) WorkflowState.WorkflowStateBuilderImpl.setWarehouseIdentity(WarehouseIdentityEnum _warehouseIdentity)