Uses of Class
lumis.content.workflow.WorkflowTransitionConfig.WorkflowLockAction
-
Packages that use WorkflowTransitionConfig.WorkflowLockAction Package Description lumis.content.workflow Provides workflow support for the content framework. -
-
Uses of WorkflowTransitionConfig.WorkflowLockAction in lumis.content.workflow
Methods in lumis.content.workflow that return WorkflowTransitionConfig.WorkflowLockAction Modifier and Type Method Description WorkflowTransitionConfig.WorkflowLockAction
WorkflowTransitionConfig. getLockAction()
Returns the lockAction for this transition.static WorkflowTransitionConfig.WorkflowLockAction
WorkflowTransitionConfig.WorkflowLockAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkflowTransitionConfig.WorkflowLockAction[]
WorkflowTransitionConfig.WorkflowLockAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-