Uses of Class
com.mirth.match.ejb.is.EisResultSet

Packages that use EisResultSet
com.mirth.match.ejb.is   
 

Uses of EisResultSet in com.mirth.match.ejb.is
 

Fields in com.mirth.match.ejb.is declared as EisResultSet
protected  EisResultSet ListLinkedIdentitiesResponse.matchingResultSetHolder
           
protected  EisResultSet FindIdentitiesByTraitsResponse.matchingResultSetHolder
           
protected  EisResultSet ListUnlinkedIdentitiesResponse.matchingResultSetHolder
           
 

Methods in com.mirth.match.ejb.is that return EisResultSet
 EisResultSet ObjectFactory.createEisResultSet()
          Create an instance of EisResultSet
 EisResultSet ListLinkedIdentitiesResponse.getMatchingResultSetHolder()
          Gets the value of the matchingResultSetHolder property.
 EisResultSet FindIdentitiesByTraitsResponse.getMatchingResultSetHolder()
          Gets the value of the matchingResultSetHolder property.
 EisResultSet ListUnlinkedIdentitiesResponse.getMatchingResultSetHolder()
          Gets the value of the matchingResultSetHolder property.
 

Methods in com.mirth.match.ejb.is with parameters of type EisResultSet
 void ListLinkedIdentitiesResponse.setMatchingResultSetHolder(EisResultSet value)
          Sets the value of the matchingResultSetHolder property.
 void FindIdentitiesByTraitsResponse.setMatchingResultSetHolder(EisResultSet value)
          Sets the value of the matchingResultSetHolder property.
 void ListUnlinkedIdentitiesResponse.setMatchingResultSetHolder(EisResultSet value)
          Sets the value of the matchingResultSetHolder property.
 

Method parameters in com.mirth.match.ejb.is with type arguments of type EisResultSet
 EisStatus IS.findIdentitiesByTraits(java.lang.String entityId, java.lang.String sourceId, java.lang.String eisId, EisSearchQualifier searchQualifier, java.lang.String semanticSignifierName, EisSemanticSignifier traits, javax.xml.ws.Holder<EisResultSet> matchingResultSetHolder)
           
 EisStatus IS.listLinkedIdentities(java.lang.String entityid, java.lang.String sourceId, EisSearchQualifier searchQualifier, java.lang.String semanticSignifierName, EisSemanticSignifier traits, javax.xml.ws.Holder<EisResultSet> matchingResultSetHolder)
           
 EisStatus IS.listUnlinkedIdentities(java.lang.String entityId, java.lang.String sourceId, EisSearchQualifier searchQualifier, java.lang.String semanticSignifierName, EisSemanticSignifier traits, javax.xml.ws.Holder<EisResultSet> matchingResultSetHolder)
           
 



Copyright © 2011 Mirth Corp. All Rights Reserved.