Uses of Class
com.mirth.match.client.models.DTOResult

Packages that use DTOResult
com.mirth.match.client   
com.mirth.match.client.models   
 

Uses of DTOResult in com.mirth.match.client
 

Methods in com.mirth.match.client that return DTOResult
 DTOResult WorkitemManager.addNoteToWorkitem(DtoWorkitemNote workitemNote)
           
 DTOResult<DtoWorkitem> WorkitemManager.create(DtoWorkitem workitem)
           
 DTOResult<DtoWorkitem> WorkitemManager.find(java.lang.String identifier)
           
 DTOResult<java.util.List<DtoWorkitem>> WorkitemManager.findByFilter(WorkitemFilter filter)
           
 DTOResult<EisTrait> TraitManager.findByName(java.lang.String traitName)
           
 

Uses of DTOResult in com.mirth.match.client.models
 

Methods in com.mirth.match.client.models that return DTOResult
static
<T> DTOResult<T>
DTOResult.createINEXResult(EisResult result, java.lang.Class<T> resultType)
           
 



Copyright © 2011 Mirth Corp. All Rights Reserved.