|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitionScope | |
---|---|
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 | |
---|---|
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 | |
---|---|
protected EnumSet<TransitionScope> |
WorkflowTransitionConfig.getScopes()
Returns the scopes for a permission object. |
Methods in lumis.content.workflow with parameters of type TransitionScope | |
---|---|
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 | |
---|---|
Collection<WorkflowTransitionConfig> |
WorkflowManager.getAccessibleTransitions(SessionConfig sessionConfig,
WorkflowStateConfig state,
String serviceInstanceId,
EnumSet<TransitionScope> scopes,
ITransaction transaction)
|
Collection<WorkflowTransitionConfig> |
IWorkflowManager.getAccessibleTransitions(SessionConfig sessionConfig,
WorkflowStateConfig state,
String serviceInstanceId,
EnumSet<TransitionScope> scopes,
ITransaction transaction)
Returns the transitions that are accessible by the sessionConfig 's user, originating from a specific workflow
state in the specified service instance. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |