Class SurveyOpenMetadataStore
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
org.odpi.openmetadata.frameworks.surveyaction.SurveyOpenMetadataStore
SurveyOpenMetadataStore provides an interface to the open metadata store. This is part of the Governance Action Framework (GAF)
and provides a comprehensive interface for working with all types of metadata, subject to the user's security permissions.
The interface supports search, maintenance of metadata elements, classifications and relationships.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
openMetadataClient
-
Constructor Summary
ConstructorDescriptionSurveyOpenMetadataStore
(OpenMetadataClient openMetadataStore, String userId, String externalSourceGUID, String externalSourceName, String originatorGUID) The constructor needs an implementation of the open metadata store. -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
addExternalIdentifier, archiveMetadataElementInStore, archiveMetadataElementInStore, classifyMetadataElementInStore, classifyMetadataElementInStore, classifyMetadataElementInStore, classifyMetadataElementInStore, clearValidMetadataMapName, clearValidMetadataMapValue, clearValidMetadataValue, confirmSynchronization, createIncidentReport, createMetadataElementFromTemplate, createMetadataElementFromTemplate, createMetadataElementInStore, createMetadataElementInStore, createMetadataElementInStore, createMetadataElementInStore, createRelatedElementsInStore, createRelatedElementsInStore, declassifyMetadataElementInStore, declassifyMetadataElementInStore, deleteMetadataElementInStore, deleteMetadataElementInStore, deleteRelatedElementsInStore, deleteRelatedElementsInStore, findAttributeTypeDefsByCategory, findMetadataElements, findMetadataElementsWithString, findMetadataElementsWithString, findRelationshipsBetweenMetadataElements, findTypeDefsByCategory, findTypesByExternalID, getAllTypes, getAttributeTypeDefByGUID, getAttributeTypeDefByName, getConsistentMetadataValues, getDeletedElementByUniqueName, getElementsForExternalIdentifier, getLineageElementByUniqueName, getMaxPagingSize, getMetadataCorrelationHeaders, getMetadataElementByGUID, getMetadataElementByUniqueName, getMetadataElementFromTemplate, getMetadataElementFromTemplate, getMetadataElementGUIDByUniqueName, getMetadataElementHistory, getMetadataElementRelationships, getRelatedMetadataElement, getRelatedMetadataElements, getRelationshipByGUID, getTypeDefByGUID, getTypeDefByName, getValidMetadataMapName, getValidMetadataMapValue, getValidMetadataValue, getValidMetadataValues, getVendorProperties, isForDuplicateProcessing, isForLineage, isUseCurrentEffectiveTime, openToDo, reclassifyMetadataElementInStore, reclassifyMetadataElementInStore, removeExternalIdentifier, setExternalSourceIds, setForDuplicateProcessing, setForLineage, setUpValidMetadataMapName, setUpValidMetadataMapValue, setUpValidMetadataValue, setUseCurrentEffectiveTime, updateClassificationEffectivityInStore, updateClassificationEffectivityInStore, updateExternalIdentifier, updateMetadataElementEffectivityInStore, updateMetadataElementEffectivityInStore, updateMetadataElementInStore, updateMetadataElementInStore, updateMetadataElementStatusInStore, updateMetadataElementStatusInStore, updateRelatedElementsEffectivityInStore, updateRelatedElementsEffectivityInStore, updateRelatedElementsInStore, updateRelatedElementsInStore, validateExternalIdentifier, validateMetadataMapName, validateMetadataMapValue, validateMetadataValue
-
Constructor Details
-
SurveyOpenMetadataStore
public SurveyOpenMetadataStore(OpenMetadataClient openMetadataStore, String userId, String externalSourceGUID, String externalSourceName, String originatorGUID) The constructor needs an implementation of the open metadata store.- Parameters:
openMetadataStore
- client implementationuserId
- calling userexternalSourceGUID
- unique identifier for external source (or null)externalSourceName
- unique name for external source (or null)originatorGUID
- unique identifier of the source of the to do
-