Uses of Class
lumis.content.workflow.WorkflowStateConfig
-
Packages that use WorkflowStateConfig Package Description lumis.content.source.field.type lumis.content.workflow Provides workflow support for the content framework.lumis.service.autoadministration -
-
Uses of WorkflowStateConfig in lumis.content.source.field.type
Constructors in lumis.content.source.field.type with parameters of type WorkflowStateConfig Constructor Description Data(WorkflowStateConfig state, IResource workflowResource)
-
Uses of WorkflowStateConfig in lumis.content.workflow
Methods in lumis.content.workflow that return WorkflowStateConfig Modifier and Type Method Description WorkflowStateConfig
WorkflowConfig. getStartState()
Returns the start state for this workflow.WorkflowStateConfig
ContentWorkflowMetaData. getState()
Utility method that returns theWorkflowStateConfig
that corresponds to theContentWorkflowMetaData.getContentLocaleId()
andContentWorkflowMetaData.getStateId()
stored in this ContentWorkflowMetaData, based on the current transaction.WorkflowStateConfig
IWorkflowManager. getState(SessionConfig sessionConfig, String workflowId, String stateId, ITransaction transaction)
Returns a workflow state.WorkflowStateConfig
WorkflowConfig. getState(String stateId)
Returns the specified state of this workflow.WorkflowStateConfig
WorkflowManager. getState(SessionConfig sessionConfig, String workflowId, String stateId, ITransaction transaction)
Methods in lumis.content.workflow that return types with arguments of type WorkflowStateConfig Modifier and Type Method Description Collection<WorkflowStateConfig>
IWorkflowManager. getAccessibleStates(SessionConfig sessionConfig, String serviceInstanceId, boolean includeScopeAll, boolean includeScopeAssignedTo, ITransaction transaction)
Deprecated.Since 6.0.2, replaced byIWorkflowManager.getAccessibleStates(SessionConfig, String, EnumSet, ITransaction)
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, boolean includeScopeAll, boolean includeScopeAssignedTo, ITransaction transaction)
Deprecated.Collection<WorkflowStateConfig>
WorkflowManager. getAccessibleStates(SessionConfig sessionConfig, String serviceInstanceId, EnumSet<StateScope> scopes, ITransaction transaction)
List<WorkflowStateConfig>
WorkflowConfig. getStates()
Returns all states of this workflow.Methods in lumis.content.workflow with parameters of type WorkflowStateConfig Modifier and Type Method Description Collection<WorkflowTransitionConfig>
IWorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, WorkflowStateConfig state, String serviceInstanceId, boolean includeScopeAssignedTo, ITransaction transaction)
Deprecated.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, boolean includeScopeAssignedTo, ITransaction transaction)
Deprecated.Collection<WorkflowTransitionConfig>
WorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, WorkflowStateConfig state, String serviceInstanceId, EnumSet<TransitionScope> scopes, ITransaction transaction)
Collection<String>
IWorkflowManager. getPossibleAssignedTo(SessionConfig sessionConfig, String serviceInstanceId, WorkflowStateConfig workflowState, ITransaction transaction)
Returns the possible assignedTo values for a workflow state.Collection<String>
WorkflowManager. getPossibleAssignedTo(SessionConfig sessionConfig, String serviceInstanceId, WorkflowStateConfig workflowState, 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.Constructors in lumis.content.workflow with parameters of type WorkflowStateConfig Constructor Description WorkflowTransitionConfig(WorkflowStateConfig initialState, Node transitionElement)
-
Uses of WorkflowStateConfig in lumis.service.autoadministration
Methods in lumis.service.autoadministration with parameters of type WorkflowStateConfig Modifier and Type Method Description protected boolean
NonPublishedAndArchivedWorklowStatesByLocalizedNameDataProvider. isStateAllowed(WorkflowStateConfig stateConfig)
protected boolean
WorkflowStatesByLocalizedNameDataProvider. isStateAllowed(WorkflowStateConfig stateConfig)
Returnstrue
if the state is allowed to be included on source, otherwise returnsfalse
.
-