Uses of Class
com.mirth.match.ejb.core.DtoWorkflow

Packages that use DtoWorkflow
com.mirth.match.client   
com.mirth.match.ejb.core   
 

Uses of DtoWorkflow in com.mirth.match.client
 

Methods in com.mirth.match.client that return types with arguments of type DtoWorkflow
 Result<DtoWorkflow> WorkflowManager.create(DtoWorkflow workflow)
          Create a Workflow from raw parameters.
 Result<DtoWorkflow> WorkflowManager.find(java.lang.String identifier)
          Returns the DtoWorkflow with the matching identifier
 

Methods in com.mirth.match.client with parameters of type DtoWorkflow
 Result<DtoWorkflow> WorkflowManager.create(DtoWorkflow workflow)
          Create a Workflow from raw parameters.
 

Uses of DtoWorkflow in com.mirth.match.ejb.core
 

Fields in com.mirth.match.ejb.core declared as DtoWorkflow
protected  DtoWorkflow CreateWorkflow.dtoWorkflow
           
 

Methods in com.mirth.match.ejb.core that return DtoWorkflow
 DtoWorkflow ObjectFactory.createDtoWorkflow()
          Create an instance of DtoWorkflow
 DtoWorkflow CreateWorkflow.getDtoWorkflow()
          Gets the value of the dtoWorkflow property.
 

Methods in com.mirth.match.ejb.core with parameters of type DtoWorkflow
 EisResult CORE.createWorkflow(DtoWorkflow dtoWorkflow)
           
 void CreateWorkflow.setDtoWorkflow(DtoWorkflow value)
          Sets the value of the dtoWorkflow property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.