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

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

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

Fields in com.mirth.match.ejb.inex declared as WorkflowAction
protected  WorkflowAction WorkflowCondition.workflowAction
           
 

Fields in com.mirth.match.ejb.inex with type parameters of type WorkflowAction
protected  java.util.List<WorkflowAction> Workflow.actions
           
 

Methods in com.mirth.match.ejb.inex that return WorkflowAction
 WorkflowAction ObjectFactory.createWorkflowAction()
          Create an instance of WorkflowAction
 WorkflowAction WorkflowCondition.getWorkflowAction()
          Gets the value of the workflowAction property.
 

Methods in com.mirth.match.ejb.inex that return types with arguments of type WorkflowAction
 java.util.List<WorkflowAction> Workflow.getActions()
          Gets the value of the actions property.
 

Methods in com.mirth.match.ejb.inex with parameters of type WorkflowAction
 void WorkflowCondition.setWorkflowAction(WorkflowAction value)
          Sets the value of the workflowAction property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.