Package | Description |
---|---|
lumis.content.workflow |
Provides workflow support for the content framework.
|
Modifier and Type | Method and Description |
---|---|
static StateScope |
StateScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateScope[] |
StateScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected EnumSet<StateScope> |
WorkflowStateConfig.getScopes()
Returns the scopes for a permission object.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
WorkflowStateConfig.getPermissions(StateScope stateScope)
Returns all permissions available for a given scope.
|
Modifier and Type | Method and Description |
---|---|
Collection<WorkflowStateConfig> |
IWorkflowManager.getAccessibleStates(SessionConfig sessionConfig,
String serviceInstanceId,
EnumSet<StateScope> scopes,
ITransaction transaction)
Returns a collection of workflow's accessible states.
|
Collection<WorkflowStateConfig> |
WorkflowManager.getAccessibleStates(SessionConfig sessionConfig,
String serviceInstanceId,
EnumSet<StateScope> scopes,
ITransaction transaction) |
protected boolean |
WorkflowManager.hasStatePermission(SessionConfig sessionConfig,
Collection<String> roles,
WorkflowStateConfig state,
EnumSet<StateScope> scopes,
ITransaction transaction)
Checks if any of the roles have permission to the specified workflow state.
|
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.