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

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

Uses of EisResultSetElement in com.mirth.match.client
 

Methods in com.mirth.match.client that return types with arguments of type EisResultSetElement
 Result<java.util.List<EisResultSetElement>> EISManagementAndQuery.findIdentitiesByTraits(java.lang.String entityTypeName, java.lang.String localEntityIdentifier, EisIdentityQualifier systemId, java.lang.String eisId, EisEntityIdentifyingTraits entityIdentifyingTraits, EisSearchQualifier searchQualifiers)
          This operation provides the means to perform a broad search of all records in the EIS whose Traits match some criteria in the supplied search criteria (such as find all records who match the name “Jones, Bob”.
 DTOResultSet<EisResultSetElement> EISManagementAndQuery.listLinkedIdentities(java.lang.String entityTypeName, java.lang.String localEntityIdentifier, EisIdentityQualifier systemId, EisEntityIdentifyingTraits entityIdentifyingTraits, java.util.List<EisIdentityQualifier> identityQualifierConstraintSet)
          This operation retrieves all the Source ID/Entity ID pairs that are linked to the supplied Source ID/Entity ID pair.
 Result<java.util.List<EisResultSetElement>> EISManagementAndQuery.listUnlinkedIdentities(java.lang.String entityTypeName, java.lang.String localEntityIdentifier, EisIdentityQualifier systemId, EisEntityIdentifyingTraits entityIdentifyingTraits, java.util.List<EisIdentityQualifier> identityQualifierConstraintSet)
          This operation retrieves duplicately specified, yet unlinked records in the EIS repository.
 

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

Fields in com.mirth.match.ejb.eis with type parameters of type EisResultSetElement
protected  java.util.List<EisResultSetElement> RegisterEntityWithIdentitiesResponse.eisId
           
protected  java.util.List<EisResultSetElement> EisResultSet.resultSet
           
 

Methods in com.mirth.match.ejb.eis that return EisResultSetElement
 EisResultSetElement ObjectFactory.createEisResultSetElement()
          Create an instance of EisResultSetElement
 

Methods in com.mirth.match.ejb.eis that return types with arguments of type EisResultSetElement
 java.util.List<EisResultSetElement> RegisterEntityWithIdentitiesResponse.getEisId()
          Gets the value of the eisId property.
 java.util.List<EisResultSetElement> EisResultSet.getResultSet()
          Gets the value of the resultSet property.
 

Method parameters in com.mirth.match.ejb.eis with type arguments of type EisResultSetElement
 EisStatus EIS.registerEntityWithIdentities(java.lang.String entityTypeName, java.util.List<java.lang.String> entityIds, java.util.List<EisIdentityQualifier> sourceIds, EisEntityIdentifyingTraits traits, javax.xml.ws.Holder<java.util.List<EisResultSetElement>> eisId, javax.xml.ws.Holder<java.util.List<EisStatus>> registrationStatuses)
           
 



Copyright © 2011 Mirth Corp. All Rights Reserved.