Uses of Class
com.mirth.match.ejb.eis.EisEntityIdentifier

Packages that use EisEntityIdentifier
com.mirth.match.client   
com.mirth.match.ejb.eis   
 

Uses of EisEntityIdentifier in com.mirth.match.client
 

Methods in com.mirth.match.client that return types with arguments of type EisEntityIdentifier
 Result<EisEntityIdentifier> EISManagementAndQuery.registerEntityWithIdentity(java.lang.String entityTypeName, java.lang.String localEntityIdentifier, EisIdentityQualifier systemId, EisEntityIdentifyingTraits entityIdentifyingTraits)
          This operation inserts a Source ID/Entity ID pair and supplied Traits into the EIS with implicit linking to other matching Source ID/ Entity ID pairs, based on the configured internal matching algorithm.
 

Uses of EisEntityIdentifier in com.mirth.match.ejb.eis
 

Fields in com.mirth.match.ejb.eis declared as EisEntityIdentifier
protected  EisEntityIdentifier RegisterEntityWithIdentityResponse.eisId
           
 

Methods in com.mirth.match.ejb.eis that return EisEntityIdentifier
 EisEntityIdentifier ObjectFactory.createEisEntityIdentifier()
          Create an instance of EisEntityIdentifier
 EisEntityIdentifier RegisterEntityWithIdentityResponse.getEisId()
          Gets the value of the eisId property.
 

Methods in com.mirth.match.ejb.eis with parameters of type EisEntityIdentifier
 void RegisterEntityWithIdentityResponse.setEisId(EisEntityIdentifier value)
          Sets the value of the eisId property.
 

Method parameters in com.mirth.match.ejb.eis with type arguments of type EisEntityIdentifier
 EisStatus EIS.registerEntityWithIdentity(java.lang.String entityTypeName, java.lang.String entityId, EisIdentityQualifier sourceId, EisEntityIdentifyingTraits traits, javax.xml.ws.Holder<EisEntityIdentifier> eisId)
           
 



Copyright © 2011 Mirth Corp. All Rights Reserved.