Uses of Class
lumis.content.workflow.TransitionScope
-
Packages that use TransitionScope Package Description lumis.content.workflow Provides workflow support for the content framework. -
-
Uses of TransitionScope in lumis.content.workflow
Methods in lumis.content.workflow that return TransitionScope Modifier and Type Method Description static TransitionScope
TransitionScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransitionScope[]
TransitionScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.content.workflow that return types with arguments of type TransitionScope Modifier and Type Method Description protected EnumSet<TransitionScope>
WorkflowTransitionConfig. getScopes()
Returns the scopes for a permission object.Methods in lumis.content.workflow with parameters of type TransitionScope Modifier and Type Method Description Collection<String>
WorkflowTransitionConfig. getPermissions(TransitionScope transitionScope)
Returns all permissions available for a given scope.Method parameters in lumis.content.workflow with type arguments of type TransitionScope Modifier and Type Method Description Collection<WorkflowTransitionConfig>
IWorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, WorkflowStateConfig state, String serviceInstanceId, EnumSet<TransitionScope> scopes, ITransaction transaction)
Returns the transitions that are accessible by thesessionConfig
's user, originating from a specific workflow state in the specified service instance.Collection<WorkflowTransitionConfig>
WorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, WorkflowStateConfig state, String serviceInstanceId, EnumSet<TransitionScope> scopes, ITransaction transaction)
protected boolean
WorkflowManager. hasTransitionPermission(SessionConfig sessionConfig, Collection<String> roles, WorkflowTransitionConfig transition, EnumSet<TransitionScope> transitionScopes, ITransaction transaction)
Checks if any of the roles have permission to the specified workflow transition.
-