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

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

Uses of DtoWorkitem in com.mirth.match.client
 

Methods in com.mirth.match.client that return types with arguments of type DtoWorkitem
 DTOResult<DtoWorkitem> WorkitemManager.create(DtoWorkitem workitem)
           
 DTOResult<DtoWorkitem> WorkitemManager.find(java.lang.String identifier)
           
 DTOResult<java.util.List<DtoWorkitem>> WorkitemManager.findByFilter(WorkitemFilter filter)
           
 

Methods in com.mirth.match.client with parameters of type DtoWorkitem
 DTOResult<DtoWorkitem> WorkitemManager.create(DtoWorkitem workitem)
           
 

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

Fields in com.mirth.match.ejb.core declared as DtoWorkitem
protected  DtoWorkitem CreateWorkitem.dtoWorkitem
           
 

Methods in com.mirth.match.ejb.core that return DtoWorkitem
 DtoWorkitem ObjectFactory.createDtoWorkitem()
          Create an instance of DtoWorkitem
 DtoWorkitem CreateWorkitem.getDtoWorkitem()
          Gets the value of the dtoWorkitem property.
 

Methods in com.mirth.match.ejb.core with parameters of type DtoWorkitem
 EisResult CORE.createWorkitem(DtoWorkitem dtoWorkitem)
           
 void CreateWorkitem.setDtoWorkitem(DtoWorkitem value)
          Sets the value of the dtoWorkitem property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.