Uses of Class
com.mirth.match.ejb.inex.Status

Packages that use Status
com.mirth.match.ejb.inex   
 

Uses of Status in com.mirth.match.ejb.inex
 

Fields in com.mirth.match.ejb.inex declared as Status
protected  Status ConsumerEventSubscription.status
           
protected  Status TraitGroup.status
           
protected  Status IdentifierDomain.status
           
protected  Status CodeSet.status
           
protected  Status CodeSetElement.status
           
protected  Status DomainGroup.status
           
protected  Status Trait.status
           
protected  Status Workflow.status
           
protected  Status EntityType.status
           
protected  Status Entity.status
           
protected  Status MatchingModule.status
           
protected  Status EntityDomain.status
           
 

Fields in com.mirth.match.ejb.inex with type parameters of type Status
protected  java.util.List<Status> StatusGroup.statuses
           
 

Methods in com.mirth.match.ejb.inex that return Status
 Status ObjectFactory.createStatus()
          Create an instance of Status
 Status ConsumerEventSubscription.getStatus()
          Gets the value of the status property.
 Status TraitGroup.getStatus()
          Gets the value of the status property.
 Status IdentifierDomain.getStatus()
          Gets the value of the status property.
 Status CodeSet.getStatus()
          Gets the value of the status property.
 Status CodeSetElement.getStatus()
          Gets the value of the status property.
 Status DomainGroup.getStatus()
          Gets the value of the status property.
 Status Trait.getStatus()
          Gets the value of the status property.
 Status Workflow.getStatus()
          Gets the value of the status property.
 Status EntityType.getStatus()
          Gets the value of the status property.
 Status Entity.getStatus()
          Gets the value of the status property.
 Status MatchingModule.getStatus()
          Gets the value of the status property.
 Status EntityDomain.getStatus()
          Gets the value of the status property.
 

Methods in com.mirth.match.ejb.inex that return types with arguments of type Status
 java.util.List<Status> StatusGroup.getStatuses()
          Gets the value of the statuses property.
 

Methods in com.mirth.match.ejb.inex with parameters of type Status
 void ConsumerEventSubscription.setStatus(Status value)
          Sets the value of the status property.
 void TraitGroup.setStatus(Status value)
          Sets the value of the status property.
 void IdentifierDomain.setStatus(Status value)
          Sets the value of the status property.
 void CodeSet.setStatus(Status value)
          Sets the value of the status property.
 void CodeSetElement.setStatus(Status value)
          Sets the value of the status property.
 void DomainGroup.setStatus(Status value)
          Sets the value of the status property.
 void Trait.setStatus(Status value)
          Sets the value of the status property.
 void Workflow.setStatus(Status value)
          Sets the value of the status property.
 void EntityType.setStatus(Status value)
          Sets the value of the status property.
 void Entity.setStatus(Status value)
          Sets the value of the status property.
 void MatchingModule.setStatus(Status value)
          Sets the value of the status property.
 void EntityDomain.setStatus(Status value)
          Sets the value of the status property.
 



Copyright © 2011 Mirth Corp. All Rights Reserved.