Class ExternalIdentifierHandler<EXTERNAL_ID,OPEN_METADATA_ELEMENT_HEADER>
java.lang.Object
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIRootHandler<B>
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler<B>
org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPITemplateHandler<B>
org.odpi.openmetadata.commonservices.generichandlers.ReferenceableHandler<EXTERNAL_ID>
org.odpi.openmetadata.commonservices.generichandlers.ExternalIdentifierHandler<EXTERNAL_ID,OPEN_METADATA_ELEMENT_HEADER>
- Type Parameters:
EXTERNAL_ID
- bean that returns an external identifierOPEN_METADATA_ELEMENT_HEADER
- bean that returns the elements tied to this external identifier
public class ExternalIdentifierHandler<EXTERNAL_ID,OPEN_METADATA_ELEMENT_HEADER>
extends ReferenceableHandler<EXTERNAL_ID>
ExternalIdentifierHandler manages ExternalIdentifier objects. These entities represent the identifiers used for metadata
in third party technology. It runs server-side in the OMAG Server Platform and manages ExternalId entities through the OMRSRepositoryConnector
via the repository handler.
The ExternalIdentifier is linked to the SoftwareCapability that represents the third party technology
that generated the external identifier. This is referred to as the scope. It is also linked to the element
(or elements) in open metadata that are equivalent to the metadata element(s) in the third party technology.
The correlation may be many-to-many.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler
OpenMetadataAPIGenericHandler.AnchorIdentifiers
-
Field Summary
Fields inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIRootHandler
assetActionDescription, auditLog, beanClass, converter, defaultZones, errorHandler, invalidParameterHandler, localServerUserId, publishZones, qualifiedNamePropertyNamesList, repositoryHandler, repositoryHelper, securityVerifier, serverName, serviceName, supportedZones
-
Constructor Summary
ConstructorDescriptionExternalIdentifierHandler
(OpenMetadataAPIGenericConverter<EXTERNAL_ID> converter, Class<EXTERNAL_ID> beanClass, OpenMetadataAPIGenericConverter<OPEN_METADATA_ELEMENT_HEADER> elementConverter, Class<OPEN_METADATA_ELEMENT_HEADER> elementBeanClass, String serviceName, String serverName, InvalidParameterHandler invalidParameterHandler, RepositoryHandler repositoryHandler, OMRSRepositoryHelper repositoryHelper, String localServerUserId, OpenMetadataServerSecurityVerifier securityVerifier, List<String> supportedZones, List<String> defaultZones, List<String> publishZones, AuditLog auditLog) Construct the handler information needed to interact with the repository services -
Method Summary
Modifier and TypeMethodDescriptionconfirmSynchronization
(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, String identifier, String identifierParameterName, String scopeGUID, String scopeGUIDParameterName, String scopeQualifiedName, String scopeTypeName, List<String> serviceSupportedZones, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) Confirm that the values of a particular metadata element have been synchronized.getElementEntitiesForScope
(String userId, String scopeGUID, String scopeParameterName, String scopeTypeName, String requestedTypeName, int startingFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing, String methodName) Return the list of entities for open metadata elements of an open metadata type that are associated with an external identifier in a particular scope.getElementsForExternalIdentifier
(String userId, String scopeGUID, String scopeParameterName, String scopeTypeName, String scopeQualifiedName, String externalIdentifier, List<String> serviceSupportedZones, int startingFrom, int pageSize, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) Return the list of headers for open metadata elements that are associated with a particular external identifier.getExternalIdentifiersForElement
(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, List<String> serviceSupportedZones, int startingFrom, int pageSize, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) Return the external identifiers attached to a referenceable by the ExternalIdLink.getExternalIdentifiersForScope
(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, String scopeGUID, String scopeTypeName, String scopeQualifiedName, boolean forLineage, boolean forDuplicateProcessing, int startingFrom, int pageSize, Date effectiveTime, String methodName) Return the external identifiers attached to a referenceable by the ExternalIdLink.getExternalIdentifiersForScope
(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, List<String> serviceSupportedZones, String scopeGUID, String scopeTypeName, String scopeQualifiedName, int startingFrom, int pageSize, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) Return the external identifiers attached to a referenceable by the ExternalIdLink.void
logRelationshipCreation
(String scopeGUID, String scopeQualifiedName, String relationshipType, String end1GUID, String end1TypeName, String end2GUID, String end2TypeName, String methodName) Create an audit log record to document that an external metadata source has created a relationship.void
logRelationshipRemoval
(String scopeGUID, String scopeQualifiedName, String relationshipType, String end1GUID, String end1TypeName, String end2GUID, String end2TypeName, String methodName) Create an audit log record to document that an external metadata source has removed a relationship.void
logRelationshipUpdate
(String scopeGUID, String scopeQualifiedName, String relationshipType, String relationshipGUID, String methodName) Create an audit log record to document that an external metadata source has created a relationship.void
removeExternalIdentifier
(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, String identifier, String identifierParameterName, int identifierKeyPattern, String identifierDescription, String identifierUsage, String identifierSource, Map<String, String> identifierMappingProperties, List<String> serviceSupportedZones, String scopeGUID, String scopeGUIDParameterName, String scopeQualifiedName, String scopeTypeName, int permittedSynchronization, String synchronizationDescription, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) Remove the ExternalIdentifier for the supplied element.void
setUpExternalIdentifier
(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, String identifier, String identifierParameterName, int identifierKeyPattern, String identifierDescription, String identifierUsage, String identifierSource, Map<String, String> identifierMappingProperties, String externalInstanceCreatedBy, Date externalInstanceCreationTime, String externalInstanceLastUpdatedBy, Date externalInstanceLastUpdateTime, long externalInstanceVersion, String scopeGUID, String scopeGUIDParameterName, String scopeQualifiedName, String scopeTypeName, String scopeDomainName, int permittedSynchronization, String synchronizationDescription, List<String> serviceSupportedZones, Date effectiveFrom, Date effectiveTo, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) Set up the ExternalIdentifier for the supplied element.Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.ReferenceableHandler
addAssignmentScope, addDataFieldValuesClassification, addGovernanceActionClassification, addGovernanceDefinitionScope, addGovernanceExpectationsClassification, addGovernanceMeasurementsClassification, addGovernedBy, addImplementedBy, addMoreInformation, addOwner, addRetentionClassification, addSecurityTags, addStakeholder, addSubjectAreaClassification, addTemplateClassification, clearBusinessSignificant, findBeanGUIDsByQualifiedName, findBeansByQualifiedName, findBeansByQualifiedName, getAssignedActors, getAssignmentScope, getBeanByQualifiedName, getBeanByQualifiedName, getBeanGUIDByQualifiedName, getBeanGUIDByQualifiedName, getBeanGUIDsByQualifiedName, getBeanGUIDsByQualifiedName, getBeansByQualifiedName, getBeansByQualifiedName, getCatalogTemplateList, getCollectionMembers, getCommissionedByStakeholder, getDataFieldValuesClassifiedElement, getDescriptiveElements, getElementsSourceFrom, getEntityByUniqueQualifiedName, getGovernanceActionClassifiedElements, getGovernanceDefinitionScope, getGovernedElements, getMeanings, getMoreInformation, getMoreInformation, getOwnersElements, getReferenceValueAssignees, getResourceList, getRetentionClassifiedElements, getSecurityTagsClassifiedElements, getSemanticAssignments, getSourceElements, getStakeholders, getSubjectAreaMembers, getSubjectAreaMembers, getSupportedByResource, getSupportedByTemplate, getValidValueConsumers, getVendorProperties, linkConsolidatedDuplicate, linkElementsAsPeerDuplicates, removeAssignmentScope, removeCatalogTemplate, removeDataFieldValuesClassification, removeGovernanceActionClassification, removeGovernanceDefinitionScope, removeGovernanceExpectationsClassification, removeGovernanceMeasurementsClassification, removeGovernedBy, removeImplementedBy, removeMoreInformation, removeOwner, removeResourceListMember, removeRetentionClassification, removeSecurityTags, removeSemanticAssignment, removeStakeholder, removeSubjectAreaClassification, removeTemplateClassification, saveCatalogTemplate, saveResourceListMember, saveSemanticAssignment, saveSemanticAssignment, saveSemanticAssignments, setBusinessSignificant, setVendorProperties, unlinkElementsAsPeerDuplicates
Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPITemplateHandler
createBeanFromTemplate, createBeanFromTemplate
Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler
addAnchorGUIDToBuilder, addAnchorsClassification, archiveBeanInRepository, archiveBeanInRepository, countAttachments, createBeanInRepository, createBeanInRepository, deleteAnchoredEntity, deleteBeanInRepository, deleteBeanInRepository, deleteBeanInRepository, deleteRelationship, findAttachmentLinks, findBeanGUIDs, findBeans, findBeans, findBeans, findEntities, findEntities, findEntities, findEntities, getAllAttachmentLinks, getAnchorGUIDFromAnchorsClassification, getAttachedElement, getAttachedElementGUID, getAttachedElementGUID, getAttachedElementGUIDs, getAttachedElementGUIDs, getAttachedElements, getAttachedElements, getAttachedElements, getAttachedEntities, getAttachedEntities, getAttachedEntities, getAttachedEntitiesFromUser, getAttachedEntity, getAttachedEntity, getAttachedEntityFromUser, getAttachmentLink, getAttachmentLinks, getAttachmentLinks, getAttachmentLinks, getAttachmentsForType, getBeanByUniqueName, getBeanByUniqueName, getBeanByValue, getBeanFromEntity, getBeanFromRepository, getBeanFromRepository, getBeanFromRepository, getBeanGUIDByUniqueName, getBeanGUIDByUniqueName, getBeanGUIDsByClassification, getBeanGUIDsByType, getBeanGUIDsByType, getBeanHistory, getBeansByClassification, getBeansByCreator, getBeansByIntValue, getBeansByType, getBeansByType, getBeansByValue, getBeansByValue, getDomainName, getDomainName, getEntitiesByIntValue, getEntitiesByType, getEntitiesByType, getEntitiesByValue, getEntitiesByValue, getEntitiesByValue, getEntitiesByValue, getEntityByValue, getEntityByValue, getEntityFromRepository, getEntityFromRepository, getEntityGUIDByValue, getEntityGUIDsByValue, getSpecification, getSupplementaryProperties, getUniqueAttachmentLink, getUniqueAttachmentLink, isBeanIsolated, isEntityATypeOf, linkElementToElement, linkElementToElement, linkElementToElement, maintainSupplementaryProperties, multiLinkElementToElement, relinkElementToNewElement, relinkElementToNewElement, removeClassificationFromRepository, removeClassificationFromRepository, setClassificationInRepository, setClassificationInRepository, setClassificationInRepository, setClassificationInRepository, uncheckedLinkElementToElement, undoBeanUpdateInRepository, undoBeanUpdateInRepository, undoBeanUpdateInRepository, unlinkAllElements, unlinkConnectedElement, unlinkElementFromElement, unlinkElementFromElement, unlinkElementFromElement, unlinkElementFromElement, updateBeanEffectivityDates, updateBeanEffectivityDates, updateBeanInRepository, updateBeanInRepository, updateBeanInRepository, updateBeanInRepository, updateBeanPropertyInRepository, updateBeanStatusInRepository, updateBeanStatusInRepository, updateClassificationEffectivityDates, updateElementToElementLink, updateElementToElementLink, updateElementToElementLink, updateRelationshipEffectivityDates, updateRelationshipEffectivityDates, updateRelationshipProperties, updateRelationshipProperties, validateAnchorEntity, validateAnchorEntity, validateUniqueProperty, verifyExternalSourceIdentity
Methods inherited from class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIRootHandler
getConverter, getElementStub, getRepositoryHandler, getRepositoryHelper, getServerName, getServiceName, getSupportedZones, getTypeDefByName, setSecurityVerifier
-
Constructor Details
-
ExternalIdentifierHandler
public ExternalIdentifierHandler(OpenMetadataAPIGenericConverter<EXTERNAL_ID> converter, Class<EXTERNAL_ID> beanClass, OpenMetadataAPIGenericConverter<OPEN_METADATA_ELEMENT_HEADER> elementConverter, Class<OPEN_METADATA_ELEMENT_HEADER> elementBeanClass, String serviceName, String serverName, InvalidParameterHandler invalidParameterHandler, RepositoryHandler repositoryHandler, OMRSRepositoryHelper repositoryHelper, String localServerUserId, OpenMetadataServerSecurityVerifier securityVerifier, List<String> supportedZones, List<String> defaultZones, List<String> publishZones, AuditLog auditLog) Construct the handler information needed to interact with the repository services- Parameters:
converter
- specific converter for the EXTERNAL_ID bean classbeanClass
- name of bean class that is represented by the generic class EXTERNAL_IDelementConverter
- specific converter for the OPEN_METADATA_ELEMENT_HEADER bean classelementBeanClass
- name of bean class that is represented by the generic class OPEN_METADATA_ELEMENT_HEADERserviceName
- name of this serviceserverName
- name of the local serverinvalidParameterHandler
- handler for managing parameter errorsrepositoryHandler
- manages calls to the repository servicesrepositoryHelper
- provides utilities for manipulating the repository services objectslocalServerUserId
- userId for this serversecurityVerifier
- open metadata security services verifiersupportedZones
- list of zones that the access service is allowed to serve Asset instances from.defaultZones
- list of zones that the access service should set in all new Asset instances.publishZones
- list of zones that the access service sets up in published Asset instances.auditLog
- destination for audit log events.
-
-
Method Details
-
setUpExternalIdentifier
public void setUpExternalIdentifier(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, String identifier, String identifierParameterName, int identifierKeyPattern, String identifierDescription, String identifierUsage, String identifierSource, Map<String, String> identifierMappingProperties, String externalInstanceCreatedBy, Date externalInstanceCreationTime, String externalInstanceLastUpdatedBy, Date externalInstanceLastUpdateTime, long externalInstanceVersion, String scopeGUID, String scopeGUIDParameterName, String scopeQualifiedName, String scopeTypeName, String scopeDomainName, int permittedSynchronization, String synchronizationDescription, List<String> serviceSupportedZones, Date effectiveFrom, Date effectiveTo, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerExceptionSet up the ExternalIdentifier for the supplied element. This external identifier may already exist for the requested scope if multiple open metadata entities are needed to represent the metadata element(s) in the third party metadata source that is identified by this ExternalIdentifier.- Parameters:
userId
- calling userIdelementGUID
- unique identifier of the open metadata element to link to the external identifierelementGUIDParameterName
- parameter supplying elementGUIDelementTypeName
- type of the elementidentifier
- identifier from the third party technology (scope)identifierParameterName
- name of parameter supplying identifieridentifierKeyPattern
- type of key pattern used in the third party technology (typically local key)identifierDescription
- name of the identifier in the third party technologyidentifierUsage
- usage information from the connector/client supplying the identifieridentifierSource
- name of the connector/client supplying the identifieridentifierMappingProperties
- additional properties to help with the synchronizationexternalInstanceCreatedBy
- the username of the person or process that created the instance in the external systemexternalInstanceCreationTime
- the date/time when the instance in the external system was createdexternalInstanceLastUpdatedBy
- the username of the person or process that last updated the instance in the external systemexternalInstanceLastUpdateTime
- the date/time that the instance in the external system was last updatedexternalInstanceVersion
- the latest version of the element in the external systemscopeGUID
- unique identifier of the software capability that represents the third metadata sourcescopeGUIDParameterName
- parameter supplying scopeGUIDscopeQualifiedName
- qualified name from the entity thatscopeTypeName
- specific type name of the software capability that represents the third party metadata sourcescopeDomainName
- specific domain name of the software capability that represents the third party metadata sourcepermittedSynchronization
- direction of synchronizationsynchronizationDescription
- optional description of the synchronization in progress (augments the description in the permitted synchronization enum)serviceSupportedZones
- supported zones for calling serviceeffectiveFrom
- the date when this element is active - null for active noweffectiveTo
- the date when this element becomes inactive - null for active until deletedforLineage
- return elements marked with the Memento classification?forDuplicateProcessing
- do not merge elements marked as duplicates?effectiveTime
- the time that the retrieved elements must be effective for (null for any time, new Date() for now)methodName
- calling method- Throws:
InvalidParameterException
- one of the parameters is invalidUserNotAuthorizedException
- the user is not authorized to issue this requestPropertyServerException
- there is a problem reported in the open metadata server(s)
-
logRelationshipCreation
public void logRelationshipCreation(String scopeGUID, String scopeQualifiedName, String relationshipType, String end1GUID, String end1TypeName, String end2GUID, String end2TypeName, String methodName) Create an audit log record to document that an external metadata source has created a relationship.- Parameters:
scopeGUID
- unique identifier of the element representing the scopescopeQualifiedName
- unique name of the element representing the scoperelationshipType
- type of relationshipend1GUID
- unique identifier for the entity at end 1 of the relationshipend1TypeName
- type of the entity at end 1 of the relationshipend2GUID
- unique identifier for the entity at end 2 of the relationshipend2TypeName
- type of the entity at end 2 of the relationshipmethodName
- calling method
-
logRelationshipUpdate
public void logRelationshipUpdate(String scopeGUID, String scopeQualifiedName, String relationshipType, String relationshipGUID, String methodName) Create an audit log record to document that an external metadata source has created a relationship.- Parameters:
scopeGUID
- unique identifier of the element representing the scopescopeQualifiedName
- unique name of the element representing the scoperelationshipType
- type of relationshiprelationshipGUID
- unique identifier for the relationshipmethodName
- calling method
-
logRelationshipRemoval
public void logRelationshipRemoval(String scopeGUID, String scopeQualifiedName, String relationshipType, String end1GUID, String end1TypeName, String end2GUID, String end2TypeName, String methodName) Create an audit log record to document that an external metadata source has removed a relationship.- Parameters:
scopeGUID
- unique identifier of the element representing the scopescopeQualifiedName
- unique name of the element representing the scoperelationshipType
- type of relationshipend1GUID
- unique identifier for the entity at end 1 of the relationshipend1TypeName
- type of the entity at end 1 of the relationshipend2GUID
- unique identifier for the entity at end 2 of the relationshipend2TypeName
- type of the entity at end 2 of the relationshipmethodName
- calling method
-
removeExternalIdentifier
public void removeExternalIdentifier(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, String identifier, String identifierParameterName, int identifierKeyPattern, String identifierDescription, String identifierUsage, String identifierSource, Map<String, String> identifierMappingProperties, List<String> serviceSupportedZones, String scopeGUID, String scopeGUIDParameterName, String scopeQualifiedName, String scopeTypeName, int permittedSynchronization, String synchronizationDescription, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerExceptionRemove the ExternalIdentifier for the supplied element. The open metadata element is not affected.- Parameters:
userId
- calling userIdelementGUID
- unique identifier of the open metadata element to link to the external identifierelementGUIDParameterName
- parameter supplying elementGUIDelementTypeName
- type of the elementidentifier
- identifier from the third party technology (scope)identifierParameterName
- name of parameter supplying identifieridentifierKeyPattern
- type of key pattern used in the third party technology (typically local key)identifierDescription
- name of the identifier in the third party technologyidentifierUsage
- usage information from the connector/client supplying the identifieridentifierSource
- name of the connector/client supplying the identifieridentifierMappingProperties
- additional properties to help with the synchronizationscopeGUID
- unique identifier of the software capability that represents the third metadata sourcescopeGUIDParameterName
- parameter supplying scopeGUIDscopeQualifiedName
- qualified name from the entity thatscopeTypeName
- specific type name of the software capability that represents the third party metadata sourcepermittedSynchronization
- direction of synchronizationsynchronizationDescription
- optional description of the synchronization in progress (augments the description in the permitted synchronization enum)serviceSupportedZones
- supported zones for calling serviceforLineage
- return elements marked with the Memento classification?forDuplicateProcessing
- do not merge elements marked as duplicates?effectiveTime
- when should the elements be effected for - null is anytime; new Date() is nowmethodName
- calling method- Throws:
InvalidParameterException
- one of the parameters is invalidUserNotAuthorizedException
- the user is not authorized to issue this requestPropertyServerException
- there is a problem reported in the open metadata server(s)
-
confirmSynchronization
public EntityDetail confirmSynchronization(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, String identifier, String identifierParameterName, String scopeGUID, String scopeGUIDParameterName, String scopeQualifiedName, String scopeTypeName, List<String> serviceSupportedZones, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException Confirm that the values of a particular metadata element have been synchronized. This is important from an audit points of view, and to allow bidirectional updates of metadata using optimistic locking.- Parameters:
userId
- calling userelementGUID
- unique identifier (GUID) of this element in open metadataelementGUIDParameterName
- parameter supplying elementGUIDelementTypeName
- type of element being mappedidentifier
- unique identifier of this element in the external asset manageridentifierParameterName
- parameter supplying identifierscopeGUID
- unique identifier of software capability representing the callerscopeGUIDParameterName
- parameter name supplying scopeGUIDscopeQualifiedName
- unique name of the scopescopeTypeName
- specific type name of the software capability that represents the third party metadata sourceserviceSupportedZones
- supported zones for calling serviceforLineage
- return elements marked with the Memento classification?forDuplicateProcessing
- do not merge elements marked as duplicates?effectiveTime
- the time that the retrieved elements must be effective for (null for any time, new Date() for now)methodName
- calling method- Returns:
- the identifier's entity
- Throws:
InvalidParameterException
- one of the parameters is invalidUserNotAuthorizedException
- user not authorized to issue this requestPropertyServerException
- problem accessing the property server
-
getExternalIdentifiersForElement
public List<EXTERNAL_ID> getExternalIdentifiersForElement(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, List<String> serviceSupportedZones, int startingFrom, int pageSize, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException Return the external identifiers attached to a referenceable by the ExternalIdLink.- Parameters:
userId
- calling userelementGUID
- identifier for the entity that the identifier is attached toelementGUIDParameterName
- name of parameter supplying the GUIDelementTypeName
- name of the type of object being attached toserviceSupportedZones
- supported zones for calling servicestartingFrom
- where to start from in the listpageSize
- maximum number of results that can be returnedforLineage
- return elements marked with the Memento classification?forDuplicateProcessing
- do not merge elements marked as duplicates?effectiveTime
- the time that the retrieved elements must be effective formethodName
- calling method- Returns:
- list of retrieved objects or null if none found
- Throws:
InvalidParameterException
- the input properties are invalidUserNotAuthorizedException
- user not authorized to issue this requestPropertyServerException
- problem accessing the property server
-
getExternalIdentifiersForScope
public List<EXTERNAL_ID> getExternalIdentifiersForScope(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, String scopeGUID, String scopeTypeName, String scopeQualifiedName, boolean forLineage, boolean forDuplicateProcessing, int startingFrom, int pageSize, Date effectiveTime, String methodName) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException Return the external identifiers attached to a referenceable by the ExternalIdLink.- Parameters:
userId
- calling userelementGUID
- identifier for the entity that the identifier is attached toelementGUIDParameterName
- name of parameter supplying the GUIDelementTypeName
- name of the type of object being attached toscopeGUID
- unique identifier of the software capability that represents the third metadata sourcescopeTypeName
- specific type name of the software capability that represents the third party metadata sourcescopeQualifiedName
- unique name of the software capability that represents the third metadata sourcestartingFrom
- where to start from in the listpageSize
- maximum number of results that can be returnedforLineage
- return elements marked with the Memento classification?forDuplicateProcessing
- do not merge elements marked as duplicates?effectiveTime
- the time that the retrieved elements must be effective formethodName
- calling method- Returns:
- list of retrieved objects or null if none found
- Throws:
InvalidParameterException
- the input properties are invalidUserNotAuthorizedException
- user not authorized to issue this requestPropertyServerException
- problem accessing the property server
-
getExternalIdentifiersForScope
public List<EXTERNAL_ID> getExternalIdentifiersForScope(String userId, String elementGUID, String elementGUIDParameterName, String elementTypeName, List<String> serviceSupportedZones, String scopeGUID, String scopeTypeName, String scopeQualifiedName, int startingFrom, int pageSize, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException Return the external identifiers attached to a referenceable by the ExternalIdLink.- Parameters:
userId
- calling userelementGUID
- identifier for the entity that the identifier is attached toelementGUIDParameterName
- name of parameter supplying the GUIDelementTypeName
- name of the type of object being attached toserviceSupportedZones
- supported zones for calling servicescopeGUID
- unique identifier of the software capability that represents the third metadata sourcescopeTypeName
- specific type name of the software capability that represents the third party metadata sourcescopeQualifiedName
- unique name of the software capability that represents the third party metadata sourcestartingFrom
- where to start from in the listpageSize
- maximum number of results that can be returnedforLineage
- return elements marked with the Memento classification?forDuplicateProcessing
- do not merge elements marked as duplicates?effectiveTime
- the time that the retrieved elements must be effective formethodName
- calling method- Returns:
- list of retrieved objects or null if none found
- Throws:
InvalidParameterException
- the input properties are invalidUserNotAuthorizedException
- user not authorized to issue this requestPropertyServerException
- problem accessing the property server
-
getElementEntitiesForScope
public List<EntityDetail> getElementEntitiesForScope(String userId, String scopeGUID, String scopeParameterName, String scopeTypeName, String requestedTypeName, int startingFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException Return the list of entities for open metadata elements of an open metadata type that are associated with an external identifier in a particular scope.- Parameters:
userId
- calling userscopeGUID
- unique identifier of software capability representing the callerscopeParameterName
- unique name of software capability representing the callerscopeTypeName
- specific type name of the software capability that represents the third party metadata sourcerequestedTypeName
- unique type name of the elements in the external asset managerstartingFrom
- where to start from in the listpageSize
- maximum number of results that can be returnedforLineage
- return elements marked with the Memento classification?forDuplicateProcessing
- do not merge elements marked as duplicates?effectiveTime
- the time that the retrieved elements must be effective for (null for any time, new Date() for now)methodName
- calling method- Returns:
- list of element headers
- Throws:
InvalidParameterException
- one of the parameters is invalidUserNotAuthorizedException
- user not authorized to issue this requestPropertyServerException
- problem accessing the property server
-
getElementsForExternalIdentifier
public List<OPEN_METADATA_ELEMENT_HEADER> getElementsForExternalIdentifier(String userId, String scopeGUID, String scopeParameterName, String scopeTypeName, String scopeQualifiedName, String externalIdentifier, List<String> serviceSupportedZones, int startingFrom, int pageSize, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException Return the list of headers for open metadata elements that are associated with a particular external identifier. It is necessary to navigate to the externalIdentifier from the scope.- Parameters:
userId
- calling userscopeGUID
- unique identifier of software capability representing the callerscopeParameterName
- unique name of software capability representing the callerscopeTypeName
- specific type name of the software capability that represents the third party metadata sourcescopeQualifiedName
- unique name of the software capability that represents the third party metadata sourceexternalIdentifier
- unique identifier of this element in the external asset managerserviceSupportedZones
- zones from the calling servicestartingFrom
- where to start from in the listpageSize
- maximum number of results that can be returnedeffectiveTime
- when should the elements be effected for - null is anytime; new Date() is nowforLineage
- return elements marked with the Memento classification?forDuplicateProcessing
- do not merge elements marked as duplicates?methodName
- calling method- Returns:
- list of element headers
- Throws:
InvalidParameterException
- one of the parameters is invalidUserNotAuthorizedException
- user not authorized to issue this requestPropertyServerException
- problem accessing the property server
-