Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement
-
Packages that use OpenMetadataElement Package Description org.odpi.openmetadata.frameworks.governanceaction The interfaces of the Governance Action Framework (GAF) The governance action framework defines interfaces for governance action services.org.odpi.openmetadata.frameworks.governanceaction.events org.odpi.openmetadata.frameworks.governanceaction.properties -
-
Uses of OpenMetadataElement in org.odpi.openmetadata.frameworks.governanceaction
Methods in org.odpi.openmetadata.frameworks.governanceaction that return OpenMetadataElement Modifier and Type Method Description abstract OpenMetadataElementOpenMetadataClient. getMetadataElementByGUID(String elementGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Retrieve the metadata element using its unique identifier.OpenMetadataElementOpenMetadataStore. getMetadataElementByGUID(String elementGUID, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Retrieve the metadata element using its unique identifier.abstract OpenMetadataElementOpenMetadataClient. getMetadataElementByUniqueName(String uniqueName, String uniquePropertyName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Retrieve the metadata element using its unique name (typically the qualified name).OpenMetadataElementOpenMetadataStore. getMetadataElementByUniqueName(String uniqueName, String uniquePropertyName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime)Retrieve the metadata element using its unique name (typically the qualified name).Methods in org.odpi.openmetadata.frameworks.governanceaction that return types with arguments of type OpenMetadataElement Modifier and Type Method Description abstract List<OpenMetadataElement>OpenMetadataClient. 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>OpenMetadataStore. 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.abstract List<OpenMetadataElement>OpenMetadataClient. findMetadataElementsWithString(String searchString, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize)Retrieve the metadata elements that contain the requested string.List<OpenMetadataElement>OpenMetadataStore. findMetadataElementsWithString(String searchString, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize)Retrieve the metadata elements that contain the requested string. -
Uses of OpenMetadataElement in org.odpi.openmetadata.frameworks.governanceaction.events
Methods in org.odpi.openmetadata.frameworks.governanceaction.events that return OpenMetadataElement Modifier and Type Method Description OpenMetadataElementWatchdogMetadataElementEvent. getMetadataElement()Return the properties for the metadata element that is the subject of this event.OpenMetadataElementWatchdogMetadataElementEvent. getPreviousMetadataElement()For UPDATED_ELEMENT_PROPERTIES events, return the previous values for the metadata event if available.Methods in org.odpi.openmetadata.frameworks.governanceaction.events with parameters of type OpenMetadataElement Modifier and Type Method Description voidWatchdogMetadataElementEvent. setMetadataElement(OpenMetadataElement metadataElement)Set up the properties for the metadata element that is the subject of this event.voidWatchdogMetadataElementEvent. setPreviousMetadataElement(OpenMetadataElement previousMetadataElement)For UPDATED_ELEMENT_PROPERTIES events, set up the previous values for the metadata event if available. -
Uses of OpenMetadataElement in org.odpi.openmetadata.frameworks.governanceaction.properties
Methods in org.odpi.openmetadata.frameworks.governanceaction.properties that return OpenMetadataElement Modifier and Type Method Description OpenMetadataElementRelatedMetadataElement. getElementProperties()Return the properties of the related element.OpenMetadataElementRequestSourceElement. getRequestSourceElement()Return the specific element that caused the governance action service to be started.OpenMetadataElementActionTargetElement. getTargetElement()Return details of the target element that the governance action service is to process.Methods in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type OpenMetadataElement Modifier and Type Method Description voidRelatedMetadataElement. setElementProperties(OpenMetadataElement elementProperties)Set up the properties of the related element.voidRequestSourceElement. setRequestSourceElement(OpenMetadataElement requestSourceElement)Set up the specific element that caused the governance action service to be started.voidActionTargetElement. setTargetElement(OpenMetadataElement targetElement)Set up details of the target element that the governance action service is to process.Constructors in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type OpenMetadataElement Constructor Description OpenMetadataElement(OpenMetadataElement template)Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
-