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

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

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

Fields in com.mirth.match.ejb.inex declared as Workflow
protected  Workflow WorkflowState.workflow
           
protected  Workflow WorkflowAction.workflow
           
protected  Workflow EntityDomain.workflow
           
 

Fields in com.mirth.match.ejb.inex with type parameters of type Workflow
protected  java.util.List<Workflow> EntityType.workflows
           
protected  java.util.List<Workflow> EntityRelationshipType.workflows
           
 

Methods in com.mirth.match.ejb.inex that return Workflow
 Workflow ObjectFactory.createWorkflow()
          Create an instance of Workflow
 Workflow WorkflowState.getWorkflow()
          Gets the value of the workflow property.
 Workflow WorkflowAction.getWorkflow()
          Gets the value of the workflow property.
 Workflow EntityDomain.getWorkflow()
          Gets the value of the workflow property.
 

Methods in com.mirth.match.ejb.inex that return types with arguments of type Workflow
 java.util.List<Workflow> EntityType.getWorkflows()
          Gets the value of the workflows property.
 java.util.List<Workflow> EntityRelationshipType.getWorkflows()
          Gets the value of the workflows property.
 

Methods in com.mirth.match.ejb.inex with parameters of type Workflow
 void WorkflowState.setWorkflow(Workflow value)
          Sets the value of the workflow property.
 void WorkflowAction.setWorkflow(Workflow value)
          Sets the value of the workflow property.
 void EntityDomain.setWorkflow(Workflow value)
          Sets the value of the workflow property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.