|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.client.EISAdminEditor
public class EISAdminEditor
Constructor Summary | |
---|---|
EISAdminEditor(MirthMatchClient client)
|
Method Summary | |
---|---|
DTOStatus |
activateEntity(java.lang.String entityTypeName,
java.lang.String entityId,
EisIdentityQualifier sourceId,
EisEntityIdentifyingTraits traits,
java.lang.String reasonCode)
This operation marks the record as “active” in the EIS repository, effectively marking it as logically un-deleted. |
DTOStatus |
deactivateEntity(java.lang.String entityTypeName,
java.lang.String entityId,
EisIdentityQualifier sourceId,
EisEntityIdentifyingTraits traits,
java.lang.String reasonCode)
This operation marks the record as “inactive” in the EIS repository, effectively marking it available for Get() or List() operations at the entity level but not from the EIS repository. |
DTOStatus |
linkEntities(java.lang.String entityTypeName,
java.lang.String sourceEntityId,
EisIdentityQualifier sourceSourceId,
java.lang.String targetEntityId,
EisIdentityQualifier targetSourceId,
java.lang.String reasonCode)
This operation provides the means to create an explicit linking between the source and target record IDs in the EIS repository. |
DTOStatus |
mergeEntities(java.lang.String entityTypeName,
java.lang.String sourceEntityId,
java.lang.String targetEntityId,
EisIdentityQualifier targetSourceId,
java.lang.String reasonCode)
This operation provides the means to explicitly consolidate EIS member records in the EIS repository. |
DTOStatus |
unlinkEntities(java.lang.String entityTypeName,
java.lang.String sourceEntityId,
EisIdentityQualifier sourceSourceId,
java.lang.String targetEntityId,
EisIdentityQualifier targetSourceId,
java.lang.String reasonCode)
This operation provides the means for explicitly breaking the link between the source and target record IDs in the EIS repository. |
DTOStatus |
unmergeEntities(java.lang.String entityTypeName,
java.lang.String sourceEntityId,
java.lang.String targetEntityId,
EisIdentityQualifier targetSourceId,
java.lang.String reasonCode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EISAdminEditor(MirthMatchClient client)
Method Detail |
---|
public DTOStatus linkEntities(java.lang.String entityTypeName, java.lang.String sourceEntityId, EisIdentityQualifier sourceSourceId, java.lang.String targetEntityId, EisIdentityQualifier targetSourceId, java.lang.String reasonCode)
entityTypeName
- sourceEntityId
- sourceSourceId
- targetEntityId
- targetSourceId
- reasonCode
-
public DTOStatus unlinkEntities(java.lang.String entityTypeName, java.lang.String sourceEntityId, EisIdentityQualifier sourceSourceId, java.lang.String targetEntityId, EisIdentityQualifier targetSourceId, java.lang.String reasonCode)
entityTypeName
- sourceEntityId
- sourceSourceId
- targetEntityId
- targetSourceId
- reasonCode
-
public DTOStatus mergeEntities(java.lang.String entityTypeName, java.lang.String sourceEntityId, java.lang.String targetEntityId, EisIdentityQualifier targetSourceId, java.lang.String reasonCode)
entityTypeName
- sourceEntityId
- targetEntityId
- targetSourceId
- reasonCode
-
public DTOStatus unmergeEntities(java.lang.String entityTypeName, java.lang.String sourceEntityId, java.lang.String targetEntityId, EisIdentityQualifier targetSourceId, java.lang.String reasonCode)
entityTypeName
- sourceEntityId
- targetEntityId
- targetSourceId
- reasonCode
-
public DTOStatus activateEntity(java.lang.String entityTypeName, java.lang.String entityId, EisIdentityQualifier sourceId, EisEntityIdentifyingTraits traits, java.lang.String reasonCode)
entityTypeName
- entityId
- sourceId
- traits
- reasonCode
-
public DTOStatus deactivateEntity(java.lang.String entityTypeName, java.lang.String entityId, EisIdentityQualifier sourceId, EisEntityIdentifyingTraits traits, java.lang.String reasonCode)
entityTypeName
- entityId
- sourceId
- traits
- reasonCode
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |