|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTOStatus | |
---|---|
com.mirth.match.client |
Uses of DTOStatus in com.mirth.match.client |
---|
Methods in com.mirth.match.client that return DTOStatus | |
---|---|
DTOStatus |
EISAdminEditor.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 |
TraitManager.create(EisTrait trait)
|
DTOStatus |
EISAdminEditor.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 |
WorkitemManager.delete(java.lang.String identifier)
|
DTOStatus |
EntityDomainManager.delete(java.lang.String identifier)
Deletes the EntityDomain with the specified identifier |
DTOStatus |
DomainGroupManager.delete(java.lang.String identifier)
Deletes the DomainGroup with the provided identifier |
DTOStatus |
WorkflowManager.delete(java.lang.String identifier,
boolean cascadeWorkitems)
Deletes the workflow with the matching identifier |
DTOStatus |
IdentifierDomainManager.delete(java.lang.String identifier,
java.lang.String entityDomainId)
Deletes the IdentifierDomain with the provided identifier |
DTOStatus |
EISAdminEditor.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 |
MirthMatchClient.linkEntities(java.lang.String entityTypeName,
java.lang.String sourceLocalRecordID,
EisIdentityQualifier sourceSystemId,
java.lang.String targetLocalRecordID,
EisIdentityQualifier targetSystemId,
java.lang.String reason)
Deprecated. use com.mirth.match.client.EISAdminEditor#linkEntities |
DTOStatus |
EISAdminEditor.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 |
MirthMatchClient.mergeEntities(java.lang.String entityTypeName,
java.lang.String sourceLocalRecordID,
java.lang.String targetLocalRecordID,
EisIdentityQualifier targetSystemId,
java.lang.String reason)
Deprecated. use com.mirth.match.client.EISMetadata#mergeEntities |
DTOStatus |
EISManagementAndQuery.removeIdentity(java.lang.String entityTypeName,
java.lang.String localEntityIdentifier,
EisIdentityQualifier systemId,
EisEntityIdentifyingTraits entityIdentifyingTraits)
This function deletes a Source ID/Entity ID pair and its associated Traits from the EIS repository. |
DTOStatus |
EISAdminEditor.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 |
MirthMatchClient.unlinkEntities(java.lang.String entityTypeName,
java.lang.String sourceLocalRecordID,
EisIdentityQualifier sourceSystemId,
java.lang.String targetLocalRecordID,
EisIdentityQualifier targetSystemId,
java.lang.String reason)
Deprecated. use com.mirth.match.client.EISAdminEditor#unlinkEntities |
DTOStatus |
EISAdminEditor.unmergeEntities(java.lang.String entityTypeName,
java.lang.String sourceEntityId,
java.lang.String targetEntityId,
EisIdentityQualifier targetSourceId,
java.lang.String reasonCode)
|
DTOStatus |
EISManagementAndQuery.updateEntityTraitValues(java.lang.String entityTypeName,
java.lang.String localEntityIdentifier,
EisIdentityQualifier systemId,
EisEntityIdentifyingTraits entityIdentifyingTraits)
This operation generates an Entity ID on behalf of a Source that does not generate Entity IDs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |