Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

ActionControlInterface - Interface in org.odpi.openmetadata.frameworks.governanceaction.client
The ActionControlInterface provides the methods used by governance services to initiate new automated actions.
ACTIONED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
The governance action service for the governance action has successfully completed processing.
ACTIONED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
The governance action service for the governance action has successfully completed processing.
ActionTarget - Enum Class in org.odpi.openmetadata.frameworks.governanceaction.controls
ActionTarget provides some standard action type names to use in the implementation of governance services.
ActionTargetElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
ActionTargetElement describes an element that a governance action service should process.
ActionTargetElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Typical Constructor
ActionTargetElement(ActionTargetElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
ActionTargetType - Class in org.odpi.openmetadata.frameworks.governanceaction.controls
ActionTargetType characterises one of the types of open metadata element supported by a specific governance service.
ActionTargetType() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Default constructor
ActionTargetType(ActionTargetType) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Copy/clone constructor
ACTIVATING - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
The governance action service for the governance action is being initialized in the governance engine.
addCatalogTarget(String, String, String, CatalogTargetProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Add a catalog target to an integration connector.
addCatalogTarget(String, String, CatalogTargetProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Add a catalog target to an integration connector.
addCatalogTarget(String, String, CatalogTargetProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Add a catalog target to an integration connector.
addExternalIdentifier(String, String, String, String, String, ExternalIdentifierProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Add a new external identifier to an existing open metadata element.
addExternalIdentifier(String, String, String, String, String, ExternalIdentifierProperties, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Add a new external identifier to an existing open metadata element.
ANY_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Any element of type Referenceable (or a subtype of).
ANY_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Any type of element.
ANY_REFERENCEABLE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Any element of type Referenceable (or a subtype of).
APPROVED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
The governance action is approved to run.
archiveMetadataElementInStore(String, String, String, ArchiveProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Archive a specific metadata element.
archiveMetadataElementInStore(String, ArchiveProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Archive a specific metadata element.
ARRAY_OUT_OF_BOUNDS - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-400-009 - {0} is unable to add a new element to location {1} of an array of size {2} value

B

BAD_ENTITY - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-CONVERTER-500-011 - An entity has been retrieved by method {0} from service {1} that has an invalid header: {2}
BAD_INSTANCE_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-CONVERTER-500-005 - One of the converters for the {0} service is not able to populate a bean of type {1} because a metadata instance of type {2} was passed to method {3} instead of the expected type of {4}
BAD_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-CONVERTER-500-013 - A relationship has been retrieved by method {0} from service {1} that has an invalid header: {2}
BASIS_IDENTIFIER - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 

C

cancelEngineAction(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.ActionControlInterface
Request that execution of an engine action is stopped.
CatalogTarget - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
CatalogTarget contains the properties for one of the integration connector's catalog targets.
CatalogTarget() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Default constructor
CatalogTarget(CatalogTarget) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Copy/clone constructor
CatalogTargetProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
Properties for the CatalogTarget relationship.
CatalogTargetProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Default constructor
CatalogTargetProperties(CatalogTargetProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Copy/clone constructor.
claimEngineAction(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceCompletionInterface
Request that execution of a engine action is allocated to the caller.
classifyFile(File) - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassifier
Classify the properties of the file represented by the Java File object.
classifyFile(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassifier
Classify the properties of the file represented by the path name.
classifyMetadataElement(String, String, boolean, boolean, Date, Date, ElementProperties, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Add a new classification to the metadata element.
classifyMetadataElement(String, String, boolean, boolean, Date, Date, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Add a new classification to the metadata element.
classifyMetadataElement(String, String, boolean, boolean, ElementProperties, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Add a new classification to the metadata element.
classifyMetadataElement(String, String, boolean, boolean, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Add a new classification to the metadata element.
classifyMetadataElementInStore(String, String, String, String, Date, Date, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Add a new classification to the metadata element.
classifyMetadataElementInStore(String, String, String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Add a new classification to the metadata element.
classifyMetadataElementInStore(String, String, Date, Date, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Add a new classification to the metadata element.
classifyMetadataElementInStore(String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Add a new classification to the metadata element.
clearValidMetadataMapName(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Remove a valid map name value for a property.
clearValidMetadataMapValue(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Remove a valid map name value for a property.
clearValidMetadataValue(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Remove a valid value for a property.
completionStatus - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
 
CompletionStatus - Enum Class in org.odpi.openmetadata.frameworks.governanceaction.properties
CompletionStatus defines the completion status of a governance action service.
confirmSynchronization(String, String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Confirm that the values of a particular metadata element have been synchronized.
createAsset(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create an asset such as a data file, database, API or server.
createAsset(String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create an asset such as a data file, database, API or server.
createAsset(String, String, String, String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create an asset such as a data file, database, API or server.
createAsset(String, String, String, String, String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create an asset such as a data file, database, API or server.
createAssetFromTemplate(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create an asset such as a data file, database, API or server.
createAssetFromTemplate(String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create an asset such as a data file, database, API or server.
createAssetFromTemplate(String, String, String, String, String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create an asset such as a data file, database, API or server.
createAssetFromTemplate(String, String, String, String, String, String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create an asset such as a data file, database, API or server.
createChildProcess(String, ElementStatus, String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a process that represents the processing instance of this governance action.
createChildProcess(String, ElementStatus, String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create a process that represents the processing instance of this governance action.
createChildProcess(String, ElementStatus, String, String, String, String, String, ElementProperties, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a process that represents the processing instance of this governance action.
createChildProcess(String, ElementStatus, String, String, String, String, String, ElementProperties, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create a process that represents the processing instance of this governance action.
createGovernanceActionProcess(String, GovernanceActionProcessProperties, ProcessStatus) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Create a new metadata element to represent a governance action process.
createGovernanceActionProcessStep(String, GovernanceActionProcessStepProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Create a new metadata element to represent a governance action process step.
createGovernanceActionType(String, GovernanceActionTypeProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionTypeInterface
Create a new metadata element to represent a governance action type.
createGovernanceEngine(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new governance engine definition.
createGovernanceEngine(String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Create a new governance engine definition.
createGovernanceEngine(String, String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Create a new governance engine definition.
createGovernanceService(String, String, String, String, String, Connection) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Create a governance service definition.
createGovernanceService(String, String, String, String, Connection) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a governance service definition.
createGovernanceService(String, String, String, String, Connection) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Create a governance service definition.
createIncidentReport(String, int, String, List<IncidentImpactedElement>, List<IncidentDependency>, Map<String, Integer>, Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create an incident report to capture the situation detected by this governance action service.
createIncidentReport(String, int, String, List<IncidentImpactedElement>, List<IncidentDependency>, Map<String, Integer>, Map<String, String>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Create an incident report to capture the situation detected by this governance action service.
createIncidentReport(String, int, String, List<IncidentImpactedElement>, List<IncidentDependency>, Map<String, Integer>, Map<String, String>, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create an incident report to capture the situation detected by this governance action service.
createIncidentReport(String, String, int, String, List<IncidentImpactedElement>, List<IncidentDependency>, Map<String, Integer>, Map<String, String>, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.OpenGovernanceClient
Create an incident report to capture the situation detected by this governance service.
createIntegrationConnector(String, IntegrationConnectorProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Create an integration connector definition.
createIntegrationConnector(IntegrationConnectorProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create an integration connector definition.
createIntegrationConnector(IntegrationConnectorProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Create an integration connector definition.
createIntegrationGroup(String, IntegrationGroupProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Create a new integration group definition.
createIntegrationGroup(IntegrationGroupProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new integration group definition.
createIntegrationGroup(IntegrationGroupProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Create a new integration group definition.
createLineageRelationship(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a lineage mapping relationship between a source and target element.
createLineageRelationship(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create a LineageMapping relationship between a source and target element.
createLineageRelationship(String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a lineage relationship between a source and target element.
createLineageRelationship(String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create a lineage relationship between a source and target element.
createMetadataElement(String, ElementStatus, Date, Date, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new metadata element in the metadata store.
createMetadataElement(String, ElementStatus, Date, Date, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Create a new metadata element in the metadata store.
createMetadataElement(String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new metadata element in the metadata store.
createMetadataElement(String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Create a new metadata element in the metadata store.
createMetadataElementFromTemplate(String, String, boolean, String, Date, Date, String, ElementProperties, Map<String, String>, String, String, ElementProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a new metadata element in the metadata store using the template identified by the templateGUID.
createMetadataElementFromTemplate(String, String, String, String, boolean, String, Date, Date, String, ElementProperties, Map<String, String>, String, String, ElementProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a new metadata element in the metadata store using the template identified by the templateGUID.
createMetadataElementInStore(String, String, String, ElementStatus, Map<String, ElementProperties>, String, boolean, String, Date, Date, ElementProperties, String, String, ElementProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a new metadata element in the metadata store.
createMetadataElementInStore(String, ElementStatus, Date, Date, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a new metadata element in the metadata store.
createMetadataElementInStore(String, ElementStatus, Map<String, ElementProperties>, String, boolean, String, Date, Date, ElementProperties, String, String, ElementProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new metadata element in the metadata store.
createMetadataElementInStore(String, ElementStatus, Map<String, ElementProperties>, String, boolean, String, Date, Date, ElementProperties, String, String, ElementProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a new metadata element in the metadata store.
createMetadataElementInStore(String, ElementStatus, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a new metadata element in the metadata store.
createPort(String, String, String, PortType) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Add a port to a process.
createPort(String, String, String, PortType) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Add a port to a process.
createProcess(String, ElementStatus, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new process to represent the processing of this governance action process.
createProcess(String, ElementStatus, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create a new process to represent the processing of this governance action process.
createProcess(String, ElementStatus, String, String, String, String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new process to represent the processing of this governance action process.
createProcess(String, ElementStatus, String, String, String, String, String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create a new process to represent the processing of this governance action process.
createProcessFromTemplate(String, ElementStatus, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new process to represent the processing of this governance action process.
createProcessFromTemplate(String, ElementStatus, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create a new process to represent the processing of this governance action process.
createProcessFromTemplate(String, ElementStatus, String, String, String, String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new process to represent the processing of this governance action process.
createProcessFromTemplate(String, ElementStatus, String, String, String, String, String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceContext
Create a new process to represent the processing of this governance action process.
createRelatedElements(String, String, String, boolean, boolean, Date, Date, ElementProperties, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a relationship between two metadata elements.
createRelatedElements(String, String, String, boolean, boolean, Date, Date, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Create a relationship between two metadata elements.
createRelatedElements(String, String, String, boolean, boolean, ElementProperties, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a relationship between two metadata elements.
createRelatedElements(String, String, String, boolean, boolean, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Create a relationship between two metadata elements.
createRelatedElementsInStore(String, String, String, String, String, Date, Date, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a relationship between two metadata elements.
createRelatedElementsInStore(String, String, String, Date, Date, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a relationship between two metadata elements.
CUSTODIAN - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
The person who can be contacted if there are problems with the data from this hospital.

D

DATA_OWNER - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
A person or team who is accountable for the correct management and use of a particular collection of data.
DATA_SUBJECT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
A person that is described by some data.
dataType - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
declassifyMetadataElement(String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Remove the named classification from a specific metadata element.
declassifyMetadataElement(String, String, boolean, boolean, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Remove the named classification from a specific metadata element.
declassifyMetadataElementInStore(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Remove the named classification from a specific metadata element.
declassifyMetadataElementInStore(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Remove the named classification from a specific metadata element.
DELETED_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
A newly deleted Asset (or a subtype of).
DELETED_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
DELETED_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
DELETED_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
deleteGovernanceEngine(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Remove the properties of the governance engine.
deleteGovernanceEngine(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Remove the properties of the governance engine.
deleteGovernanceEngine(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Remove the properties of the governance engine.
deleteGovernanceService(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Remove the properties of the governance service.
deleteGovernanceService(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Remove the properties of the governance service.
deleteGovernanceService(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Remove the properties of the governance service.
deleteIntegrationConnector(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Remove the properties of the integration connector.
deleteIntegrationConnector(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Remove the properties of the integration connector.
deleteIntegrationConnector(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Remove the properties of the integration connector.
deleteIntegrationGroup(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Remove the properties of the integration group.
deleteIntegrationGroup(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Remove the properties of the integration group.
deleteIntegrationGroup(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Remove the properties of the integration group.
deleteMetadataElement(String, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Delete a specific metadata element.
deleteMetadataElement(String, boolean, boolean, boolean, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Delete a specific metadata element.
deleteMetadataElement(OpenMetadataElement, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Delete a specific metadata element.
deleteMetadataElement(OpenMetadataElement, boolean, boolean, boolean, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Delete a specific metadata element.
deleteMetadataElementInStore(String, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Delete a specific metadata element.
deleteMetadataElementInStore(String, String, String, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Delete a specific metadata element.
deleteRelatedElements(String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Delete a relationship between two metadata elements.
deleteRelatedElements(String, boolean, boolean, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Delete a relationship between two metadata elements.
deleteRelatedElementsInStore(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Delete a relationship between two metadata elements.
deleteRelatedElementsInStore(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Delete a relationship between two metadata elements.
description - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Description of the action target.
description - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
 
description - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
description - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
 
DESTINATION_DIRECTORY - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
disconnect() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GeneralGovernanceActionService
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this governance action service stop running or the hosting server is shutting down.
disconnect() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionServiceConnector
Free up any resources held since the connector is no longer needed.
disconnect() - Method in class org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceActionService
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this governance action service stop running or the hosting server is shutting down.
disconnect() - Method in class org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceActionService
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this governance action service stop running or the hosting server is shutting down.
disconnect() - Method in class org.odpi.openmetadata.frameworks.governanceaction.TriageGovernanceActionService
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this governance action service stop running or the hosting server is shutting down.
disconnect() - Method in class org.odpi.openmetadata.frameworks.governanceaction.VerificationGovernanceActionService
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this governance action service stop running or the hosting server is shutting down.
disconnect() - Method in class org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceActionService
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administer requested this governance action service stop running or the hosting server is shutting down.
disconnectListener() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.WatchDogEventInterface
Unregister the listener from the event infrastructure.
disconnectListener() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Unregister the listener permanently from the event infrastructure.
disconnectListener() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceContext
Unregister the listener permanently from the event infrastructure.
DOMAIN_IDENTIFIER - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
DUPLICATE_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-400-007 - The unique name {0} passed on the {1} parameter of the {2} operation matches multiple elements: {3}
DuplicateManagementInterface - Interface in org.odpi.openmetadata.frameworks.governanceaction.client
DuplicateManagementInterface defines methods that are used by governance services to manage duplicates in open metadata.

E

ELEMENT_RESTORED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
EngineActionElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
EngineActionElement contains the properties and header for a EngineAction entity retrieved from the metadata repository that represents the execution of a call to a governance engine.
EngineActionElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Default constructor
EngineActionElement(EngineActionElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Copy/clone constructor
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogGovernanceEvent
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepProperties
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReport
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceService
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceProperties
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Validate that an object is equal depending on their stored values.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Compare the values of the supplied object with those stored in the current object.
example - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 

F

FAILED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
The governance action service failed to execute the requested action.
FAILED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
The governance action service for the governance action failed to execute.
FileClassification - Class in org.odpi.openmetadata.frameworks.governanceaction.fileclassifier
FileClassification holds the classification information for a specific file
FileClassification(String, String, String, Date, Date, Date, boolean, boolean, boolean, boolean, boolean, String, String, String, String, long) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
 
FileClassifier - Class in org.odpi.openmetadata.frameworks.governanceaction.fileclassifier
Manages different types of classifications for files.
FileClassifier(OpenMetadataStore) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassifier
Use the valid values to classify files on request.
findAttributeTypeDefsByCategory(OpenMetadataAttributeTypeDefCategory) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Returns all the AttributeTypeDefs for a specific category.
findElementsForAnchor(String, String, String, List<ElementStatus>, Date, String, SequencingOrder, Date, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return a list of elements with the requested search string in their (display, resource)name, qualified name, title, text, summary, identifier or description.
findElementsInAnchorDomain(String, String, String, List<ElementStatus>, Date, String, SequencingOrder, Date, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return a list of elements with the requested search string in their (display, resource)name, qualified name, title, text, summary, identifier or description.
findElementsInAnchorScope(String, String, String, List<ElementStatus>, Date, String, SequencingOrder, Date, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return a list of elements with the requested search string in their (display, resource)name, qualified name, title, text, summary, identifier or description.
findEngineActions(String, String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.ActionControlInterface
Retrieve the list of engine action metadata elements that contain the search string.
findGovernanceActionProcesses(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Retrieve the list of governance action process metadata elements that contain the search string.
findGovernanceActionProcessSteps(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Retrieve the list of governance action process step metadata elements that contain the search string.
findGovernanceActionTypes(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionTypeInterface
Retrieve the list of governance action type metadata elements that contain the search string.
findMetadataElements(String, List<String>, SearchProperties, List<ElementStatus>, Date, SearchClassifications, String, SequencingOrder, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return a list of metadata elements that match the supplied criteria.
findMetadataElementsWithString(String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the metadata elements that contain the requested string.
findMetadataElementsWithString(String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the metadata elements of the requested type that contain the requested string.
findRelationshipsBetweenMetadataElements(String, SearchProperties, List<ElementStatus>, Date, String, SequencingOrder, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return a list of relationships that match the requested conditions.
findTypeDefsByCategory(OpenMetadataTypeDefCategory) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Returns all the TypeDefs for a specific category.
findTypesByExternalID(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the types that are linked to the elements from the specified standard.
FirstGovernanceActionProcessStepElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
FirstGovernanceActionProcessStepElement contains the properties and header for a governance action process step entity plus the properties of a NextGovernanceActionProcessStep relationship retrieved from the metadata repository.
FirstGovernanceActionProcessStepElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Default constructor
FirstGovernanceActionProcessStepElement(FirstGovernanceActionProcessStepElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Copy/clone constructor

G

GAFErrorCode - Enum Class in org.odpi.openmetadata.frameworks.governanceaction.ffdc
The GAF error code is used to define first failure data capture (FFDC) for errors that occur when working with GAF Components.
GeneralGovernanceActionService - Class in org.odpi.openmetadata.frameworks.governanceaction
GeneralGovernanceActionService describes the base class for a specific type of connector that is responsible for preforming specific governance actions on demand.
GeneralGovernanceActionService() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.GeneralGovernanceActionService
 
getActionStatus() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the current status of the engine action.
getActionStatus() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the current status of the engine action.
getActionTargetElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the list of elements that this governance action service should work on.
getActionTargetElements() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the list of elements that this governance action service should work on.
getActionTargetElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the list of elements that the engine action will work on.
getActionTargetElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the list of elements that the engine action will work on.
getActionTargetElementStub() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
Return the details for this action target.
getActionTargetName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
Return the name assigned to this action target.
getActionTargetRelationshipGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Return the unique identifier of the ActionTarget relationship.
getActionTargetType() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Return an action target type for use in the governance action service's provider.
getActionTargetTypes() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Return all the action targets defined in this enum.
getActionTypeProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Return details of the process
getActiveClaimedEngineActions(String, String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceCompletionInterface
Retrieve the engine actions that are still in process and that have been claimed by this caller's userId.
getActiveEngineActions(String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.ActionControlInterface
Retrieve the engine actions that are still in process.
getAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return any additional properties that the connector adds to the report.
getAllGovernanceEngines(String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the list of governance engine definitions that are stored.
getAllGovernanceEngines(String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the list of governance engine definitions that are stored.
getAllGovernanceEngines(String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the list of governance engine definitions that are stored.
getAllGovernanceServices(int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the list of governance services definitions that are stored.
getAllGovernanceServices(int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the list of governance services definitions that are stored.
getAllGovernanceServices(String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the list of governance services definitions that are stored.
getAllIntegrationConnectors(int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the list of integration connectors definitions that are stored.
getAllIntegrationConnectors(int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the list of integration connectors definitions that are stored.
getAllIntegrationConnectors(String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the list of integration connectors definitions that are stored.
getAllIntegrationGroups(int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the list of integration group definitions that are stored.
getAllIntegrationGroups(int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the list of integration group definitions that are stored.
getAllIntegrationGroups(String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the list of integration group definitions that are stored.
getAllTypes() - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Returns the list of different types of metadata organized into two groups.
getAnchoredElementsGraph(String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return all the elements that are anchored to an asset plus relationships between these elements and to other elements.
getAssetTypeName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the asset type name.
getAttributeTypeDefByGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the AttributeTypeDef identified by the GUID.
getAttributeTypeDefByName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the AttributeTypeDef identified by the unique name.
getCatalogTarget(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Retrieve a specific catalog target associated with an integration connector.
getCatalogTarget(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Retrieve a specific catalog target associated with an integration connector.
getCatalogTarget(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Retrieve a specific catalog target associated with an integration connector.
getCatalogTargetElement() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Return details of the catalog target element.
getCatalogTargetName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Returns the target name property.
getCatalogTargets() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Return the list of elements that this integration connector is working on.
getCatalogTargets(String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Retrieve the identifiers of the metadata elements identified as catalog targets with an integration connector.
getCatalogTargets(String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Retrieve the identifiers of the metadata elements identified as catalog targets with an integration connector.
getCatalogTargets(String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Retrieve the identifiers of the metadata elements identified as catalog targets with an integration connector.
getChangedClassification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
Return the classification that is the subject of the event.
getCompletionDate() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Return the date/time when the governance action service stopped processing this target element.
getCompletionGuards() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the list of completion guards supplied by the governance service.
getCompletionGuards() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the list of completion guards supplied by the governance service.
getCompletionMessage() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Return the optional message from the running governance service supplied on its completion.
getCompletionMessage() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the optional message from the running governance service supplied on its completion.
getCompletionMessage() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the optional message from the running governance service supplied on its completion.
getCompletionStatus() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
Return the typical completion status used with this guard.
getCompletionStatus() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Return the completion status typically used with this guard.
getCompletionStatus() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return any completion status from the governance action service.
getCompletionStatus() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return any completion status from the governance action service.
getCompletionTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the date/time that the governance service completed (or null if not yet completed).
getCompletionTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the date/time that the governance service completed (or null if not yet completed).
getConfigurationProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Return a copy of the configuration properties.
getConnection() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Return the connection used to create a instance of this governance service.
getConnection() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Return the connection used to create an instance of this integration connector.
getConnectionName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Return the name of the connection to access the resource.
getConnectorComponentDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionServiceConnector
Return the component description that is used by this connector in the audit log.
getConnectorId() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return the unique identifier for the connector deployment.
getConnectorId() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
Return the unique identifier of this connector.
getConnectorName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return the name of the connector deployment.
getConnectorName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Return the name of the connector.
getConnectorUserId() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Return the user id for the connector - if this is null, the integration daemon's userId is used on requests to the Open Metadata Access Service (OMAS).
getConsistentMetadataValues(String, String, String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve all the consistent valid values for the requested property.
getCreatedElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return the list of guids of elements that have been created.
getCreationTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the time that the file was created.
getDataType() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
Return the data type for the request parameter.
getDataType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Return the data type name for the parameter value.
getDeletedElementByUniqueName(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the metadata element using its unique name (typically the qualified name) and the DELETED status.
getDeletedElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return the identifiers of the elements that have been deleted.
getDeleteMethod() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Return the delete method policy.
getDeployedImplementationType() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target.
getDeployedImplementationType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Return a more specific definition of a permitted action target.
getDeployedImplementationType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the deployed implementation type.
getDeployedImplementationType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Retrieve the name of the technology used for this data asset.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Return the description of the action target.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Return the description of the action target.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
Return the description of the guard.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Return the description of the action target.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
Return the description of the request parameter.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Return the description of the request parameter.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
Return the description of the requestType.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Return the description of the request parameter.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
Return the description for the enum.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Return the default description for the status for this enum instance.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the description of the engine action.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Returns the stored description property for the process.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Return the default description for the status for this enum instance.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the description of the governance action.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Return the description of the governance engine.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Returns the stored description property for the asset.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Returns the stored description property for the asset.
getDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Return the description of the governance engine.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the display name for the engine action.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Returns the stored display name property for the process.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the display name for the governance action.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Return the display name for messages and UI.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Returns the stored display name property for the asset.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Return the display name for messages and UI.
getDomainIdentifier() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the identifier of the governance domain that this action belongs to (0=ALL/ANY).
getDomainIdentifier() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Return the identifier of the governance domain that this action belongs to (0=ALL/ANY).
getDomainIdentifier() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the identifier of the governance domain that this action belongs to (0=ALL/ANY).
getElement() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Return details of the first governance action process step
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReport
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
Return the element header associated with the properties.
getElementsForExternalIdentifier(String, String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the list of headers for open metadata elements that are associated with a particular external identifier.
getEncoding() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the encoding of the file - may be null
getEngineAction(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.ActionControlInterface
Request the status of an executing engine action request.
getEngineActionGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the unique identifier of the governance action that this service request is associated with.
getEngineActionGUID() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the unique identifier of the engine action that this service request is associated with.
getEngineActions(String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.ActionControlInterface
Retrieve the engine actions that are known to the server.
getEngineActionsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.ActionControlInterface
Retrieve the list of engine action metadata elements with a matching qualified or display name.
getEngineActionStatus() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Return the equivalent action status.
getEventType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogGovernanceEvent
Return the type of event (used to get the class to cast to).
getExample() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
Return an example of the request parameter to help users understand how to set it up.
getExample() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Return an example parameter value.
getExternalIdentifiers(String, String, String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Assemble the correlation headers attached to the supplied element guid.
getFileExtension() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the file extension of the file.
getFileExtension(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassifier
Retrieves the extension from a file name.
getFileName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the short file name of the file.
getFileSize() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the size of the file in bytes.
getFileType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
return the logical file type.
getFirstActionProcessStep(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Return the governance action process step that is the first step in a governance action process.
getFirstProcessStep() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Return the first process step
getFixedRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the parameters to pass onto the governance service.
getFollowOnActions() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the list of engine actions that will run after this engine action has completed.
getFollowOnActions() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the list of engine actions that will run after this engine action has completed.
getFormula() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Return the description of the processing performed by this process.
getFormulaType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Return the name of the language that the formula is implemented in.
getGenerateIntegrationReports() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Return a flag indicating whether the integration connector should create an integration report.
getGovernanceActionProcess() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Return the descriptive information for a governance action process.
getGovernanceActionProcessByGUID(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Retrieve the governance action process metadata element with the supplied unique identifier.
getGovernanceActionProcessesByName(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Retrieve the list of governance action process metadata elements with a matching qualified or display name.
getGovernanceActionProcessGraph(String, String, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Retrieve the governance action process metadata element with the supplied unique identifier along with its process flow implementation.
getGovernanceActionProcessStepByGUID(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Retrieve the governance action process step metadata element with the supplied unique identifier.
getGovernanceActionProcessStepsByName(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Retrieve the list of governance action process step metadata elements with a matching qualified or display name.
getGovernanceActionTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionTypeInterface
Retrieve the governance action type metadata element with the supplied unique identifier.
getGovernanceActionTypeGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the unique identifier for the governance action type that acted as a template for this engine action (if appropriate).
getGovernanceActionTypeGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the unique identifier for the governance action type that acted as a template for this engine action (if appropriate).
getGovernanceActionTypeName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the unique name for the governance action type that acted as a template for this engine action (if appropriate).
getGovernanceActionTypeName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the unique name for the governance action type that acted as a template for this engine action (if appropriate).
getGovernanceActionTypesByName(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionTypeInterface
Retrieve the list of governance action type metadata elements with a matching qualified or display name.
getGovernanceEngineByGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the properties from a governance engine definition.
getGovernanceEngineByGUID(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the properties from a governance engine definition.
getGovernanceEngineByGUID(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the properties from a governance engine definition.
getGovernanceEngineByName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the properties from a governance engine definition.
getGovernanceEngineByName(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the properties from a governance engine definition.
getGovernanceEngineByName(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the properties from a governance engine definition.
getGovernanceEngineGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the unique identifier of governance engine that is processing the engine action.
getGovernanceEngineGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the unique identifier of governance engine that is processing the governance action.
getGovernanceEngineName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the unique name of governance engine that is processing the engine action.
getGovernanceEngineName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the unique name of governance engine that is processing the engine action.
getGovernanceServiceByGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the properties from a governance service definition.
getGovernanceServiceByGUID(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the properties from a governance service definition.
getGovernanceServiceByGUID(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the properties from a governance service definition.
getGovernanceServiceByName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the properties from a governance service definition.
getGovernanceServiceByName(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the properties from a governance service definition.
getGovernanceServiceByName(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the properties from a governance service definition.
getGovernanceServiceRegistrations(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the list of governance engines that a specific governance service is registered with.
getGovernanceServiceRegistrations(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the list of governance engines that a specific governance service is registered with.
getGovernanceServiceRegistrations(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the list of governance engines that a specific governance service is registered with.
getGuard() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Return the string to use as the guard.
getGuard() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Return the triggering guard (or null for any guard).
getGuard() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Return the triggering guard (or null for any guard).
getGuard() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Return the triggering guard (or null for any guard).
getGuard() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Return the triggering guard (or null for any guard).
getGuardType() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
Return details of a specific guard.
getGuardTypes() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
Return details of all defined guards.
getIgnoreMultipleTriggers() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepProperties
Return whether this action type can be triggered more than once in a single step of the governance action process.
getIgnoreMultipleTriggers() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Return whether this action type can be triggered more than once in a single step of the governance action process.
getIntegrationConnectorByGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the properties from an integration connector definition.
getIntegrationConnectorByGUID(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the properties from an integration connector definition.
getIntegrationConnectorByGUID(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the properties from an integration connector definition.
getIntegrationConnectorByName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the properties from an integration connector definition.
getIntegrationConnectorByName(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the properties from an integration connector definition.
getIntegrationConnectorByName(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the properties from an integration connector definition.
getIntegrationConnectorRegistrations(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the list of integration groups that a specific integration connector is registered with.
getIntegrationConnectorRegistrations(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the list of integration groups that a specific integration connector is registered with.
getIntegrationConnectorRegistrations(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the list of integration groups that a specific integration connector is registered with.
getIntegrationGroupByGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the properties from an integration group definition.
getIntegrationGroupByGUID(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the properties from an integration group definition.
getIntegrationGroupByGUID(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the properties from an integration group definition.
getIntegrationGroupByName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the properties from an integration group definition.
getIntegrationGroupByName(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the properties from an integration group definition.
getIntegrationGroupByName(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Return the properties from an integration group definition.
getLastAccessedTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the last time the file was accessed.
getLastModifiedTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the last time the file was modified.
getLineageElementByUniqueName(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the metadata element using its unique name (typically the qualified name).
getLinkGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Return the unique identifier of the relationship.
getMandatoryGuard() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Return if the guard must be returned from the previous action for any of the next actions to progress.
getMandatoryGuard() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Return if the guard must be returned from the previous action for any of the next actions to progress.
getMandatoryGuard() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Return if the guard must be returned from the previous action for any of the next actions to progress.
getMandatoryGuards() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the list of guards that must be received before this engine action can proceed.
getMandatoryGuards() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the list of guards that must be received before this engine action can proceed.
getMaxPageSize() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the maximum number of elements that can be returned on a request.
getMaxPageSize() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the maximum number of elements that can be returned on a request.
getMaxPagingSize() - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Get the maximum paging size.
getMermaidGraph() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Return the mermaid string used to render a graph.
getMermaidSpecification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Return the mermaid string used to render a specification.
getMermaidSpecification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Return the mermaid string used to render a specification.
getMermaidSpecification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Return the mermaid string used to render a specification.
getMermaidSpecification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Return the mermaid string used to render a specification.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
Retrieve a message definition object for an exception.
getMetadataElement() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
Return the properties for the metadata element that is the subject of this event.
getMetadataElementByGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the metadata element using its unique identifier.
getMetadataElementByUniqueName(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the metadata element using its unique name (typically the qualified name).
getMetadataElementFromTemplate(String, String, boolean, String, Date, Date, String, ElementProperties, Map<String, String>, String, String, ElementProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create/get a new metadata element in the metadata store using the template identified by the templateGUID.
getMetadataElementFromTemplate(String, String, String, String, boolean, String, Date, Date, String, ElementProperties, Map<String, String>, String, String, ElementProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create/get a new metadata element in the metadata store using the template identified by the templateGUID.
getMetadataElementGUIDByUniqueName(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the unique identifier of a metadata element using its unique name (typically the qualified name).
getMetadataElementHistory(String, Date, Date, boolean, Date, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return each of the versions of a metadata element.
getMetadataElementRelationships(String, String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the relationships linking to the supplied elements.
getMetadataSourceQualifiedName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Return the qualified name of the metadata source for this integration connector.
getMetadataSourceQualifiedName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Return the qualified name of the metadata source for this integration connector.
getName() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Return the name of the action target.
getName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Return the string to use as the name of the action target.
getName() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
Return the name of the guard.
getName() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
Return the name of the request parameter.
getName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Return the string to use as the name of the request parameter.
getName() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
Return the descriptive name for the enum.
getName() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Return the default name for the status for this enum instance.
getName() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Return the default name for the status for this enum instance.
getName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Return the name of the resource that this asset represents.
getNextGovernanceActionProcessSteps(String, String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Return the list of next process step defined for the governance action process.
getNextProcessStep() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Return details of the next governance action process step
getNextProcessStep() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Return details of the next governance action process step
getNextProcessStepLinkGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Return the unique identifier of the relationship.
getNextProcessStepLinkGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Return the unique identifier of the relationship.
getNextProcessSteps() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Return the list of process steps in the process.
getOpenMetadataStore() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the client to access metadata from the open metadata repositories.
getOpenMetadataStore() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the client to access metadata from the open metadata repositories.
getOpenTypeGUID() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Return the unique identifier for the open metadata enum type that this enum class represents.
getOpenTypeGUID() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Return the unique identifier for the open metadata enum type that this enum class represents.
getOpenTypeName() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Return the unique name for the open metadata enum type that this enum class represents.
getOpenTypeName() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Return the unique name for the open metadata enum type that this enum class represents.
getOpenTypeOrdinal() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Return the code for this enum that comes from the Open Metadata Type that this enum represents.
getOpenTypeOrdinal() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Return the code for this enum that comes from the Open Metadata Type that this enum represents.
getOrdinal() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
Return the numerical value for the enum.
getOrdinal() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Return the status code for this enum instance
getOrdinal() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Return the status code for this enum instance
getOriginBusinessCapabilityGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Return the unique identifier of the business capability that originated this governance service.
getOriginGovernanceEngine() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Return the governance engine that created this governance action (if any).
getOriginGovernanceService() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Return the governance service that created this governance action (if any).
getOriginOrganizationGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Return the unique identifier for the organization that originated this governance service.
getOtherOriginValues() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Return the properties that characterize where this governance service is from.
getOtherPropertyValues() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Return a map of property name to property value to provide additional information for this governance service.
getOtherPropertyValues() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Return a map of property name to property value to provide additional information for this governance service.
getOtherPropertyValues() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Return a map of property name to property value to provide additional information for this governance service.
getOtherPropertyValues() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Return a map of property name to property value to provide additional information for this governance service.
getOwner() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Returns the name of the owner for this asset.
getOwnerPropertyName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Return the property name used to identifier the owner.
getOwnerTypeName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Return the type of owner stored in the owner property.
getPatchLevel() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Return the patch level of the governance engine.
getPatchLevel() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Return the patch level of the governance engine.
getPathName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return the full pathname of the file.
getPermittedSynchronization() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Return the synchronization direction policy.
getPermittedSynchronization() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Return the permitted direction of metadata flow (see the enum definition for more details).
getPredefinedActionTargets() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Return the list of predefined action targets for this governance action.
getPredefinedActionTargets() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Return the list of predefined action targets for this governance action.
getPredefinedRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Return any pre-defined request parameters.
getPreviousActions() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the list of engine actions that preceded this engine action.
getPreviousActions() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the list of engine actions that preceded this engine action.
getPreviousClassification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
For UPDATED_CLASSIFICATION_PROPERTIES, return the previous version of the classification (if available.
getPreviousMetadataElement() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
For UPDATED_ELEMENT_PROPERTIES events, return the previous values for the metadata event if available.
getPreviousProcessStep() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Return details of the previous governance action process step
getPreviousRelatedMetadataElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
For UPDATED_RELATIONSHIP_PROPERTIES only, return the value is set to the previous values for the relationship, if available.
getProcessEndTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Return the date/time that this process ended (instance only).
getProcessingEngineUserId() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the userId of the governance engine that is responsible for running the governance service for this engine action.
getProcessingEngineUserId() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the userId of the governance engine that is responsible for running the governance service for this engine action.
getProcessName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the name of the governance action process - or similar request source.
getProcessName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the name of the governance action process - or similar request source.
getProcessProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Return details of the process
getProcessStartTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Return the date/time that this process started (instance only).
getProcessStepGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the unique identifier for the governance action process step that acted as a template for this engine action (if appropriate).
getProcessStepGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the unique identifier for the governance action process step that acted as a template for this engine action (if appropriate).
getProcessStepLinks() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Return the list of links between process steps.
getProcessStepName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the unique name for the governance action process step that acted as a template for this engine action (if appropriate).
getProcessStepName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the unique name for the governance action process step that acted as a template for this engine action (if appropriate).
getProcessStepProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Return details of the process
getProcessStepProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Return details of the process
getProducedActionTargetTypes() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
Return list of action targets produced by this governance service, along with their descriptions.
getProducedActionTargetTypes() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the action targets that are produced by the governance service.
getProducedGuards() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
The guards describe the output from the governance service.
getProducedGuards() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the list of guards produced by the governance service.
getProducedRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
Return list of request parameters produced by this governance service, along with their descriptions.
getProducedRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the request parameters that are produced by the governance service.
getProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineElement
Return the properties of the governance engine.
getProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceElement
Return the properties of the governance service.
getProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Return the properties of the integration connector.
getProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupElement
Return the properties of the integration group.
getProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReport
Return the properties of the report.
getProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
Return the properties of the registered governance service.
getReceivedGuards() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the list of guards provided by the previous governance service(s).
getReceivedGuards() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the list of guards provided by the previous governance service(s).
getRefreshCompletionDate() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return the end date/time that this report covers.
getRefreshStartDate() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return the start date/time that this report covers.
getRefreshTimeInterval() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Return the number of minutes between each call to the connector to refresh the metadata.
getRegisteredGovernanceService(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Retrieve a specific governance service registered with a governance engine.
getRegisteredGovernanceService(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Retrieve a specific governance service registered with a governance engine.
getRegisteredGovernanceService(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Retrieve a specific governance service registered with a governance engine.
getRegisteredGovernanceServices(String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Retrieve the identifiers of the governance services registered with a governance engine.
getRegisteredGovernanceServices(String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Retrieve the identifiers of the governance services registered with a governance engine.
getRegisteredGovernanceServices(String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Retrieve the identifiers of the governance services registered with a governance engine.
getRegisteredIntegrationConnector(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Retrieve a specific integration connector registered with an integration group.
getRegisteredIntegrationConnector(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Retrieve a specific integration connector registered with an integration group.
getRegisteredIntegrationConnector(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Retrieve a specific integration connector registered with an integration group.
getRegisteredIntegrationConnectors(String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Retrieve the identifiers of the integration connectors registered with an integration group.
getRegisteredIntegrationConnectors(String, int, int) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Retrieve the identifiers of the integration connectors registered with an integration group.
getRegisteredIntegrationConnectors(String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Retrieve the identifiers of the integration connectors registered with an integration group.
getRegistrationProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
Return the properties of the registered integration connector.
getRelatedAction() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Return details of the next governance action
getRelatedActionLinkGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Return the unique identifier of the relationship.
getRelatedMetadataElement(String, int, String, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the metadata element connected to the supplied element for a relationship type that only allows one relationship to be attached.
getRelatedMetadataElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
Return the relationship details for the subject of this event.
getRelatedMetadataElements(String, int, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the metadata elements connected to the supplied element.
getRelationshipByGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve the relationship using its unique identifier.
getRelationshipGUID() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Return the unique identifier of the CatalogTarget relationship.
getRelationshipVersions() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Return the latest version information from the catalog target relationship.
getRequestedStartTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the time that the engine action should start.
getRequestedStartTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the time that the engine action should start.
getRequestedTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the time that the engine action was created.
getRequestedTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the time that the engine action was created.
getRequesterUserId() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the userId of the original person, process, service that requested this action.
getRequesterUserId() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the userId of the original person, process, service that requested this action.
getRequesterUserId() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the requesting user
getRequesterUserId() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the requesting user
getRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the properties that hold the parameters used to drive the governance action service's processing.
getRequestParameters() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the properties that hold the parameters used to drive the governance action service's processing.
getRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the parameters to pass onto the governance service.
getRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the parameters to pass onto the governance service.
getRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceProperties
Return the parameters to pass onto the governance service.
getRequestParameterType() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
Return a summary of this enum to use in a service provider.
getRequestParameterTypes() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
Retrieve all the defined request parameters
getRequestSourceElement() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Return the specific element that caused the governance action service to be started.
getRequestSourceElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the list of metadata elements associated with the request to the governance action service.
getRequestSourceElements() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the list of metadata elements associated with the request to the governance action service.
getRequestSourceElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the list of elements that triggered this request.
getRequestSourceElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the list of elements that triggered this request.
getRequestSourceName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Return the assigned to this request source.
getRequestType() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
Return the name of the requestType.
getRequestType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Return the request type value.
getRequestType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Return the type of request.
getRequestType() - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Return the unique identifier of the asset being discovered.
getRequestType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the governance request type used to call the governance service via this governance engine.
getRequestType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the request type associated with this governance action.
getRequestTypes() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceService
Return the registered request types and parameters that this governance service supports.
getRequestTypeType() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
Return the request type packaged for use by the Service Provider.
getRequestTypeTypes() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
Return details of all the defined request types for a governance service.
getRequired() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Return whether this action target type is required for this service to work successful.
getRequired() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Return whether this request parameter is required for this service to work successful.
getServerName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return the name of the integration daemon where the integration connector was/is running.
getServiceRequestType() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceProperties
Return the request type that this governance service supports.
getSource() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Return the source of the governance engine implementation.
getSource() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Return the source of the governance engine implementation.
getSpecification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Return the specification for the governance action.
getSpecification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Return the specification for the governance action.
getSpecification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Return the specification for the governance action.
getSpecification() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Return the specification for the governance action.
getStartDate() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Return the date/time when the governance action service started processing this target element.
getStartDate() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Return the date/time that this connector can start.
getStartTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return the time that this engine action should start (null means as soon as possible).
getStartTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return the time that this engine action should start (null means as soon as possible).
getStatus() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Return the current status of the action target.
getStopDate() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Return the date/time that the integration connector should stop running.
getSupportedActionTargetTypes() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
Return the list of action targets to use when triggering this governance service, along with their descriptions.
getSupportedActionTargetTypes() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the required action targets to supply when using this governance acton type to initiate an action.
getSupportedRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
Return the list of request parameters to use when triggering this governance service, along with their descriptions.
getSupportedRequestParameters() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the required request parameters to supply when using this governance acton type to initiate an action.
getSupportedRequestTypes() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
The request types returned are those that affect the governance service's behaviour.
getTargetElement() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Return details of the target element that the governance action service is to process.
getTemplateProperties() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Return a copy of the template properties.
getTypeDefByGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the TypeDef identified by the GUID.
getTypeDefByName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the TypeDef identified by the unique name.
getTypeDescription() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Return the description of the type of governance engine this is.
getTypeName() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Return the type name of the element that is linked to for this type of action target.
getTypeName() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Return the type name (or super type name) of a permitted action target.
getUpdatedElements() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return the identifiers of the elements that have been updated.
getUsesBlockingCalls() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Return whether the connector issues blocking calls and needs its own thread to run in.
getValidMetadataMapName(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve details of a specific valid name for a map property.
getValidMetadataMapValue(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve details of a specific valid value for a map name.
getValidMetadataValue(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve details of a specific valid value for a property.
getValidMetadataValues(String, String, int, int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Retrieve all the valid values for the requested property.
getVendorProperties(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the vendor properties associated with an element.
getVersion() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Return the version of the governance engine.
getVersion() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Return the version of the governance engine.
getVersionIdentifier() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Set up the version identifier of the process.
getVersionIdentifier() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Set up the version identifier of the resource.
getWaitTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return the minimum number of minutes to wait before starting the next governance action.
getZoneMembership() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Return the names of the zones that this governance service is a member of.
GovernanceActionContext - Class in org.odpi.openmetadata.frameworks.governanceaction
GovernanceContext provides the governance action service with access to information about the governance request along with the open metadata repository interfaces.
GovernanceActionContext(String, String, String, Map<String, String>, String, List<RequestSourceElement>, List<ActionTargetElement>, OpenMetadataClient, GovernanceConfiguration, ActionControlInterface, DuplicateManagementInterface, GovernanceActionProcessInterface, GovernanceCompletionInterface, WatchDogEventInterface) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Constructor sets up the key parameters for processing the request to the governance action service.
GovernanceActionProcessElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceActionProcessElement contains the properties and header for a governance action process entity retrieved from the metadata repository.
GovernanceActionProcessElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Default constructor
GovernanceActionProcessElement(GovernanceActionProcessElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Copy/clone constructor
GovernanceActionProcessGraph - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceActionProcessGraph contains the complete flow of a governance action process.
GovernanceActionProcessGraph() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Default Constructor
GovernanceActionProcessGraph(GovernanceActionProcessGraph) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Copy/clone constructor
GovernanceActionProcessInterface - Interface in org.odpi.openmetadata.frameworks.governanceaction.client
GovernanceActionProcessInterface maintains Governance Action Processes and their Governance Action Process Steps.
GovernanceActionProcessProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceActionProcessProperties defines the properties of a governance action process.
GovernanceActionProcessProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Default constructor
GovernanceActionProcessProperties(GovernanceActionProcessProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Copy/clone Constructor
GovernanceActionProcessStepElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceActionProcessStepElement contains the properties and header for a governance action process step entity retrieved from the metadata repository.
GovernanceActionProcessStepElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Default constructor
GovernanceActionProcessStepElement(GovernanceActionProcessStepElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Copy/clone constructor
GovernanceActionProcessStepExecution - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
EngineActionElement contains the properties and header for a EngineAction entity retrieved from the metadata repository that represents the execution of a call to a governance engine.
GovernanceActionProcessStepExecution() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Default constructor
GovernanceActionProcessStepExecution(EngineActionElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Copy/clone constructor
GovernanceActionProcessStepExecution(GovernanceActionProcessStepExecution) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Copy/clone constructor
GovernanceActionProcessStepExecution(GovernanceActionProcessStepProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Copy/clone constructor
GovernanceActionProcessStepExecutionElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceActionProcessStepElement contains the properties and header for a governance action process step entity retrieved from the metadata repository.
GovernanceActionProcessStepExecutionElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Default constructor
GovernanceActionProcessStepExecutionElement(EngineActionElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Copy/clone constructor
GovernanceActionProcessStepExecutionElement(GovernanceActionProcessStepElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Copy/clone constructor
GovernanceActionProcessStepExecutionElement(GovernanceActionProcessStepExecutionElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Copy/clone constructor
GovernanceActionProcessStepProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceActionProcessStepProperties provides a structure for carrying the properties for a governance action process step.
GovernanceActionProcessStepProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepProperties
Default constructor
GovernanceActionProcessStepProperties(GovernanceActionProcessStepProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepProperties
Copy/clone constructor
GovernanceActionService - Interface in org.odpi.openmetadata.frameworks.governanceaction
A marker interface to identify the service that this connector works with.
GovernanceActionServiceConnector - Class in org.odpi.openmetadata.frameworks.governanceaction
GovernanceActionServiceConnector describes the base class for a specific type of connector that is responsible for preforming specific governance actions on demand.
GovernanceActionServiceConnector() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionServiceConnector
 
GovernanceActionServiceProviderBase - Class in org.odpi.openmetadata.frameworks.governanceaction
GovernanceActionServiceProviderBase implements the base class for the connector provider for a governance action service.
GovernanceActionServiceProviderBase() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionServiceProviderBase
 
GovernanceActionStatus - Enum Class in org.odpi.openmetadata.frameworks.governanceaction.properties
Deprecated.
GovernanceActionTypeElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceActionTypeElement contains the properties and header for a governance action type entity retrieved from the metadata repository.
GovernanceActionTypeElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Default constructor
GovernanceActionTypeElement(GovernanceActionTypeElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Copy/clone constructor
GovernanceActionTypeInterface - Interface in org.odpi.openmetadata.frameworks.governanceaction.client
GovernanceActionTypeInterface maintains Governance Action Types.
GovernanceActionTypeProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceActionTypeProperties provides a structure for carrying the properties for a governance action type.
GovernanceActionTypeProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Default constructor
GovernanceActionTypeProperties(GovernanceActionTypeProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Copy/clone constructor
GovernanceCompletionInterface - Interface in org.odpi.openmetadata.frameworks.governanceaction.client
GovernanceCompletionInterface provides support for completing a governance service.
GovernanceConfiguration - Class in org.odpi.openmetadata.frameworks.governanceaction.client
GovernanceConfiguration supports the configuration of governance engine and governance services.
GovernanceConfiguration(String, String, String) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Constructor called by the subclasses.
GovernanceContext - Interface in org.odpi.openmetadata.frameworks.governanceaction
GovernanceContext provides the governance action service with access to information about the governance request along with the open metadata repository interfaces.
GovernanceEngineElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceEngineElement contains the properties and header for a software server capabilities entity retrieved from the metadata repository that represents a governance engine.
GovernanceEngineElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineElement
Default constructor
GovernanceEngineElement(GovernanceEngineElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineElement
Copy/clone constructor
GovernanceEngineProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceEngineProperties describe the properties needed to describe a specific governance engine.
GovernanceEngineProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Default constructor.
GovernanceEngineProperties(GovernanceEngineProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Copy/clone constructor.
GovernanceServiceElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceServiceElement contains the properties and header for an entity retrieved from the metadata repository that represents a governance service.
GovernanceServiceElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceElement
Default constructor
GovernanceServiceElement(GovernanceServiceElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceElement
Copy/clone constructor
GovernanceServiceException - Exception in org.odpi.openmetadata.frameworks.governanceaction.ffdc
GovernanceServiceException indicates there is a problem with a request to a specific governance engine.
GovernanceServiceException(String, OMFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.frameworks.governanceaction.ffdc.GovernanceServiceException
This is the copy/clone constructor used for creating an exception.
GovernanceServiceException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.governanceaction.ffdc.GovernanceServiceException
This is the typical constructor used for creating a GovernanceServiceException.
GovernanceServiceException(ExceptionMessageDefinition, String, String, Exception) - Constructor for exception org.odpi.openmetadata.frameworks.governanceaction.ffdc.GovernanceServiceException
This is the constructor used for creating a GovernanceServiceException in response to a previous exception.
GovernanceServiceProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
GovernanceServiceProperties contains the definition of a governance service.
GovernanceServiceProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Default constructor
GovernanceServiceProperties(GovernanceServiceProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Copy/clone constructor
GovernanceServiceProviderBase - Class in org.odpi.openmetadata.frameworks.governanceaction
GovernanceServiceProviderBase implements the base class for the connector provider for a governance service.
GovernanceServiceProviderBase() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
 
Guard - Enum Class in org.odpi.openmetadata.frameworks.governanceaction.controls
The Guard enum describes some common guards that can be used when implementing governance services.
GuardType - Class in org.odpi.openmetadata.frameworks.governanceaction.controls
GuardType describes a guard.
GuardType() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Default constructor
GuardType(GuardType) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Copy/clone constructor

H

hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogGovernanceEvent
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReport
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceService
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Return a hash code based on the values of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Create a hash code for this element type.
HELPER_LOGIC_ERROR - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-HELPER-503-001 - A caller {0} has passed an invalid parameter to the propertiesHelper {1} operation as part of the {2} request
HELPER_LOGIC_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-HELPER-503-002 - A caller {0} has passed an invalid parameter to the property helper {1} operation as part of the {2} request resulting in an unexpected exception {3} with message {4}

I

IGNORED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
The governance action has not been run because a different governance action was chosen.
IN_PROGRESS - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
The governance engine is running the associated governance action service for the governance action.
initiateEngineAction(String, int, String, String, List<String>, List<NewActionTarget>, Date, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a governance action in the metadata store which will trigger the governance action service associated with the supplied request type.
initiateEngineAction(String, int, String, String, List<String>, List<NewActionTarget>, Date, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceContext
Create a governance action in the metadata store which will trigger the governance action service associated with the supplied request type.
initiateEngineAction(String, int, String, String, List<String>, List<NewActionTarget>, Date, String, String, Map<String, String>, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a governance action in the metadata store which will trigger the governance action service associated with the supplied request type.
initiateEngineAction(String, int, String, String, List<String>, List<NewActionTarget>, Date, String, String, Map<String, String>, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceContext
Create a governance action in the metadata store which will trigger the governance action service associated with the supplied request type.
initiateEngineAction(String, String, int, String, String, List<String>, List<NewActionTarget>, List<String>, Date, String, String, Map<String, String>, String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.ActionControlInterface
Create an engine action in the metadata store which will trigger the governance service associated with the supplied request type.
initiateGovernanceActionProcess(String, String, List<String>, List<NewActionTarget>, Date, Map<String, String>, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.ActionControlInterface
Using the named governance action process as a template, initiate a chain of governance actions.
initiateGovernanceActionProcess(String, String, List<String>, List<NewActionTarget>, Date, Map<String, String>, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.OpenGovernanceClient
Using the named governance action process as a template, initiate a chain of engine actions.
initiateGovernanceActionProcess(String, Map<String, String>, List<String>, List<NewActionTarget>, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Using the named governance action process as a template, initiate a chain of governance actions.
initiateGovernanceActionProcess(String, Map<String, String>, List<String>, List<NewActionTarget>, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceContext
Using the named governance action process as a template, initiate a chain of governance actions.
initiateGovernanceActionType(String, String, List<String>, List<NewActionTarget>, Date, Map<String, String>, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.ActionControlInterface
Using the named governance action type as a template, initiate an engine action.
initiateGovernanceActionType(String, List<String>, List<NewActionTarget>, Date, Map<String, String>, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Using the named governance action type as a template, initiate an engine action.
initiateGovernanceActionType(String, List<String>, List<NewActionTarget>, Date, Map<String, String>, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceContext
Using the named governance action type as a template, initiate an engine action.
INTEGRATION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
The person who can be contacted if there are problems with the data from this hospital.
IntegrationConnectorElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
IntegrationConnectorElement contains the properties and header for an entity retrieved from the metadata repository that represents an integration connector.
IntegrationConnectorElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Default constructor
IntegrationConnectorElement(IntegrationConnectorElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Copy/clone constructor
IntegrationConnectorProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
IntegrationConnectorProperties contains the definition of an integration connector.
IntegrationConnectorProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Default constructor
IntegrationConnectorProperties(IntegrationConnectorProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Copy/clone constructor
IntegrationGroupElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
IntegrationGroupElement contains the properties and header for a software server capabilities entity retrieved from the metadata repository that represents an integration group.
IntegrationGroupElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupElement
Default constructor
IntegrationGroupElement(IntegrationGroupElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupElement
Copy/clone constructor
IntegrationGroupProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
IntegrationGroupProperties describe the properties needed to describe a specific integration group.
IntegrationGroupProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Default constructor.
IntegrationGroupProperties(IntegrationGroupProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Copy/clone constructor.
IntegrationReport - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
IntegrationReport contains the properties for one of the integration connector's integration report.
IntegrationReport() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReport
Default constructor
IntegrationReport(IntegrationReport) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReport
Copy/clone constructor
IntegrationReportProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
IntegrationReportProperties contains the properties for an integration report.
IntegrationReportProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Default constructor
IntegrationReportProperties(IntegrationReportProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Copy/clone constructor
INVALID - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
The governance action service has not performed the requested action because it is not appropriate (for example, a false positive).
INVALID - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
The governance action has not been run because it is not appropriate (for example, a false positive).
INVALID_ACTION_TARGET_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
One or all of the action targets passed to this service are not of the correct type and so the service has failed to start.
INVALID_BEAN_CLASS - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-CONVERTER-500-001 - An unsupported bean class named {0} was passed to the repository services by the {1} request for open metadata access service {2} on server {3}; error message was: {4}
INVALID_GOVERNANCE_SERVICE_CONNECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-GOVERNANCE-SERVICE-400-002 - The governance engine {0} is not able to create the governance action service for request type {1} and request parameters {2}.
INVALID_GOVERNANCE_SERVICE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-GOVERNANCE-SERVICE-400-003 - Invalid governance action service for request type {0}.
INVALID_PRIMITIVE_CATEGORY - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-500-003 - There is a problem in the definition of primitive type {0}
INVALID_PRIMITIVE_CLASS_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-500-001 - The Java class {0} for PrimitiveTypeCategory {1} is not known
INVALID_PRIMITIVE_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-500-004 - The value supplied for an attribute of PrimitiveTypeCategory {0} is expected as Java class {1} but was supplied as Java class {2}
INVALID_PRIMITIVE_VALUE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-500-002 - The primitive value should be stored in Java class {0} rather than {1} since it is of PrimitiveTypeCategory {2}
isCanExecute() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Is the file executable?
isCanRead() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Is the file readable?
isCanWrite() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Is the file writable?
isForDuplicateProcessing() - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the forDuplicateProcessing setting.
isForLineage() - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the forLineage setting.
isHidden() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return whether this is a hidden file.
isSymLink() - Method in class org.odpi.openmetadata.frameworks.governanceaction.fileclassifier.FileClassification
Return whether is file/directory is a symbolic link.
isUseCurrentEffectiveTime() - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Return the boolean setting for whether the current time for requests or null.

L

LEVEL_IDENTIFIER - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
linkConsolidatedDuplicate(String, int, String, String, String, String, String, List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Identify an element that acts as a consolidated version for a set of duplicate elements.
linkConsolidatedDuplicate(String, int, String, String, String, String, String, List<String>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Identify an element that acts as a consolidated version for a set of duplicate elements.
linkConsolidatedDuplicate(String, String, int, String, String, String, String, String, List<String>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.DuplicateManagementInterface
Identify an element that acts as a consolidated version for a set of duplicate elements.
linkElementsAsPeerDuplicates(String, String, int, String, String, String, String, String, boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Link elements as peer duplicates.
linkElementsAsPeerDuplicates(String, String, int, String, String, String, String, String, boolean) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Link elements as peer duplicates.
linkElementsAsPeerDuplicates(String, String, String, int, String, String, String, String, String, boolean) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.DuplicateManagementInterface
Link elements as peer duplicates.

M

MISSING_CONVERTER_METHOD - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-CONVERTER-500-002 - The {0} service has not implemented the {1} method in a subclass of the {2} converter class for bean class {3} and so is unable to create the bean for method {4}
MISSING_METADATA_INSTANCE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-CONVERTER-500-004 - One of the converters for the {0} service is not able to populate a bean of type {1} because a metadata instance of type {2} has not passed to method {3}
MULTIPLE_TARGETS_DETECTED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
Multiple action targets supplied.

N

name - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Action target name
name - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
 
name - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
NEW_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
A newly created Asset (or a subtype of).
NEW_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
NEW_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
NEW_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
NEW_ZONE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
NextGovernanceActionProcessStepElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
NextGovernanceActionProcessStepElement contains the properties and header for a governance action process step entity plus the properties of a NextGovernanceActionProcessStep relationship retrieved from the metadata repository.
NextGovernanceActionProcessStepElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Default constructor
NextGovernanceActionProcessStepElement(NextGovernanceActionProcessStepElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Copy/clone constructor
NextGovernanceActionProcessStepLink - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
NextGovernanceActionProcessStepLink contains the properties and ends of a NextGovernanceActionProcessStep relationship retrieved from the metadata repository.
NextGovernanceActionProcessStepLink() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Default constructor
NextGovernanceActionProcessStepLink(NextGovernanceActionProcessStepLink) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Copy/clone constructor
NO_METADATA_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-400-010 - The {0} method has been called without an open metadata element to work with
NO_TARGETS_DETECTED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
There is no supplied action target and so the governance service does not know which asset to work on.
NULL_GOVERNANCE_CONTEXT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-GOVERNANCE-SERVICE-400-001 - No governance context supplied to the governance action service {0}
NULL_GUID - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-400-005 - The unique identifier (guid) passed on the {0} parameter of the {1} operation is null
NULL_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-400-004 - The name passed on the {0} parameter of the {1} operation is null
NULL_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-400-008 - Null property name passed to properties object

O

OpenGovernanceClient - Class in org.odpi.openmetadata.frameworks.governanceaction.client
OpenMetadataClient provides access to metadata elements stored in the metadata repositories.
OpenGovernanceClient(String, String, String) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.client.OpenGovernanceClient
Create a new client with no authentication embedded in the HTTP request.
OpenMetadataStore - Class in org.odpi.openmetadata.frameworks.governanceaction
OpenMetadataStore provides access to metadata elements stored in the metadata repositories.
OpenMetadataStore(OpenMetadataClient, String, String) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Construct the open metadata store wrapper around the open metadata client.
OpenMetadataStore(OpenMetadataClient, String, String, String, String) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
The constructor needs an implementation of the open metadata store.
openToDo(String, String, String, String, int, Date, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a To-Do request for someone to work on.
openToDo(String, String, String, String, int, Date, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.TriageGovernanceContext
Create a "To Do" request for someone to work on.
openToDo(String, String, String, String, int, Date, Map<String, String>, String, String, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a "To Do" request for someone to work on.
org.odpi.openmetadata.frameworks.governanceaction - package 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.client - package org.odpi.openmetadata.frameworks.governanceaction.client
 
org.odpi.openmetadata.frameworks.governanceaction.controls - package org.odpi.openmetadata.frameworks.governanceaction.controls
Provides common names and structures for describing request parameters, action target names and types, and guards.
org.odpi.openmetadata.frameworks.governanceaction.events - package org.odpi.openmetadata.frameworks.governanceaction.events
 
org.odpi.openmetadata.frameworks.governanceaction.ffdc - package org.odpi.openmetadata.frameworks.governanceaction.ffdc
This package provides the first failure data capture support for the Governance Action Framework (GAF) module.
org.odpi.openmetadata.frameworks.governanceaction.fileclassifier - package org.odpi.openmetadata.frameworks.governanceaction.fileclassifier
File classifier utility.
org.odpi.openmetadata.frameworks.governanceaction.properties - package org.odpi.openmetadata.frameworks.governanceaction.properties
 
OTHER - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Undefined or unknown completion status.
OTHER - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Undefined or unknown governance action status.

P

PredefinedActionTarget - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
PredefinedActionTarget identifies an element that a governance action should process.
PredefinedActionTarget() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
Typical Constructor
PredefinedActionTarget(PredefinedActionTarget) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
PROCESS_OWNER - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
A person or team who is accountable for the correct operation of a process.
processEvent(WatchdogGovernanceEvent) - Method in class org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceListener
This method is called each time a requested event is received from the open metadata repositories.
ProvisioningGovernanceActionService - Class in org.odpi.openmetadata.frameworks.governanceaction
The provisioning governance action service is responsible for provisioning real-world resources in the digital landscape and maintaining the Assets and lineage associated with them.
ProvisioningGovernanceActionService() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceActionService
 
ProvisioningGovernanceContext - Interface in org.odpi.openmetadata.frameworks.governanceaction
ProvisioningGovernanceContext provides access to the details of the provisioning request along with basic access to the metadata store.
PUBLISH_ZONES - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
publishGovernanceActionProcess(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Update the zones for the asset so that it becomes visible to consumers.

R

reclassifyMetadataElement(String, String, boolean, boolean, boolean, ElementProperties, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the properties of a classification that is currently attached to a specific metadata element.
reclassifyMetadataElement(String, String, boolean, boolean, boolean, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Update the properties of a classification that is currently attached to a specific metadata element.
reclassifyMetadataElementInStore(String, String, boolean, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the properties of a classification that is currently attached to a specific metadata element.
reclassifyMetadataElementInStore(String, String, String, String, boolean, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the properties of a classification that is currently attached to a specific metadata element.
recordCompletionStatus(String, String, Map<String, String>, CompletionStatus, List<String>, List<NewActionTarget>, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceCompletionInterface
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>, List<NewActionTarget>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>, Map<String, String>, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>, Map<String, String>, List<NewActionTarget>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>, Map<String, String>, List<NewActionTarget>, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>, Map<String, String>, List<NewActionTarget>, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>, Map<String, String>, List<NewActionTarget>, AuditLogMessageDefinition) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Declare that all the processing for the governance action service is finished and the status of the work.
recordCompletionStatus(CompletionStatus, List<String>, Map<String, String>, List<NewActionTarget>, AuditLogMessageDefinition) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Declare that all the processing for the governance action service is finished and the status of the work.
REFRESHED_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
REFRESHED_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
registerContextEvent(String, Map<String, DependentContextEventProperties>, Map<String, DependentContextEventProperties>, Map<String, RelatedContextEventProperties>, Map<String, ContextEventImpactProperties>, Map<String, RelationshipProperties>, Map<String, RelationshipProperties>, ContextEventProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Create a new context event
registerContextEvent(String, Map<String, DependentContextEventProperties>, Map<String, DependentContextEventProperties>, Map<String, RelatedContextEventProperties>, Map<String, ContextEventImpactProperties>, Map<String, RelationshipProperties>, Map<String, RelationshipProperties>, ContextEventProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create a new context event
RegisteredGovernanceService - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
RegisteredGovernanceService describes a governance action service that has been registered with a governance engine.
RegisteredGovernanceService() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceService
Default constructor
RegisteredGovernanceService(GovernanceServiceProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceService
Copy/clone constructor
RegisteredGovernanceService(RegisteredGovernanceService) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceService
Copy/clone constructor
RegisteredGovernanceServiceElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
RegisteredGovernanceServiceElement contains the properties and header for a governance service entity retrieved from the metadata repository plus its supported request types.
RegisteredGovernanceServiceElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
Default constructor
RegisteredGovernanceServiceElement(GovernanceServiceElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
Copy/clone constructor
RegisteredGovernanceServiceElement(RegisteredGovernanceServiceElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
Copy/clone constructor
RegisteredGovernanceServiceProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
RegisteredGovernanceServiceProperties provides a structure for carrying the properties for a SupportedGovernanceService relationship.
RegisteredGovernanceServiceProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceProperties
Default constructor
RegisteredGovernanceServiceProperties(RegisteredGovernanceServiceProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceProperties
Copy/clone constructor
RegisteredIntegrationConnectorElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
RegisteredIntegrationConnectorElement contains the properties and header for a integration connector entity retrieved from the metadata repository plus its supported request types.
RegisteredIntegrationConnectorElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
Default constructor
RegisteredIntegrationConnectorElement(IntegrationConnectorElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
Copy/clone constructor
RegisteredIntegrationConnectorElement(RegisteredIntegrationConnectorElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
Copy/clone constructor
RegisteredIntegrationConnectorProperties - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
RegisteredIntegrationConnectorProperties provides a structure for carrying the properties for a SupportedIntegrationConnector relationship.
RegisteredIntegrationConnectorProperties() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Default constructor does nothing.
RegisteredIntegrationConnectorProperties(RegisteredIntegrationConnectorProperties) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Copy/clone constructor
registerGovernanceServiceWithEngine(String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Register a governance service with a specific governance engine.
registerGovernanceServiceWithEngine(String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Register a governance service with a specific governance engine.
registerGovernanceServiceWithEngine(String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Register a governance service with a specific governance engine.
registerGovernanceServiceWithEngine(String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Register a governance service with a specific governance engine.
registerGovernanceServiceWithEngine(String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Register a governance service with a specific governance engine.
registerGovernanceServiceWithEngine(String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Register a governance service with a specific governance engine.
registerIntegrationConnectorWithGroup(String, String, String, RegisteredIntegrationConnectorProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Register an integration connector with a specific integration group.
registerIntegrationConnectorWithGroup(String, String, RegisteredIntegrationConnectorProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Register an integration connector with a specific integration group.
registerIntegrationConnectorWithGroup(String, String, RegisteredIntegrationConnectorProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Register an integration connector with a specific integration group.
registerListener(WatchdogGovernanceListener, List<WatchdogEventType>, List<String>, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.WatchDogEventInterface
Register a listener to receive events about changes to metadata elements in the open metadata store.
registerListener(WatchdogGovernanceListener, List<WatchdogEventType>, List<String>, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Register a listener to receive events about changes to metadata elements in the open metadata store.
registerListener(WatchdogGovernanceListener, List<WatchdogEventType>, List<String>, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceContext
Register a listener to receive events about changes to metadata elements in the open metadata store.
RelatedEngineActionElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
RelatedEngineActionElement contains the properties for a NextEngineAction relationship retrieved from the metadata repository.
RelatedEngineActionElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Default constructor
RelatedEngineActionElement(RelatedEngineActionElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Copy/clone constructor
RELATIONSHIP_GUID_CHANGED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
RELATIONSHIP_HOME_CHANGED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
RELATIONSHIP_TYPE_CHANGED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
RemediationGovernanceActionService - Class in org.odpi.openmetadata.frameworks.governanceaction
The remediation governance action service is responsible for correct omissions and errors in open metadata and the associated digital landscape.
RemediationGovernanceActionService() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceActionService
 
RemediationGovernanceContext - Interface in org.odpi.openmetadata.frameworks.governanceaction
RemediationGovernanceContext provides access to the remediation request along with access to the metadata store and APIs to enable changes to a wide range of metadata elements.
removeCatalogTarget(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Unregister a catalog target from the integration connector.
removeCatalogTarget(String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Unregister a catalog target from the integration connector.
removeCatalogTarget(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Unregister a catalog target from the integration connector.
removeExternalIdentifier(String, String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Remove an external identifier from an existing open metadata element.
removeFirstActionProcessStep(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Remove the link between a governance process and that governance action process step that defines its first step.
removeGovernanceActionProcess(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Remove the metadata element representing a governance action process.
removeGovernanceActionProcessStep(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Remove the metadata element representing a governance action process step.
removeGovernanceActionType(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionTypeInterface
Remove the metadata element representing a governance action type.
removeNextActionProcessStep(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Remove a follow-on step from a governance action process.
REQUESTED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
The governance action has been created and is pending.
RequestParameter - Enum Class in org.odpi.openmetadata.frameworks.governanceaction.controls
RequestParameter provides some standard definitions for request parameters used to pass properties to governance actions when they run.
RequestParameterType - Class in org.odpi.openmetadata.frameworks.governanceaction.controls
RequestParameterType characterises one of the request parameters supported by a specific governance service.
RequestParameterType() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Default constructor
RequestParameterType(RequestParameterType) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Copy/clone constructor
RequestSourceElement - Class in org.odpi.openmetadata.frameworks.governanceaction.properties
RequestSourceElement describes the element that triggered the request to the governance action service.
RequestSourceElement() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Typical Constructor
RequestSourceElement(RequestSourceElement) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
requestType - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
 
RequestType - Enum Class in org.odpi.openmetadata.frameworks.governanceaction.controls
RequestType provides a template for defining the request type for a governance service.
RequestTypeType - Class in org.odpi.openmetadata.frameworks.governanceaction.controls
RequestTypeType characterises one of the governance request types supported by a specific governance service.
RequestTypeType() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Default constructor
RequestTypeType(RequestTypeType) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Copy/clone constructor
RETENTION_TIME_TO_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
RETENTION_TIME_TO_DELETE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 

S

SAMPLE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
 
SERVICE_COMPLETED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
The service completed successfully.
SERVICE_FAILED - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
An unexpected error occurred while the governance service was running.
SERVICE_IMPLEMENTATION_INVALID - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
The implementation of the governance service is incomplete.
setActionStatus(EngineActionStatus) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the current status of the engine action.
setActionStatus(EngineActionStatus) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the current status of the engine action.
setActionTargetElements(List<ActionTargetElement>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the list of elements that the engine action will work on.
setActionTargetElements(List<ActionTargetElement>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the list of elements that the engine action will work on.
setActionTargetElementStub(OpenMetadataElementStub) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
Set up the details for this action target.
setActionTargetName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
Set up the name assigned to this action target.
setActionTargetRelationshipGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Set up the unique identifier of the ActionTarget relationship.
setActionTypeProperties(GovernanceActionTypeProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Set up process properties
setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Set up any additional properties that the connector adds to the report.
setAuditLog(AuditLog) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionServiceConnector
Receive an audit log object that can be used to record audit log messages.
setCatalogTargetElement(ElementStub) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Set up details of the catalog target element.
setCatalogTargetName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Set up the target name.
setCatalogTargets(List<CatalogTarget>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Set up the list of elements that this integration connector is working on.
setChangedClassification(AttachedClassification) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
Set up the classification that is the subject of the event.
setCompletionDate(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Set up the date/time when the governance action service stopped processing this target element.
setCompletionGuards(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the list of completion guards supplied by the governance service.
setCompletionGuards(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the list of completion guards supplied by the governance service.
setCompletionMessage(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Set up optional message from the running governance service supplied on its completion.
setCompletionMessage(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up optional message from the running governance service supplied on its completion.
setCompletionMessage(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up optional message from the running governance service supplied on its completion.
setCompletionStatus(CompletionStatus) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Set up the completion status typically used with this guard.
setCompletionTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the date/time that the governance service completed (or null if not yet completed).
setCompletionTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the date/time that the governance service completed (or null if not yet completed).
setConfigurationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Set up the configuration properties for this Connection.
setConnection(Connection) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the connection used to create a instance of this governance service.
setConnection(Connection) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Set up the connection used to create an instance of this integration connector.
setConnectionName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Set up the name of the connection that the connector should use to access the resource.
setConnectorId(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Set up the unique identifier for the connector deployment.
setConnectorId(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
Set up the unique identifier of this connector.
setConnectorName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Set up the name of the connector deployment.
setConnectorName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Set up the name of the connector.
setConnectorUserId(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Set up the user id for the connector - if this is null, the integration daemon's userId is used on requests to the Open Metadata Access Service (OMAS).
setCreatedElements(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Set up the list of guids of elements that have been created.
setDataType(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Set up data type name for the parameter value.
setDeletedElements(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Set up the identifiers of the elements that have been deleted.
setDeleteMethod(DeleteMethod) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Set up the delete method policy.
setDeployedImplementationType(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Set up a more specific definition of a permitted action target.
setDeployedImplementationType(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Set up the name of the technology used for this data asset.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Set up the description of the action target.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Set up the description of the action target.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Set up the description of the request parameter.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Set up the description of the request parameter.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the description of the engine action.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Set up the stored description property for the process.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the description of the governance action.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Set up the description of the governance engine.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the stored description property associated with the asset.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Set up the stored description property associated with the asset.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Set up the description of the governance engine.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the display name for the engine action.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Set up the stored display name property for the process.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the display name for the governance action.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Set up the display name for messages and UI.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the stored display name property for the asset.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Set up the display name for messages and UI.
setDomainIdentifier(int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the identifier of the governance domain that this action belongs to (0=ALL/ANY).
setDomainIdentifier(int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Set up the identifier of the governance domain that this action belongs to (0=ALL/ANY).
setDomainIdentifier(int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the identifier of the governance domain that this action belongs to (0=ALL/ANY).
setElement(GovernanceActionProcessStepExecutionElement) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Set up details of the first governance action process step
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReport
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
Set up the element header associated with the properties.
setEventType(WatchdogEventType) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogGovernanceEvent
Set up the event type.
setExample(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Set up an example parameter value.
setExternalSourceIds(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Set up the externalSourceGUID and Name.
setFirstProcessStep(FirstGovernanceActionProcessStepElement) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Set up the first process step.
setFixedRequestParameters(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the parameters to pass onto the governance service.
setFollowOnActions(List<RelatedEngineActionElement>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the list of engine actions that will run after this engine action has completed.
setFollowOnActions(List<RelatedEngineActionElement>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the list of engine actions that will run after this engine action has completed.
setForDuplicateProcessing(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Set up the forDuplicateProcessing setting.
setForLineage(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Set up the forLineage setting.
setFormula(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Set up the description of the processing performed by this process.
setFormulaType(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Set up the name of the language that the formula is implemented in.
setGenerateIntegrationReports(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Set up a flag indicating whether the integration connector should create an integration report.
setGovernanceActionProcess(GovernanceActionProcessElement) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Set up descriptive information for a governance action process.
setGovernanceActionTypeGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the unique identifier for the governance action type that acted as a template for this engine action (if appropriate).
setGovernanceActionTypeGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the unique identifier for the governance action type that acted as a template for this engine action (if appropriate).
setGovernanceActionTypeName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the unique name for the governance action type that acted as a template for this engine action (if appropriate).
setGovernanceActionTypeName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the unique name for the governance action type that acted as a template for this engine action (if appropriate).
setGovernanceContext(GovernanceActionContext) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GeneralGovernanceActionService
Set up details of the governance action request and access to the metadata store.
setGovernanceContext(GovernanceActionContext) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionServiceConnector
Set up details of the governance action request and access to the metadata store.
setGovernanceContext(GovernanceActionContext) - Method in class org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceActionService
Set up details of the governance action request and access to the metadata store.
setGovernanceContext(GovernanceActionContext) - Method in class org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceActionService
Set up details of the governance action request and access to the metadata store.
setGovernanceContext(GovernanceActionContext) - Method in class org.odpi.openmetadata.frameworks.governanceaction.TriageGovernanceActionService
Set up details of the governance action request and access to the metadata store.
setGovernanceContext(GovernanceActionContext) - Method in class org.odpi.openmetadata.frameworks.governanceaction.VerificationGovernanceActionService
Set up details of the governance action request and access to the metadata store.
setGovernanceContext(GovernanceActionContext) - Method in class org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceActionService
Set up details of the governance action request and access to the metadata store.
setGovernanceEngineGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the unique identifier of governance engine that is processing the engine action.
setGovernanceEngineGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the unique identifier of governance engine that is processing the governance action.
setGovernanceEngineName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the unique name of governance engine that is processing the engine action.
setGovernanceEngineName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the unique name of governance engine that is processing the engine action.
setGovernanceServiceName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionServiceConnector
Set up the governance action service name.
setGuard(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Set up the string to use as the guard.
setGuard(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Set up the triggering guard (or null for any guard).
setGuard(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Set up the triggering guard (or null for any guard).
setGuard(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Set up the triggering guard (or null for any guard).
setGuard(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Set up the triggering guard (or null for any guard).
setIgnoreMultipleTriggers(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepProperties
Set up whether this action type can be triggered more than once in a single step of the governance action process.
setIgnoreMultipleTriggers(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Set up whether this action type can be triggered more than once in a single step of the governance action process.
setLinkGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
Set up the unique identifier of the relationship.
setMandatoryGuard(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Set up if the guard must be returned from the previous action for any of the next actions to progress.
setMandatoryGuard(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Set up if the guard must be returned from the previous action for any of the next actions to progress.
setMandatoryGuard(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Set up if the guard must be returned from the previous action for any of the next actions to progress.
setMandatoryGuards(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the list of guards that must be received before this engine action can proceed.
setMandatoryGuards(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the list of guards that must be received before this engine action can proceed.
setMermaidGraph(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Set up mermaid string used to render a graph.
setMermaidSpecification(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Set up mermaid string used to render a graph.
setMermaidSpecification(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Set up mermaid string used to render a graph.
setMermaidSpecification(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Set up mermaid string used to render a graph.
setMermaidSpecification(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Set up mermaid string used to render a graph.
setMetadataElement(OpenMetadataElement) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
Set up the properties for the metadata element that is the subject of this event.
setMetadataSourceQualifiedName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Set up the qualified name of the metadata source for this integration connector.
setMetadataSourceQualifiedName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Set up the qualified name of the metadata source for this integration connector.
setName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Set up the string to use as the name of the action target.
setName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Set up the string to use as the name of the request parameter.
setName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Set up the name of the resource that this asset represents.
setNextProcessStep(GovernanceActionProcessStepExecutionElement) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Set up details of the next governance action process step
setNextProcessStep(ElementStub) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Set up details of the next governance action process step
setNextProcessStepLinkGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
Set up the unique identifier of the relationship.
setNextProcessStepLinkGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Set up the unique identifier of the relationship.
setNextProcessSteps(List<GovernanceActionProcessStepExecutionElement>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Set up the list of process steps in the process.
setOriginBusinessCapabilityGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the unique identifier of the business capability that originated this governance service.
setOriginGovernanceEngine(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Set up the governance engine that created this governance action (if any).
setOriginGovernanceService(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Set up the governance service that created this governance action (if any).
setOriginOrganizationGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the unique identifier for the organization that originated this governance service.
setOtherOriginValues(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the properties that characterize where this governance service is from.
setOtherPropertyValues(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Set up a map of property name to property value to provide additional information for this governance service..
setOtherPropertyValues(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
Set up a map of property name to property value to provide additional information for this governance service..
setOtherPropertyValues(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Set up a map of property name to property value to provide additional information for this governance service.
setOtherPropertyValues(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Set up a map of property name to property value to provide additional information for this governance service..
setOwner(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the name of the owner for this asset.
setOwnerPropertyName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the property name used to identifier the owner.
setOwnerTypeName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the type of owner stored in the owner property.
setPatchLevel(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Set up the patch level of the governance engine.
setPatchLevel(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Set up the patch level of the governance engine.
setPermittedSynchronization(PermittedSynchronization) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Set up the synchronization direction policy.
setPermittedSynchronization(PermittedSynchronization) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Set up the permitted direction of metadata flow (see the enum definition for more details).
setPredefinedActionTargets(List<PredefinedActionTarget>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Set up the list of predefined action targets for this governance action.
setPredefinedActionTargets(List<PredefinedActionTarget>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Set up the list of predefined action targets for this governance action.
setPredefinedRequestParameters(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Set up any pre-defined request parameters.
setPreviousActions(List<RelatedEngineActionElement>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the list of engine actions that preceded this engine action.
setPreviousActions(List<RelatedEngineActionElement>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the list of engine actions that preceded this engine action.
setPreviousClassification(AttachedClassification) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
For UPDATED_CLASSIFICATION_PROPERTIES, set up the previous version of the classification (if available.
setPreviousMetadataElement(OpenMetadataElement) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
For UPDATED_ELEMENT_PROPERTIES events, set up the previous values for the metadata event if available.
setPreviousProcessStep(ElementStub) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
Set up details of the previous governance action process step
setPreviousRelatedMetadataElements(OpenMetadataRelationship) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
For UPDATED_RELATIONSHIP_PROPERTIES only, set up the value is set to the previous values for the relationship, if available.
setProcessEndTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Set up the date/time that this process ended (instance only).
setProcessingEngineUserId(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the userId of the governance engine that is responsible for running the governance service for this engine action.
setProcessingEngineUserId(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the userId of the governance engine that is responsible for running the governance service for this engine action.
setProcessName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the name of the governance action process - or similar request source.
setProcessName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the name of the governance action process - or similar request source.
setProcessProperties(GovernanceActionProcessProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Set up process properties
setProcessStartTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Set up the the date/time that this process started (instance only).
setProcessStepGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the unique identifier for the governance action process step that acted as a template for this engine action (if appropriate).
setProcessStepGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the unique identifier for the governance action process step that acted as a template for this engine action (if appropriate).
setProcessStepLinks(List<NextGovernanceActionProcessStepLink>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
Set up the list of links between process steps.
setProcessStepName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the unique name for the governance action process step that acted as a template for this engine action (if appropriate).
setProcessStepName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the unique name for the governance action process step that acted as a template for this engine action (if appropriate).
setProcessStepProperties(GovernanceActionProcessStepExecution) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Set up process properties
setProcessStepProperties(GovernanceActionProcessStepProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Set up process properties
setProducedActionTargetTypes(List<ActionTargetType>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the action targets that are produced by the governance service.
setProducedGuards(List<GuardType>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the list of guards produced by the governance service.
setProducedRequestParameters(List<RequestParameterType>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the request parameters that are produced by the governance service.
setProperties(GovernanceEngineProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineElement
Set up the properties of the governance engine.
setProperties(GovernanceServiceProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceElement
Set up the properties of the governance service.
setProperties(IntegrationConnectorProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
Set up the properties of the integration connector.
setProperties(IntegrationGroupProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupElement
Set up the properties of the integration group.
setProperties(IntegrationReportProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReport
Set up the properties of the report.
setProperties(RegisteredGovernanceService) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
Set up the properties of the registered governance service.
setReceivedGuards(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the list of guards provided by the previous governance service(s).
setReceivedGuards(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the list of guards provided by the previous governance service(s).
setRefreshCompletionDate(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Set up the end date/time that this report covers.
setRefreshStartDate(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Set up the start date/time that this report covers.
setRefreshTimeInterval(long) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Set up the number of minutes between each call to the connector to refresh the metadata.
setRegistrationProperties(RegisteredIntegrationConnectorProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
Set up the properties of the registered integration connector.
setRelatedAction(ElementStub) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Set up details of the next governance action
setRelatedActionLinkGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
Set up the unique identifier of the relationship.
setRelatedMetadataElements(OpenMetadataRelationship) - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
Set up the relationship details for the subject of this event.
setRelationshipGUID(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Set up the unique identifier of the CatalogTarget relationship.
setRelationshipVersions(ElementVersions) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
Set up the latest version information from the catalog target relationship.
setRequestedStartTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the time that the engine action should start.
setRequestedStartTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the time that the engine action should start.
setRequestedTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the time that the engine action was created.
setRequestedTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the time that the engine action was created.
setRequesterUserId(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the requesting user.
setRequesterUserId(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the requesting user.
setRequestParameters(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the parameters to pass onto the governance service.
setRequestParameters(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the parameters to pass onto the governance service.
setRequestParameters(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceProperties
Set up the parameters to pass onto the governance service.
setRequestSourceElement(OpenMetadataElement) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Set up the specific element that caused the governance action service to be started.
setRequestSourceElements(List<RequestSourceElement>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the list of elements that triggered this request.
setRequestSourceElements(List<RequestSourceElement>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the list of elements that triggered this request.
setRequestSourceName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Set up the assigned to this request source.
setRequestType(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
Set up the request type value.
setRequestType(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the governance request type used to call the governance service via this governance engine.
setRequestType(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the request type associated with this governance action, used to identify ths governance service to run.
setRequestTypes(Map<String, RegisteredGovernanceServiceProperties>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceService
Set up the registered request types and parameters that this governance service supports.
setRequired(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Set up whether this action target type is required for this service to work successful.
setRequired(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
Set up whether this request parameter is required for this service to work successful.
setServerName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Set up the name of the integration daemon where the integration connector was/is running.
setServiceRequestType(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceProperties
Set up the request type that this governance service supports.
setSource(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Set up the source of the governance engine implementation.
setSource(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Set up the source of the governance engine implementation.
setSpecification(Map<String, List<Map<String, String>>>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
Set up the specification for the governance action.
setSpecification(Map<String, List<Map<String, String>>>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
Set up the specification for the governance action.
setSpecification(Map<String, List<Map<String, String>>>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
Set up the specification for the governance action.
setSpecification(Map<String, List<Map<String, String>>>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
Set up the specification for the governance action.
setStartDate(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Set up the date/time when the governance action service started processing this target element.
setStartDate(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Set up the date/time that this connector can start.
setStartTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
Set up the time that this engine action should start (null means as soon as possible).
setStartTime(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecution
Set up the time that this engine action should start (null means as soon as possible).
setStatus(EngineActionStatus) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Set up current status of the action target.
setStopDate(Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Set up the date/time that the integration connector should stop running.
setSupportedActionTargetTypes(List<ActionTargetType>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the required action targets to supply when using this governance acton type to initiate an action.
setSupportedRequestParameters(List<RequestParameterType>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the required request parameters to supply when using this governance acton type to initiate an action.
setTargetElement(OpenMetadataElement) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Set up details of the target element that the governance action service is to process.
setTemplateProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Set up the template properties for this connector to use when creating elements for this catalog target.
setTypeDescription(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Set up the description of the type of governance engine this is.
setTypeName(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
Set up the type name (or super type name) of a permitted action target.
setUpdatedElements(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
Set up the identifiers of the elements that have been updated.
setupFirstActionProcessStep(String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Set up a link between a governance action process and a governance action process step.
setupNextActionProcessStep(String, String, String, String, boolean) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Add a link between two governance action process steps to show that one follows on from the other when a governance action process is executing.
setUpValidMetadataMapName(String, String, ValidMetadataValue) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create or update the valid value for a name that can be stored in a particular open metadata property name.
setUpValidMetadataMapValue(String, String, String, ValidMetadataValue) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create or update the valid value for a name that can be stored in a particular open metadata property name.
setUpValidMetadataValue(String, String, ValidMetadataValue) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Create or update the valid value for a particular open metadata property name.
setUseCurrentEffectiveTime(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Set up the boolean setting for whether the current time for requests or null.
setUsesBlockingCalls(boolean) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Set up whether the connector issues blocking calls and needs its own thread to run in.
setVersion(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Set up the version string of the governance engine.
setVersion(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Set up the version string of the governance engine.
setVersionIdentifier(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Set up the version identifier of the process.
setVersionIdentifier(String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Set up the version identifier of the resource.
setWaitTime(int) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
Set up the minimum number of minutes to wait before starting the next governance action.
setZoneMembership(List<String>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Set up the names of the zones that this governance service is a member of.
SOURCE_DIRECTORY - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
SOURCE_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
SPONSOR - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
The person who can be contacted if there are problems with the data from this hospital.
start() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GeneralGovernanceActionService
Indicates that the governance action service is completely configured and can begin processing.
start() - Method in class org.odpi.openmetadata.frameworks.governanceaction.ProvisioningGovernanceActionService
Indicates that the governance action service is completely configured and can begin processing.
start() - Method in class org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceActionService
Indicates that the governance action service is completely configured and can begin processing.
start() - Method in class org.odpi.openmetadata.frameworks.governanceaction.TriageGovernanceActionService
Indicates that the governance action service is completely configured and can begin processing.
start() - Method in class org.odpi.openmetadata.frameworks.governanceaction.VerificationGovernanceActionService
Indicates that the governance action service is completely configured and can begin processing.
start() - Method in class org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceActionService
Indicates that the governance action service is completely configured and can begin processing.
STATUS_IDENTIFIER - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
 
STEWARD - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
The person who can be contacted if there are problems with the data from this hospital.

T

TARGET_NOT_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
The action target is not an asset.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.OpenGovernanceClient
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTargetType
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
Output of this enum class and main value.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.GuardType
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
Output of this enum class and main value.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameterType
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
Output of this enum class and main value.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
toString() JSON-style
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogGovernanceEvent
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.EngineActionElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.FirstGovernanceActionProcessStepElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessGraph
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepExecutionElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepProperties
JSON-style toString.
toString() - Method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceEngineProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceServiceProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationGroupProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReport
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.PredefinedActionTarget
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceService
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredGovernanceServiceProperties
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
Standard toString method.
TriageGovernanceActionService - Class in org.odpi.openmetadata.frameworks.governanceaction
The triage governance action service is responsible for determining which of the possible courses of action to take for a specific situation.
TriageGovernanceActionService() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.TriageGovernanceActionService
 
TriageGovernanceContext - Interface in org.odpi.openmetadata.frameworks.governanceaction
TriageGovernanceContext provides access to details of the triage request and associated governance action plus with access to the metadata store.
typeName - Variable in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
The open metadata type name of the element that can be this type of action target.

U

UNEXPECTED_BEAN_CLASS - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-CONVERTER-500-003 - An unexpected bean class named {0} was passed to the repository services by the {1} request for open metadata access service {2} on server {3}; the expected class name is: {4}
UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-GOVERNANCE-SERVICE-500-001 - Unexpected {0} exception in governance action service {1} of type {2} detected by method {3}.
UNKNOWN_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
GAF-PROPERTIES-400-006 - The unique name {0} passed on the {1} parameter of the {2} operation is not known to the metadata store
UNKNOWN_EVENT - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
unregisterGovernanceServiceFromEngine(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Unregister a governance service from the governance engine.
unregisterGovernanceServiceFromEngine(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Unregister a governance service from the governance engine.
unregisterGovernanceServiceFromEngine(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Unregister a governance service from the governance engine.
unregisterIntegrationConnectorFromGroup(String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Unregister an integration connector from the integration group.
unregisterIntegrationConnectorFromGroup(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Unregister an integration connector from the integration group.
unregisterIntegrationConnectorFromGroup(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Unregister an integration connector from the integration group.
updateActionTargetStatus(String, String, EngineActionStatus, Date, Date, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceCompletionInterface
Update the status of a specific action target.
updateActionTargetStatus(String, EngineActionStatus, Date, Date, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the status of a specific action target.
updateActionTargetStatus(String, EngineActionStatus, Date, Date, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Update the status of a specific action target.
updateCatalogTarget(String, String, CatalogTargetProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Update a catalog target for an integration connector.
updateCatalogTarget(String, CatalogTargetProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update a catalog target for an integration connector.
updateCatalogTarget(String, CatalogTargetProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Update a catalog target for an integration connector.
updateClassificationEffectivityInStore(String, String, String, String, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the effectivity dates of a specific classification attached to a metadata element.
updateClassificationEffectivityInStore(String, String, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the effectivity dates of a specific classification attached to a metadata element.
updateClassificationStatus(String, String, boolean, boolean, Date, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the effectivity dates of a specific classification attached to a metadata element.
updateClassificationStatus(String, String, boolean, boolean, Date, Date, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Update the effectivity dates of a specific classification attached to a metadata element.
UPDATED_CLASSIFICATION_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
UPDATED_ELEMENT_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
UPDATED_RELATIONSHIP_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
 
updateEngineActionStatus(String, String, EngineActionStatus) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceCompletionInterface
Update the status of the engine action - providing the caller is permitted.
updateExternalIdentifier(String, String, String, String, String, ExternalIdentifierProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the description of a specific external identifier.
updateExternalIdentifier(String, String, String, String, String, ExternalIdentifierProperties, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the description of a specific external identifier.
updateExternalIdentifier(String, String, String, String, ExternalIdentifierProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the description of a specific external identifier.
updateGovernanceActionProcess(String, String, boolean, ProcessStatus, GovernanceActionProcessProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Update the metadata element representing a governance action process.
updateGovernanceActionProcessStep(String, String, boolean, GovernanceActionProcessStepProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Update the metadata element representing a governance action process step.
updateGovernanceActionType(String, String, boolean, GovernanceActionTypeProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionTypeInterface
Update the metadata element representing a governance action type.
updateGovernanceEngine(String, String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Update the properties of an existing governance engine definition.
updateGovernanceEngine(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the properties of an existing governance engine definition.
updateGovernanceEngine(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Update the properties of an existing governance engine definition.
updateGovernanceService(String, String, String, String, String, Connection, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Update the properties of an existing governance service definition.
updateGovernanceService(String, String, String, String, Connection, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the properties of an existing governance service definition.
updateGovernanceService(String, String, String, String, Connection, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Update the properties of an existing governance service definition.
updateIntegrationConnector(String, boolean, IntegrationConnectorProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the properties of an existing integration connector definition.
updateIntegrationConnector(String, boolean, IntegrationConnectorProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Update the properties of an existing integration connector definition.
updateIntegrationConnector(String, String, boolean, IntegrationConnectorProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Update the properties of an existing integration connector definition.
updateIntegrationGroup(String, boolean, IntegrationGroupProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the properties of an existing integration group definition.
updateIntegrationGroup(String, boolean, IntegrationGroupProperties) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
Update the properties of an existing integration group definition.
updateIntegrationGroup(String, String, boolean, IntegrationGroupProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceConfiguration
Update the properties of an existing integration group definition.
updateMetadataElement(String, boolean, boolean, boolean, ElementProperties, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the properties of a specific metadata element.
updateMetadataElement(String, boolean, boolean, boolean, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Update the properties of a specific metadata element.
updateMetadataElementEffectivity(String, boolean, boolean, Date, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the status of specific metadata element.
updateMetadataElementEffectivity(String, boolean, boolean, Date, Date, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Update the status of specific metadata element.
updateMetadataElementEffectivityInStore(String, String, String, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the effectivity dates control the visibility of the element through specific APIs.
updateMetadataElementEffectivityInStore(String, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the effectivity dates control the visibility of the element through specific APIs.
updateMetadataElementInStore(String, boolean, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the properties of a specific metadata element.
updateMetadataElementInStore(String, String, String, boolean, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the properties of a specific metadata element.
updateMetadataElementStatus(String, boolean, boolean, ElementStatus, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the status of specific metadata element.
updateMetadataElementStatus(String, boolean, boolean, ElementStatus, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Update the status of specific metadata element.
updateMetadataElementStatusInStore(String, String, String, ElementStatus) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the status of specific metadata element.
updateMetadataElementStatusInStore(String, ElementStatus) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the status of specific metadata element.
updateNextActionProcessStep(String, String, String, boolean) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Update the properties of the link between two governance action process steps that shows that one follows on from the other when a governance action process is executing.
updateRelatedElements(String, boolean, boolean, boolean, ElementProperties, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the properties associated with a relationship.
updateRelatedElements(String, boolean, boolean, boolean, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Update the properties associated with a relationship.
updateRelatedElementsEffectivityInStore(String, String, String, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the effectivity dates of a specific relationship between metadata elements.
updateRelatedElementsEffectivityInStore(String, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the effectivity dates of a specific relationship between metadata elements.
updateRelatedElementsInStore(String, boolean, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the properties associated with a relationship.
updateRelatedElementsInStore(String, String, String, boolean, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Update the properties associated with a relationship.
updateRelatedElementsStatus(String, boolean, boolean, Date, Date, Date) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionContext
Update the effectivity dates of a specific relationship between metadata elements.
updateRelatedElementsStatus(String, boolean, boolean, Date, Date, Date) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.RemediationGovernanceContext
Update the effectivity dates of a specific relationship between metadata elements.

V

validateContext(GovernanceContext) - Method in class org.odpi.openmetadata.frameworks.governanceaction.GovernanceActionServiceConnector
Verify that the context has been set up in the subclass
validateExternalIdentifier(String, String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Check that the supplied external identifier matches the element GUID.
validateMetadataMapName(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Validate whether the name found in an open metadata map property is valid.
validateMetadataMapValue(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Validate whether the name found in an open metadata map property is valid.
validateMetadataValue(String, String, String) - Method in class org.odpi.openmetadata.frameworks.governanceaction.OpenMetadataStore
Validate whether the value found in an open metadata property is valid.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.Guard
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestParameter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.controls.RequestType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
VerificationGovernanceActionService - Class in org.odpi.openmetadata.frameworks.governanceaction
The verification governance action service is responsible for testing the values in the metadata elements and relationships and setting up guards to guide the next step of processing.
VerificationGovernanceActionService() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.VerificationGovernanceActionService
 
VerificationGovernanceContext - Interface in org.odpi.openmetadata.frameworks.governanceaction
VerificationGovernanceContext provides access to details of the verification request along with access to the metadata store.

W

WAITING - Enum constant in enum class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
Deprecated.
The governance action is waiting for its start time or the right conditions to run.
WatchdogClassificationEvent - Class in org.odpi.openmetadata.frameworks.governanceaction.events
WatchdogClassificationEvent describes the structure of the events passed to the WatchdogGovernanceActionService that describe changes to classifications attached to metadata elements.
WatchdogClassificationEvent() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
Default constructor
WatchdogClassificationEvent(WatchdogClassificationEvent) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
Copy/clone constructor
WatchDogEventInterface - Interface in org.odpi.openmetadata.frameworks.governanceaction.client
WatchDogEventInterface defines the interface for receiving watchdog events.
WatchdogEventType - Enum Class in org.odpi.openmetadata.frameworks.governanceaction.events
WatchdogEventType describes the type of event that the WatchdogGovernanceActionService can listen for.
WatchdogGovernanceActionService - Class in org.odpi.openmetadata.frameworks.governanceaction
The watchdog governance action service is responsible for monitoring changes to the metadata elements and then initiating further governance activity.
WatchdogGovernanceActionService() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceActionService
 
WatchdogGovernanceContext - Interface in org.odpi.openmetadata.frameworks.governanceaction
WatchdogGovernanceContext provides the watchdog governance action service with access to information about the request, open metadata store, the ability to register a listener to receive governance events and initiate new governance activity.
WatchdogGovernanceEvent - Class in org.odpi.openmetadata.frameworks.governanceaction.events
WatchdogGovernanceEvent describes the structure of the events passed to the WatchdogGovernanceActionService.
WatchdogGovernanceEvent() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogGovernanceEvent
Default constructor
WatchdogGovernanceEvent(WatchdogGovernanceEvent) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogGovernanceEvent
Copy/clone constructor
WatchdogGovernanceListener - Class in org.odpi.openmetadata.frameworks.governanceaction
WatchdogGovernanceListener defines the listener interface implemented by a WatchdogGovernanceActionService.
WatchdogGovernanceListener() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.WatchdogGovernanceListener
 
WatchdogMetadataElementEvent - Class in org.odpi.openmetadata.frameworks.governanceaction.events
WatchdogMetadataElementEvent describes the structure of the events passed to the WatchdogGovernanceActionService that relate to changes to metadata elements.
WatchdogMetadataElementEvent() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
Default constructor
WatchdogMetadataElementEvent(WatchdogMetadataElementEvent) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
Copy/clone constructor
WatchdogRelatedElementsEvent - Class in org.odpi.openmetadata.frameworks.governanceaction.events
WatchdogRelatedElementsEvent describes the structure of the events passed to the WatchdogGovernanceActionService that represent changes to relationships.
WatchdogRelatedElementsEvent() - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
Default constructor
WatchdogRelatedElementsEvent(WatchdogRelatedElementsEvent) - Constructor for class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
Copy/clone constructor
withdrawGovernanceActionProcess(String, String) - Method in interface org.odpi.openmetadata.frameworks.governanceaction.client.GovernanceActionProcessInterface
Update the zones for the asset so that it is no longer visible to consumers.
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form