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

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

Uses of DtoWorkitemNote in com.mirth.match.client
 

Methods in com.mirth.match.client with parameters of type DtoWorkitemNote
 DTOResult WorkitemManager.addNoteToWorkitem(DtoWorkitemNote workitemNote)
           
 

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

Fields in com.mirth.match.ejb.core declared as DtoWorkitemNote
protected  DtoWorkitemNote AddNoteToWorkitem.arg0
           
 

Fields in com.mirth.match.ejb.core with type parameters of type DtoWorkitemNote
protected  java.util.List<DtoWorkitemNote> DtoWorkitem.notes
           
 

Methods in com.mirth.match.ejb.core that return DtoWorkitemNote
 DtoWorkitemNote ObjectFactory.createDtoWorkitemNote()
          Create an instance of DtoWorkitemNote
 DtoWorkitemNote AddNoteToWorkitem.getArg0()
          Gets the value of the arg0 property.
 

Methods in com.mirth.match.ejb.core that return types with arguments of type DtoWorkitemNote
 java.util.List<DtoWorkitemNote> DtoWorkitem.getNotes()
          Gets the value of the notes property.
 

Methods in com.mirth.match.ejb.core with parameters of type DtoWorkitemNote
 EisResult CORE.addNoteToWorkitem(DtoWorkitemNote arg0)
           
 void AddNoteToWorkitem.setArg0(DtoWorkitemNote value)
          Sets the value of the arg0 property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.