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

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

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

Fields in com.mirth.match.ejb.inex with type parameters of type WorkflowCondition
protected  java.util.List<WorkflowCondition> WorkflowState.workflowConditions
           
protected  java.util.List<WorkflowCondition> WorkflowAction.workflowConditions
           
 

Methods in com.mirth.match.ejb.inex that return WorkflowCondition
 WorkflowCondition ObjectFactory.createWorkflowCondition()
          Create an instance of WorkflowCondition
 

Methods in com.mirth.match.ejb.inex that return types with arguments of type WorkflowCondition
 java.util.List<WorkflowCondition> WorkflowState.getWorkflowConditions()
          Gets the value of the workflowConditions property.
 java.util.List<WorkflowCondition> WorkflowAction.getWorkflowConditions()
          Gets the value of the workflowConditions property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.