Uses of Class
lumis.content.workflow.WorkflowStateConfig

Packages that use WorkflowStateConfig
lumis.content.source.field.type   
lumis.content.workflow Provides workflow support for the content framework. 
 

Uses of WorkflowStateConfig in lumis.content.source.field.type
 

Constructors in lumis.content.source.field.type with parameters of type WorkflowStateConfig
WorkflowStateDataType.Data(WorkflowStateConfig state, IResource workflowResource)
           
 

Uses of WorkflowStateConfig in lumis.content.workflow
 

Methods in lumis.content.workflow that return WorkflowStateConfig
 WorkflowStateConfig WorkflowConfig.getStartState()
          Returns the start state for this workflow.
 WorkflowStateConfig WorkflowManager.getState(SessionConfig sessionConfig, String workflowId, String stateId, ITransaction 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.
 

Methods in lumis.content.workflow that return types with arguments of type WorkflowStateConfig
 Collection<WorkflowStateConfig> WorkflowManager.getAccessibleStates(SessionConfig sessionConfig, String serviceInstanceId, boolean includeScopeAll, boolean includeScopeAssignedTo, ITransaction transaction)
           
 Collection<WorkflowStateConfig> IWorkflowManager.getAccessibleStates(SessionConfig sessionConfig, String serviceInstanceId, boolean includeScopeAll, boolean includeScopeAssignedTo, ITransaction transaction)
          Returns a collection of workflow's accessible states.
 List<WorkflowStateConfig> WorkflowConfig.getStates()
          Returns all states of this workflow.
 

Constructors in lumis.content.workflow with parameters of type WorkflowStateConfig
WorkflowTransitionConfig(WorkflowStateConfig initialState, Node transitionElement)
           
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.