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

Packages that use DtoWorkitemState
com.mirth.match.ejb.core   
 

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

Fields in com.mirth.match.ejb.core declared as DtoWorkitemState
protected  DtoWorkitemState SetWorkitemStatus.arg0
           
 

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

Methods in com.mirth.match.ejb.core that return DtoWorkitemState
 DtoWorkitemState ObjectFactory.createDtoWorkitemState()
          Create an instance of DtoWorkitemState
 DtoWorkitemState SetWorkitemStatus.getArg0()
          Gets the value of the arg0 property.
 

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

Methods in com.mirth.match.ejb.core with parameters of type DtoWorkitemState
 void SetWorkitemStatus.setArg0(DtoWorkitemState value)
          Sets the value of the arg0 property.
 EisResult CORE.setWorkitemStatus(DtoWorkitemState arg0)
           
 



Copyright © 2011 Mirth Corp. All Rights Reserved.