Class OpenMetadataStoreClient
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataClient
-
- org.odpi.openmetadata.engineservices.governanceaction.context.OpenMetadataStoreClient
-
- All Implemented Interfaces:
OpenMetadataStore
public class OpenMetadataStoreClient extends OpenMetadataClient
OpenMetadataClient is created for each instance of the governance service. It interfaces between the governance context of each governance service instance and the clients and handlers of Governance Action Open Metadata Engine Service (OMES). The governanceServiceHandler is also tied to the governance service instance. The governanceListenerManager and the governanceEngineClient are shared by all services instances running in the Governance Action OMES. There are three groups of methods:- Methods for working with metadata that are driven by the logic in the governance service. This is implemented with calls to the Governance Engine OMAS client that is calling the partner OMAS for Governance Action OMES.
- Methods for managing the Governance Actions that drive calls to the governance services. These methods are passed to the governanceServiceHandler to be handled by the engine host services. The engine host services may have a different partner OMAS and so they have their own client to Governance Engine OMAS.
- Methods for managing Open Watchdog Governance Service's listeners that are passed to the governance listener manager.
-
-
Constructor Summary
Constructors Constructor Description OpenMetadataStoreClient(String serverName, String serverPlatformURLRoot, GovernanceEngineClient governanceEngineClient, GovernanceListenerManager governanceListenerManager, GovernanceServiceHandler governanceServiceHandler, String engineUserId)Create a new client with no authentication embedded in the HTTP request.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclassifyMetadataElementInStore(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime)Add a new classification to the metadata element.StringcreateIncidentReport(String qualifiedName, int domainIdentifier, String background, List<IncidentImpactedElement> impactedResources, List<IncidentDependency> previousIncidents, Map<String,Integer> incidentClassifiers, Map<String,String> additionalProperties)Create an incident report to capture the situation detected by this governance action service.StringcreateMetadataElementInStore(String metadataElementTypeName, ElementStatus initialStatus, Date effectiveFrom, Date effectiveTo, ElementProperties properties, String templateGUID)Create a new metadata element in the metadata store.StringcreateRelatedElementsInStore(String relationshipTypeName, String metadataElement1GUID, String metadataElement2GUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime)Create a relationship between two metadata elements.voiddeleteMetadataElementInStore(String metadataElementGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Delete a specific metadata element.voiddeleteRelatedElementsInStore(String relationshipGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Delete a relationship between two metadata elements.voiddisconnectListener()Called during the disconnect processing of the watchdog governance action service.List<OpenMetadataElement>findMetadataElements(String metadataElementTypeName, List<String> metadataElementSubtypeName, SearchProperties searchProperties, List<ElementStatus> limitResultsByStatus, SearchClassifications matchClassifications, String sequencingProperty, SequencingOrder sequencingOrder, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize)Return a list of metadata elements that match the supplied criteria.List<OpenMetadataElement>findMetadataElementsWithString(String searchString, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize)Retrieve the metadata elements that contain the requested string.List<RelatedMetadataElements>findRelationshipsBetweenMetadataElements(String relationshipTypeName, SearchProperties searchProperties, String sequencingProperty, SequencingOrder sequencingOrder, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize)Return a list of relationships that match the requested conditions.OpenMetadataElementgetMetadataElementByGUID(String elementGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Retrieve the metadata element using its unique identifier.OpenMetadataElementgetMetadataElementByUniqueName(String uniqueName, String uniquePropertyName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Retrieve the metadata element using its unique name (typically the qualified name).StringgetMetadataElementGUIDByUniqueName(String uniqueName, String uniquePropertyName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Retrieve the unique identifier of a metadata element using its unique name (typically the qualified name).List<RelatedMetadataElement>getRelatedMetadataElements(String elementGUID, int startingAtEnd, String relationshipTypeName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize)Retrieve the metadata elements connected to the supplied element.StringinitiateGovernanceAction(String qualifiedName, int domainIdentifier, String displayName, String description, List<String> requestSourceGUIDs, List<NewActionTarget> actionTargets, Date startTime, String governanceEngineName, String requestType, Map<String,String> requestParameters)Create a governance action in the metadata store which will trigger the governance action service associated with the supplied request type.StringinitiateGovernanceActionProcess(String processQualifiedName, Map<String,String> requestParameters, List<String> requestSourceGUIDs, List<NewActionTarget> actionTargets, Date startTime)Using the named governance action process as a template, initiate a chain of governance actions.voidlinkConsolidatedDuplicate(String consolidatedElementGUID, int statusIdentifier, String steward, String stewardTypeName, String stewardPropertyName, String source, String notes, List<String> sourceElementGUIDs)Identify an element that acts as a consolidated version for a set of duplicate elements.voidlinkElementsAsPeerDuplicates(String metadataElement1GUID, String metadataElement2GUID, int statusIdentifier, String steward, String stewardTypeName, String stewardPropertyName, String source, String notes, boolean setKnownDuplicate)Link elements as peer duplicates.voidreclassifyMetadataElementInStore(String metadataElementGUID, String classificationName, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Update the properties of a classification that is currently attached to a specific metadata element.voidrecordCompletionStatus(CompletionStatus status, List<String> outputGuards, Map<String,String> requestParameters, List<NewActionTarget> newActionTargets)Declare that all the processing for the governance action service is finished and the status of the work.voidregisterListener(WatchdogGovernanceListener listener, List<WatchdogEventType> interestingEventTypes, List<String> interestingMetadataTypes, String specificInstance)Register a listener to receive events about changes to metadata elements in the open metadata store.voidunclassifyMetadataElementInStore(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Remove the named classification from a specific metadata element.voidupdateActionTargetStatus(String actionTargetGUID, GovernanceActionStatus status, Date startDate, Date completionDate)Update the status of a specific action target.voidupdateClassificationEffectivityInStore(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, Date effectiveTime)Update the effectivity dates of a specific classification attached to a metadata element.voidupdateMetadataElementEffectivityInStore(String metadataElementGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, Date effectiveTime)Update the effectivity dates control the visibility of the element through specific APIs.voidupdateMetadataElementInStore(String metadataElementGUID, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Update the properties of a specific metadata element.voidupdateMetadataElementStatusInStore(String metadataElementGUID, boolean forLineage, boolean forDuplicateProcessing, ElementStatus newElementStatus, Date effectiveTime)Update the status of specific metadata element.voidupdateRelatedElementsEffectivityInStore(String relationshipGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, Date effectiveTime)Update the effectivity dates of a specific relationship between metadata elements.voidupdateRelatedElementsInStore(String relationshipGUID, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime)Update the properties associated with a relationship.-
Methods inherited from class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataClient
toString
-
-
-
-
Constructor Detail
-
OpenMetadataStoreClient
public OpenMetadataStoreClient(String serverName, String serverPlatformURLRoot, GovernanceEngineClient governanceEngineClient, GovernanceListenerManager governanceListenerManager, GovernanceServiceHandler governanceServiceHandler, String engineUserId) throws InvalidParameterException
Create a new client with no authentication embedded in the HTTP request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST serversgovernanceEngineClient- client that does all the workgovernanceListenerManager- governance listener managergovernanceServiceHandler- handler for this serviceengineUserId- engine userId- Throws:
InvalidParameterException- the server name of platform URL root is null.
-
-
Method Detail
-
getMetadataElementByGUID
public OpenMetadataElement getMetadataElementByGUID(String elementGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Retrieve the metadata element using its unique identifier.- Specified by:
getMetadataElementByGUIDin interfaceOpenMetadataStore- Specified by:
getMetadataElementByGUIDin classOpenMetadataClient- Parameters:
elementGUID- unique identifier for the metadata elementforLineage- the retrieved element is for lineage processing so include archived elementsforDuplicateProcessing- the retrieved element is for duplicate processing so do not combine results from known duplicates.effectiveTime- only return the element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Returns:
- metadata element properties
- Throws:
InvalidParameterException- the unique identifier is null or not known.UserNotAuthorizedException- the governance action service is not able to access the elementPropertyServerException- there is a problem accessing the metadata store
-
getMetadataElementByUniqueName
public OpenMetadataElement getMetadataElementByUniqueName(String uniqueName, String uniquePropertyName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Retrieve the metadata element using its unique name (typically the qualified name).- Specified by:
getMetadataElementByUniqueNamein interfaceOpenMetadataStore- Specified by:
getMetadataElementByUniqueNamein classOpenMetadataClient- Parameters:
uniqueName- unique name for the metadata elementuniquePropertyName- name of property name to test in the open metadata element - if null "qualifiedName" is usedforLineage- the retrieved element is for lineage processing so include archived elementsforDuplicateProcessing- the retrieved element is for duplicate processing so do not combine results from known duplicates.effectiveTime- only return the element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Returns:
- metadata element properties
- Throws:
InvalidParameterException- the unique identifier is null or not known.UserNotAuthorizedException- the governance action service is not able to access the elementPropertyServerException- there is a problem accessing the metadata store
-
getMetadataElementGUIDByUniqueName
public String getMetadataElementGUIDByUniqueName(String uniqueName, String uniquePropertyName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Retrieve the unique identifier of a metadata element using its unique name (typically the qualified name).- Specified by:
getMetadataElementGUIDByUniqueNamein interfaceOpenMetadataStore- Specified by:
getMetadataElementGUIDByUniqueNamein classOpenMetadataClient- Parameters:
uniqueName- unique name for the metadata elementuniquePropertyName- name of property name to test in the open metadata element - if null "qualifiedName" is usedforLineage- the retrieved element is for lineage processing so include archived elementsforDuplicateProcessing- the retrieved element is for duplicate processing so do not combine results from known duplicates.effectiveTime- only return the element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Returns:
- metadata element unique identifier (guid)
- Throws:
InvalidParameterException- the unique identifier is null or not known.UserNotAuthorizedException- the governance action service is not able to access the elementPropertyServerException- there is a problem accessing the metadata store
-
findMetadataElementsWithString
public List<OpenMetadataElement> findMetadataElementsWithString(String searchString, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Retrieve the metadata elements that contain the requested string.- Specified by:
findMetadataElementsWithStringin interfaceOpenMetadataStore- Specified by:
findMetadataElementsWithStringin classOpenMetadataClient- Parameters:
searchString- name to retrieveforLineage- the retrieved elements are for lineage processing so include archived elementsforDuplicateProcessing- the retrieved elements are for duplicate processing so do not combine results from known duplicates.effectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.startFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- list of matching metadata elements (or null if no elements match the name)
- Throws:
InvalidParameterException- the qualified name is nullUserNotAuthorizedException- the governance action service is not able to access the elementPropertyServerException- there is a problem accessing the metadata store
-
getRelatedMetadataElements
public List<RelatedMetadataElement> getRelatedMetadataElements(String elementGUID, int startingAtEnd, String relationshipTypeName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Retrieve the metadata elements connected to the supplied element.- Specified by:
getRelatedMetadataElementsin interfaceOpenMetadataStore- Specified by:
getRelatedMetadataElementsin classOpenMetadataClient- Parameters:
elementGUID- unique identifier for the starting metadata elementstartingAtEnd- indicates which end to retrieve from (0 is "either end"; 1 is end1; 2 is end 2)relationshipTypeName- type name of relationships to follow (or null for all)forLineage- the retrieved element is for lineage processing so include archived elementsforDuplicateProcessing- the retrieved elements are for duplicate processing so do not combine results from known duplicates.effectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.startFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- list of related elements
- Throws:
InvalidParameterException- the unique identifier is null or not known; the relationship type is invalidUserNotAuthorizedException- the governance action service is not able to access the elementsPropertyServerException- there is a problem accessing the metadata store
-
findMetadataElements
public List<OpenMetadataElement> findMetadataElements(String metadataElementTypeName, List<String> metadataElementSubtypeName, SearchProperties searchProperties, List<ElementStatus> limitResultsByStatus, SearchClassifications matchClassifications, String sequencingProperty, SequencingOrder sequencingOrder, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Return a list of metadata elements that match the supplied criteria. The results can be returned over many pages.- Specified by:
findMetadataElementsin interfaceOpenMetadataStore- Specified by:
findMetadataElementsin classOpenMetadataClient- Parameters:
metadataElementTypeName- type of interest (null means any element type)metadataElementSubtypeName- optional list of the subtypes of the metadataElementTypeName to include in the search results. Null means all subtypes.searchProperties- Optional list of entity property conditions to match.limitResultsByStatus- By default, entities in all statuses (other than DELETE) are returned. However, it is possible to specify a list of statuses (eg ACTIVE) to restrict the results to. Null means all status values.matchClassifications- Optional list of classifications to match.sequencingProperty- String name of the property that is to be used to sequence the results. Null means do not sequence on a property name (see SequencingOrder).sequencingOrder- Enum defining how the results should be ordered.forLineage- the retrieved element is for lineage processing so include archived elementsforDuplicateProcessing- the retrieved element is for duplicate processing so do not combine results from known duplicates.effectiveTime- only return the element if it is effective at this time. Null means anytime. Use "new Date()" for now.startFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- a list of elements matching the supplied criteria; null means no matching elements in the metadata store.
- Throws:
InvalidParameterException- one of the search parameters are is invalidUserNotAuthorizedException- the governance action service is not able to access the elementsPropertyServerException- there is a problem accessing the metadata store
-
findRelationshipsBetweenMetadataElements
public List<RelatedMetadataElements> findRelationshipsBetweenMetadataElements(String relationshipTypeName, SearchProperties searchProperties, String sequencingProperty, SequencingOrder sequencingOrder, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Return a list of relationships that match the requested conditions. The results can be received as a series of pages.- Specified by:
findRelationshipsBetweenMetadataElementsin interfaceOpenMetadataStore- Specified by:
findRelationshipsBetweenMetadataElementsin classOpenMetadataClient- Parameters:
relationshipTypeName- relationship's type. Null means all types (but may be slow so not recommended).searchProperties- Optional list of relationship property conditions to match.sequencingProperty- String name of the property that is to be used to sequence the results. Null means do not sequence on a property name (see SequencingOrder).sequencingOrder- Enum defining how the results should be ordered.forLineage- the retrieved elements are for lineage processing so include archived elementsforDuplicateProcessing- the query is for duplicate processing and so must not deduplicateeffectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.startFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- a list of relationships. Null means no matching relationships.
- Throws:
InvalidParameterException- one of the search parameters are is invalidUserNotAuthorizedException- the governance action service is not able to access the elementsPropertyServerException- there is a problem accessing the metadata store
-
createMetadataElementInStore
public String createMetadataElementInStore(String metadataElementTypeName, ElementStatus initialStatus, Date effectiveFrom, Date effectiveTo, ElementProperties properties, String templateGUID) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Create a new metadata element in the metadata store. The type name comes from the open metadata types. The selected type also controls the names and types of the properties that are allowed. This version of the method allows access to advanced features such as multiple states and effectivity dates.- Specified by:
createMetadataElementInStorein classOpenMetadataClient- Parameters:
metadataElementTypeName- type name of the new metadata elementinitialStatus- initial status of the metadata elementeffectiveFrom- the date when this element is active - null for active on creationeffectiveTo- the date when this element becomes inactive - null for active until deletedproperties- properties of the new metadata elementtemplateGUID- the unique identifier of the existing asset to copy (this will copy all the attachments such as nested content, schema connection etc)- Returns:
- unique identifier of the new metadata element
- Throws:
InvalidParameterException- the type name, status or one of the properties is invalidUserNotAuthorizedException- the governance action service is not authorized to create this type of elementPropertyServerException- there is a problem with the metadata store
-
updateMetadataElementInStore
public void updateMetadataElementInStore(String metadataElementGUID, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Update the properties of a specific metadata element. The properties must match the type definition associated with the metadata element when it was created. However, it is possible to update a few properties, or replace all them by the value used in the replaceProperties flag.- Specified by:
updateMetadataElementInStorein classOpenMetadataClient- Parameters:
metadataElementGUID- unique identifier of the metadata element to updatereplaceProperties- flag to indicate whether to completely replace the existing properties with the new properties, or just update the individual properties specified on the request.forLineage- the query is to support lineage retrievalforDuplicateProcessing- the query is for duplicate processing and so must not deduplicateproperties- new properties for the metadata elementeffectiveTime- the time that the retrieved elements must be effective for (null for any time, new Date() for now)- Throws:
InvalidParameterException- either the unique identifier or the properties are invalid in some wayUserNotAuthorizedException- the governance action service is not authorized to update this elementPropertyServerException- there is a problem with the metadata store
-
updateMetadataElementStatusInStore
public void updateMetadataElementStatusInStore(String metadataElementGUID, boolean forLineage, boolean forDuplicateProcessing, ElementStatus newElementStatus, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Update the status of specific metadata element. The new status must match a status value that is defined for the element's type assigned when it was created.- Specified by:
updateMetadataElementStatusInStorein classOpenMetadataClient- Parameters:
metadataElementGUID- unique identifier of the metadata element to updateforLineage- the request is to support lineage retrieval this means entities with the Memento classification can be returnedforDuplicateProcessing- the request is for duplicate processing and so must not deduplicatenewElementStatus- new status value - or null to leave as iseffectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Throws:
InvalidParameterException- either the unique identifier or the status are invalid in some wayUserNotAuthorizedException- the governance action service is not authorized to update this elementPropertyServerException- there is a problem with the metadata store
-
updateMetadataElementEffectivityInStore
public void updateMetadataElementEffectivityInStore(String metadataElementGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Update the effectivity dates control the visibility of the element through specific APIs.- Specified by:
updateMetadataElementEffectivityInStorein classOpenMetadataClient- Parameters:
metadataElementGUID- unique identifier of the metadata element to updateforLineage- the request is to support lineage retrieval this means entities with the Memento classification can be returnedforDuplicateProcessing- the request is for duplicate processing and so must not deduplicateeffectiveFrom- the date when this element is active - null for active noweffectiveTo- the date when this element becomes inactive - null for active until deletedeffectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Throws:
InvalidParameterException- either the unique identifier or the status are invalid in some wayUserNotAuthorizedException- the governance action service is not authorized to update this elementPropertyServerException- there is a problem with the metadata store
-
deleteMetadataElementInStore
public void deleteMetadataElementInStore(String metadataElementGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Delete a specific metadata element.- Specified by:
deleteMetadataElementInStorein classOpenMetadataClient- Parameters:
metadataElementGUID- unique identifier of the metadata element to updateforLineage- the request is to support lineage retrieval this means entities with the Memento classification can be returnedforDuplicateProcessing- the request is for duplicate processing and so must not deduplicateeffectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Throws:
InvalidParameterException- the unique identifier is null or invalid in some wayUserNotAuthorizedException- the governance action service is not authorized to delete this elementPropertyServerException- there is a problem with the metadata store
-
classifyMetadataElementInStore
public void classifyMetadataElementInStore(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Add a new classification to the metadata element. Note that only one classification with the same name can be attached to a metadata element.- Specified by:
classifyMetadataElementInStorein classOpenMetadataClient- Parameters:
metadataElementGUID- unique identifier of the metadata element to updateclassificationName- name of the classification to add (if the classification is already present then use reclassify)forLineage- the request is to support lineage retrieval this means entities with the Memento classification can be returnedforDuplicateProcessing- the request is for duplicate processing and so must not deduplicateeffectiveFrom- the date when this classification is active - null for active noweffectiveTo- the date when this classification becomes inactive - null for active until deletedproperties- properties to store in the new classification. These must conform to the valid properties associated with the classification nameeffectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Throws:
InvalidParameterException- the unique identifier or classification name is null or invalid in some way; properties do not match the valid properties associated with the classification's type definitionUserNotAuthorizedException- the governance action service is not authorized to update this elementPropertyServerException- there is a problem with the metadata store
-
reclassifyMetadataElementInStore
public void reclassifyMetadataElementInStore(String metadataElementGUID, String classificationName, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Update the properties of a classification that is currently attached to a specific metadata element.- Specified by:
reclassifyMetadataElementInStorein classOpenMetadataClient- Parameters:
metadataElementGUID- unique identifier of the metadata element to updateclassificationName- unique name of the classification to updateforLineage- the request is to support lineage retrieval this means entities with the Memento classification can be returnedforDuplicateProcessing- the request is for duplicate processing and so must not deduplicatereplaceProperties- flag to indicate whether to completely replace the existing properties with the new properties, or just update the individual properties specified on the request.properties- new properties for the classificationeffectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Throws:
InvalidParameterException- the unique identifier or classification name is null or invalid in some way; properties do not match the valid properties associated with the classification's type definitionUserNotAuthorizedException- the governance action service is not authorized to update this element/classificationPropertyServerException- there is a problem with the metadata store
-
updateClassificationEffectivityInStore
public void updateClassificationEffectivityInStore(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Update the effectivity dates of a specific classification attached to a metadata element. The effectivity dates control the visibility of the classification through specific APIs.- Specified by:
updateClassificationEffectivityInStorein classOpenMetadataClient- Parameters:
metadataElementGUID- unique identifier of the metadata element to updateclassificationName- unique name of the classification to updateforLineage- the request is to support lineage retrieval this means entities with the Memento classification can be returnedforDuplicateProcessing- the request is for duplicate processing and so must not deduplicateeffectiveFrom- the date when this element is active - null for active noweffectiveTo- the date when this element becomes inactive - null for active until deletedeffectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Throws:
InvalidParameterException- either the unique identifier or the status are invalid in some wayUserNotAuthorizedException- the governance action service is not authorized to update this elementPropertyServerException- there is a problem with the metadata store
-
unclassifyMetadataElementInStore
public void unclassifyMetadataElementInStore(String metadataElementGUID, String classificationName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Remove the named classification from a specific metadata element.- Specified by:
unclassifyMetadataElementInStorein classOpenMetadataClient- Parameters:
metadataElementGUID- unique identifier of the metadata element to updateclassificationName- unique name of the classification to removeforLineage- the request is to support lineage retrieval this means entities with the Memento classification can be returnedforDuplicateProcessing- the request is for duplicate processing and so must not deduplicateeffectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Throws:
InvalidParameterException- the unique identifier or classification name is null or invalid in some wayUserNotAuthorizedException- the governance action service is not authorized to remove this classificationPropertyServerException- there is a problem with the metadata store
-
createRelatedElementsInStore
public String createRelatedElementsInStore(String relationshipTypeName, String metadataElement1GUID, String metadataElement2GUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, ElementProperties properties, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Create a relationship between two metadata elements. It is important to put the right element at each end of the relationship according to the type definition since this will affect how the relationship is interpreted.- Specified by:
createRelatedElementsInStorein classOpenMetadataClient- Parameters:
relationshipTypeName- name of the type of relationship to create. This will determine the types of metadata elements that can be related and the properties that can be associated with this relationship.metadataElement1GUID- unique identifier of the metadata element at end 1 of the relationshipmetadataElement2GUID- unique identifier of the metadata element at end 2 of the relationshipforLineage- the request is to support lineage retrieval this means entities with the Memento classification can be returnedforDuplicateProcessing- the request is for duplicate processing and so must not deduplicateeffectiveFrom- the date when this element is active - null for active noweffectiveTo- the date when this element becomes inactive - null for active until deletedproperties- the properties of the relationshipeffectiveTime- only return an element if it is effective at this time. Null means anytime. Use "new Date()" for now.- Returns:
- unique identifier of the new relationship
- Throws:
InvalidParameterException- the unique identifier's of the metadata elements are null or invalid in some way; the properties are not valid for this type of relationshipUserNotAuthorizedException- the governance action service is not authorized to create this type of relationshipPropertyServerException- there is a problem with the metadata store
-
updateRelatedElementsInStore
public void updateRelatedElementsInStore(String relationshipGUID, boolean replaceProperties, boolean forLineage, boolean forDuplicateProcessing, ElementProperties properties, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Update the properties associated with a relationship.- Specified by:
updateRelatedElementsInStorein classOpenMetadataClient- Parameters:
relationshipGUID- unique identifier of the relationship to updatereplaceProperties- flag to indicate whether to completely replace the existing properties with the new properties, or just update the individual properties specified on the request.forLineage- the query is to support lineage retrievalforDuplicateProcessing- the query is for duplicate processing and so must not deduplicateproperties- new properties for the relationshipeffectiveTime- the time that the retrieved elements must be effective for (null for any time, new Date() for now)- Throws:
InvalidParameterException- the unique identifier of the relationship is null or invalid in some way; the properties are not valid for this type of relationshipUserNotAuthorizedException- the governance action service is not authorized to update this relationshipPropertyServerException- there is a problem with the metadata store
-
updateRelatedElementsEffectivityInStore
public void updateRelatedElementsEffectivityInStore(String relationshipGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveFrom, Date effectiveTo, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Update the effectivity dates of a specific relationship between metadata elements. The effectivity dates control the visibility of the classification through specific APIs.- Specified by:
updateRelatedElementsEffectivityInStorein classOpenMetadataClient- Parameters:
relationshipGUID- unique identifier of the relationship to updateforLineage- the query is to support lineage retrievalforDuplicateProcessing- the query is for duplicate processing and so must not deduplicateeffectiveFrom- the date when this element is active - null for active noweffectiveTo- the date when this element becomes inactive - null for active until deletedeffectiveTime- the time that the retrieved elements must be effective for (null for any time, new Date() for now)- Throws:
InvalidParameterException- either the unique identifier or the status are invalid in some wayUserNotAuthorizedException- the governance action service is not authorized to update this elementPropertyServerException- there is a problem with the metadata store
-
deleteRelatedElementsInStore
public void deleteRelatedElementsInStore(String relationshipGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Delete a relationship between two metadata elements.- Specified by:
deleteRelatedElementsInStorein classOpenMetadataClient- Parameters:
relationshipGUID- unique identifier of the relationship to deleteforLineage- the query is to support lineage retrievalforDuplicateProcessing- the query is for duplicate processing and so must not deduplicateeffectiveTime- the time that the retrieved elements must be effective for (null for any time, new Date() for now)- Throws:
InvalidParameterException- the unique identifier of the relationship is null or invalid in some wayUserNotAuthorizedException- the governance action service is not authorized to delete this relationshipPropertyServerException- there is a problem with the metadata store
-
updateActionTargetStatus
public void updateActionTargetStatus(String actionTargetGUID, GovernanceActionStatus status, Date startDate, Date completionDate) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Update the status of a specific action target. By default, these values are derived from the values for the governance action service. However, if the governance action service has to process name target elements, then setting the status on each individual target will show the progress of the governance action service.- Specified by:
updateActionTargetStatusin classOpenMetadataClient- Parameters:
actionTargetGUID- unique identifier of the governance action service.status- status enum to show its progressstartDate- date/time that the governance action service started processing the targetcompletionDate- date/time that the governance process completed processing this target.- Throws:
InvalidParameterException- the action target GUID is not recognizedUserNotAuthorizedException- the governance action service is not authorized to update the action target propertiesPropertyServerException- there is a problem connecting to the metadata store
-
recordCompletionStatus
public void recordCompletionStatus(CompletionStatus status, List<String> outputGuards, Map<String,String> requestParameters, List<NewActionTarget> newActionTargets) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Declare that all the processing for the governance action service is finished and the status of the work.- Specified by:
recordCompletionStatusin classOpenMetadataClient- Parameters:
status- completion status enum valueoutputGuards- optional guard strings for triggering subsequent action(s)requestParameters- properties to pass to the next governance action servicenewActionTargets- list of action target names to GUIDs for the resulting governance action service- Throws:
InvalidParameterException- the completion status is nullUserNotAuthorizedException- the governance action service is not authorized to update the governance action service statusPropertyServerException- there is a problem connecting to the metadata store
-
initiateGovernanceAction
public String initiateGovernanceAction(String qualifiedName, int domainIdentifier, String displayName, String description, List<String> requestSourceGUIDs, List<NewActionTarget> actionTargets, Date startTime, String governanceEngineName, String requestType, Map<String,String> requestParameters) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Create a governance action in the metadata store which will trigger the governance action service associated with the supplied request type. The governance action remains to act as a record of the actions taken for auditing.- Specified by:
initiateGovernanceActionin classOpenMetadataClient- Parameters:
qualifiedName- unique identifier to give this governance actiondomainIdentifier- governance domain associated with this action (0=ALL)displayName- display name for this actiondescription- description for this actionrequestSourceGUIDs- request source elements for the resulting governance action serviceactionTargets- list of action target names to GUIDs for the resulting governance action servicestartTime- future start time or null for "as soon as possible"governanceEngineName- name of the governance engine to run the requestrequestType- request type to identify the governance action service to runrequestParameters- properties to pass to the governance action service- Returns:
- unique identifier of the governance action
- Throws:
InvalidParameterException- null qualified nameUserNotAuthorizedException- this governance action service is not authorized to create a governance actionPropertyServerException- there is a problem with the metadata store
-
initiateGovernanceActionProcess
public String initiateGovernanceActionProcess(String processQualifiedName, Map<String,String> requestParameters, List<String> requestSourceGUIDs, List<NewActionTarget> actionTargets, Date startTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Using the named governance action process as a template, initiate a chain of governance actions.- Specified by:
initiateGovernanceActionProcessin classOpenMetadataClient- Parameters:
processQualifiedName- unique name of the governance action process to userequestParameters- initial set of request parameters to pass to the governance actionsrequestSourceGUIDs- request source elements for the resulting governance action serviceactionTargets- list of action target names to GUIDs for the resulting governance action servicestartTime- future start time or null for "as soon as possible".- Returns:
- unique identifier of the first governance action of the process
- Throws:
InvalidParameterException- null or unrecognized qualified name of the processUserNotAuthorizedException- this governance action service is not authorized to create a governance action processPropertyServerException- there is a problem with the metadata store
-
createIncidentReport
public String createIncidentReport(String qualifiedName, int domainIdentifier, String background, List<IncidentImpactedElement> impactedResources, List<IncidentDependency> previousIncidents, Map<String,Integer> incidentClassifiers, Map<String,String> additionalProperties) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Create an incident report to capture the situation detected by this governance action service. This incident report will be processed by other governance activities.- Specified by:
createIncidentReportin classOpenMetadataClient- Parameters:
qualifiedName- unique identifier to give this new incident reportdomainIdentifier- governance domain associated with this action (0=ALL)background- description of the situationimpactedResources- details of the resources impacted by this situationpreviousIncidents- links to previous incident reports covering this situationincidentClassifiers- initial classifiers for the incident reportadditionalProperties- additional arbitrary properties for the incident reports- Returns:
- unique identifier of the resulting incident report
- Throws:
InvalidParameterException- null or non-unique qualified name for the incident reportUserNotAuthorizedException- this governance action service is not authorized to create an incident reportPropertyServerException- there is a problem with the metadata store
-
linkElementsAsPeerDuplicates
public void linkElementsAsPeerDuplicates(String metadataElement1GUID, String metadataElement2GUID, int statusIdentifier, String steward, String stewardTypeName, String stewardPropertyName, String source, String notes, boolean setKnownDuplicate) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Link elements as peer duplicates. Create a simple relationship between two elements. If the relationship already exists, the properties are updated.- Specified by:
linkElementsAsPeerDuplicatesin classOpenMetadataClient- Parameters:
metadataElement1GUID- unique identifier of the metadata element at end 1 of the relationshipmetadataElement2GUID- unique identifier of the metadata element at end 2 of the relationshipstatusIdentifier- what is the status of this relationship (negative means untrusted, 0 means unverified and positive means trusted)steward- identifier of the stewardstewardTypeName- type of element used to identify the stewardstewardPropertyName- property name used to identify stewardsource- source of the duplicate detection processingnotes- notes for the stewardsetKnownDuplicate- boolean flag indicating whether the KnownDuplicate classification should be set on the linked entities.- Throws:
InvalidParameterException- the unique identifier's of the metadata elements are null or invalid in some way; the properties are not valid for this type of relationshipUserNotAuthorizedException- the governance action service is not authorized to create this type of relationshipPropertyServerException- there is a problem with the metadata store
-
linkConsolidatedDuplicate
public void linkConsolidatedDuplicate(String consolidatedElementGUID, int statusIdentifier, String steward, String stewardTypeName, String stewardPropertyName, String source, String notes, List<String> sourceElementGUIDs) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Identify an element that acts as a consolidated version for a set of duplicate elements. (The consolidated element is created using createMetadataElement.)- Specified by:
linkConsolidatedDuplicatein classOpenMetadataClient- Parameters:
consolidatedElementGUID- unique identifier of the metadata elementstatusIdentifier- what is the status of this relationship (negative means untrusted, 0 means unverified and positive means trusted)steward- identifier of the stewardstewardTypeName- type of element used to identify the stewardstewardPropertyName- property name used to identify stewardsource- source of the duplicate detection processingnotes- notes for the stewardsourceElementGUIDs- List of the source elements that must be linked to the consolidated element. It is assumed that they already have the KnownDuplicateClassification.- Throws:
InvalidParameterException- the unique identifier's of the metadata elements are null or invalid in some way; the properties are not valid for this type of relationshipUserNotAuthorizedException- the governance action service is not authorized to create this type of relationshipPropertyServerException- there is a problem with the metadata store
-
registerListener
public void registerListener(WatchdogGovernanceListener listener, List<WatchdogEventType> interestingEventTypes, List<String> interestingMetadataTypes, String specificInstance) throws InvalidParameterException
Register a listener to receive events about changes to metadata elements in the open metadata store. There can be only one registered listener. If this method is called more than once, the new parameters replace the existing parameters. This means the watchdog governance action service can change the listener and the parameters that control the types of events received while it is running. The types of events passed to the listener are controlled by the combination of the interesting event types and the interesting metadata types. That is an event is only passed to the listener if it matches both the interesting event types and the interesting metadata types. If specific instance, interestingEventTypes or interestingMetadataTypes are null, it defaults to "any". If the listener parameter is null, no more events are passed to the listener.- Specified by:
registerListenerin classOpenMetadataClient- Parameters:
listener- listener object to receive eventsinterestingEventTypes- types of events that should be passed to the listenerinterestingMetadataTypes- types of elements that are the subject of the interesting event typesspecificInstance- unique identifier of a specific instance to watch for- Throws:
InvalidParameterException- one or more of the type names are unrecognized
-
disconnectListener
public void disconnectListener()
Called during the disconnect processing of the watchdog governance action service.- Specified by:
disconnectListenerin classOpenMetadataClient
-
-