Uses of Class
com.mirth.match.ejb.inex.WorkflowState

Packages that use WorkflowState
com.mirth.match.ejb.inex   
 

Uses of WorkflowState in com.mirth.match.ejb.inex
 

Fields in com.mirth.match.ejb.inex declared as WorkflowState
protected  WorkflowState Workflow.defaultInitialState
           
protected  WorkflowState WorkflowCondition.workflowState
           
 

Fields in com.mirth.match.ejb.inex with type parameters of type WorkflowState
protected  java.util.List<WorkflowState> WorkflowState.childStates
           
protected  java.util.List<WorkflowState> WorkflowState.parentStates
           
protected  java.util.List<WorkflowState> Workflow.states
           
 

Methods in com.mirth.match.ejb.inex that return WorkflowState
 WorkflowState ObjectFactory.createWorkflowState()
          Create an instance of WorkflowState
 WorkflowState Workflow.getDefaultInitialState()
          Gets the value of the defaultInitialState property.
 WorkflowState WorkflowCondition.getWorkflowState()
          Gets the value of the workflowState property.
 

Methods in com.mirth.match.ejb.inex that return types with arguments of type WorkflowState
 java.util.List<WorkflowState> WorkflowState.getChildStates()
          Gets the value of the childStates property.
 java.util.List<WorkflowState> WorkflowState.getParentStates()
          Gets the value of the parentStates property.
 java.util.List<WorkflowState> Workflow.getStates()
          Gets the value of the states property.
 

Methods in com.mirth.match.ejb.inex with parameters of type WorkflowState
 void Workflow.setDefaultInitialState(WorkflowState value)
          Sets the value of the defaultInitialState property.
 void WorkflowCondition.setWorkflowState(WorkflowState value)
          Sets the value of the workflowState property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.