|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EisStatus | |
---|---|
com.mirth.match.ejb.is |
Uses of EisStatus in com.mirth.match.ejb.is |
---|
Fields in com.mirth.match.ejb.is declared as EisStatus | |
---|---|
protected EisStatus |
ActivateEntityResponse._return
|
protected EisStatus |
LinkEntitiesResponse._return
|
protected EisStatus |
RegisterEntityWithIdentityResponse._return
|
protected EisStatus |
CreateIdentityFromEntityResponse._return
|
protected EisStatus |
ListDomainsResponse._return
|
protected EisStatus |
FindSemanticSignifierResponse._return
|
protected EisStatus |
MergeEntitiesResponse._return
|
protected EisStatus |
UpdateSemanticSignifierResponse._return
|
protected EisStatus |
DeactivateEntityResponse._return
|
protected EisStatus |
ListSemanticSignifierResponse._return
|
protected EisStatus |
GetEntityTraitValuesResponse._return
|
protected EisStatus |
UnlinkEntitiesResponse._return
|
protected EisStatus |
ListLinkedIdentitiesResponse._return
|
protected EisStatus |
FindIdentitiesByTraitsResponse._return
|
protected EisStatus |
ListConformanceProfilesResponse._return
|
protected EisStatus |
RemoveIdentityResponse._return
|
protected EisStatus |
UnMergeEntitiesResponse._return
|
protected EisStatus |
UpdateEntityTraitValuesResponse._return
|
protected EisStatus |
CreateSemanticSignifierResponse._return
|
protected EisStatus |
ListUnlinkedIdentitiesResponse._return
|
Methods in com.mirth.match.ejb.is that return EisStatus | |
---|---|
EisStatus |
IS.activateEntity(java.lang.String entityId,
java.lang.String sourceId,
java.lang.String reasonCode,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits)
|
EisStatus |
ObjectFactory.createEisStatus()
Create an instance of EisStatus |
EisStatus |
IS.createIdentityFromEntity(java.lang.String systemIdSourceid,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits,
javax.xml.ws.Holder<java.lang.String> entityIdHolder,
javax.xml.ws.Holder<EisState> eisStateHolder)
|
EisStatus |
IS.createSemanticSignifier(EisSemanticSignifierDefinition semanticSignifierDefinition)
|
EisStatus |
IS.deactivateEntity(java.lang.String entityId,
java.lang.String sourceId,
java.lang.String reasonCode,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits)
|
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.findSemanticSignifier(java.lang.String semanticSignifierName,
EisSemanticSignifierDefinition semanticSignifierDefinition)
|
EisStatus |
IS.getEntityTraitValues(java.lang.String entityId,
java.lang.String sourceId,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits)
|
EisStatus |
ActivateEntityResponse.getReturn()
Gets the value of the return property. |
EisStatus |
LinkEntitiesResponse.getReturn()
Gets the value of the return property. |
EisStatus |
RegisterEntityWithIdentityResponse.getReturn()
Gets the value of the return property. |
EisStatus |
CreateIdentityFromEntityResponse.getReturn()
Gets the value of the return property. |
EisStatus |
ListDomainsResponse.getReturn()
Gets the value of the return property. |
EisStatus |
FindSemanticSignifierResponse.getReturn()
Gets the value of the return property. |
EisStatus |
MergeEntitiesResponse.getReturn()
Gets the value of the return property. |
EisStatus |
UpdateSemanticSignifierResponse.getReturn()
Gets the value of the return property. |
EisStatus |
DeactivateEntityResponse.getReturn()
Gets the value of the return property. |
EisStatus |
ListSemanticSignifierResponse.getReturn()
Gets the value of the return property. |
EisStatus |
GetEntityTraitValuesResponse.getReturn()
Gets the value of the return property. |
EisStatus |
UnlinkEntitiesResponse.getReturn()
Gets the value of the return property. |
EisStatus |
ListLinkedIdentitiesResponse.getReturn()
Gets the value of the return property. |
EisStatus |
FindIdentitiesByTraitsResponse.getReturn()
Gets the value of the return property. |
EisStatus |
ListConformanceProfilesResponse.getReturn()
Gets the value of the return property. |
EisStatus |
RemoveIdentityResponse.getReturn()
Gets the value of the return property. |
EisStatus |
UnMergeEntitiesResponse.getReturn()
Gets the value of the return property. |
EisStatus |
UpdateEntityTraitValuesResponse.getReturn()
Gets the value of the return property. |
EisStatus |
CreateSemanticSignifierResponse.getReturn()
Gets the value of the return property. |
EisStatus |
ListUnlinkedIdentitiesResponse.getReturn()
Gets the value of the return property. |
EisStatus |
IS.linkEntities(java.lang.String sourceEntityId,
java.lang.String sourceSourceId,
java.lang.String targetEntityId,
java.lang.String targetSourceId,
java.lang.String reasonCode,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits)
|
EisStatus |
IS.listConformanceProfiles(javax.xml.ws.Holder<java.util.List<java.lang.String>> listOfConformanceProfilesHolder)
|
EisStatus |
IS.listDomains(javax.xml.ws.Holder<java.util.List<java.lang.String>> listOfDomainsHolder)
|
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.listSemanticSignifier(java.lang.String entityTypeName,
javax.xml.ws.Holder<java.util.List<java.lang.String>> listOfSemanticSignifiersHolder)
|
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)
|
EisStatus |
IS.mergeEntities(java.lang.String sourceEntityId,
java.lang.String sourceSourceId,
java.lang.String targetEntityId,
java.lang.String targetSourceId,
java.lang.String reasonCode,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits)
|
EisStatus |
IS.registerEntityWithIdentity(java.lang.String entityId,
java.lang.String sourceId,
java.lang.String semanticSignifierName,
javax.xml.ws.Holder<java.lang.String> eisIdHolder,
javax.xml.ws.Holder<EisState> eisStateHolder)
|
EisStatus |
IS.removeIdentity(java.lang.String entityId,
java.lang.String sourceId,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits)
|
EisStatus |
IS.unlinkEntities(java.lang.String sourceEntityId,
java.lang.String sourceSourceId,
java.lang.String targetEntityId,
java.lang.String targetSourceId,
java.lang.String reasonCode,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits)
|
EisStatus |
IS.unMergeEntities(java.lang.String sourceEntityId,
java.lang.String sourceSourceId,
java.lang.String targetEntityId,
java.lang.String targetSourceId,
java.lang.String reasonCode,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits)
|
EisStatus |
IS.updateEntityTraitValues(java.lang.String entityId,
java.lang.String sourceId,
EisUpdateQualifier eisUpdateQualifier,
java.lang.String semanticSignifierName,
EisSemanticSignifier traits,
javax.xml.ws.Holder<EisState> eisState)
|
EisStatus |
IS.updateSemanticSignifier(java.lang.String semanticSignifierName,
EisSemanticSignifierDefinition semanticSignifierDefinition)
|
Methods in com.mirth.match.ejb.is with parameters of type EisStatus | |
---|---|
void |
ActivateEntityResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
LinkEntitiesResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
RegisterEntityWithIdentityResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
CreateIdentityFromEntityResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
ListDomainsResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
FindSemanticSignifierResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
MergeEntitiesResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
UpdateSemanticSignifierResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
DeactivateEntityResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
ListSemanticSignifierResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
GetEntityTraitValuesResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
UnlinkEntitiesResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
ListLinkedIdentitiesResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
FindIdentitiesByTraitsResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
ListConformanceProfilesResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
RemoveIdentityResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
UnMergeEntitiesResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
UpdateEntityTraitValuesResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
CreateSemanticSignifierResponse.setReturn(EisStatus value)
Sets the value of the return property. |
void |
ListUnlinkedIdentitiesResponse.setReturn(EisStatus value)
Sets the value of the return property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |