Package 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. These names help to create consistency in the implementation of the governance services which improves their reusability in governance action processes.
  • Class
    Description
    ActionTarget provides some standard action type names to use in the implementation of governance services.
    ActionTargetType characterises one of the types of open metadata element supported by a specific governance service.
    The Guard enum describes some common guards that can be used when implementing governance services.
    GuardType describes a guard.
    PlaceholderProperty provides some standard definitions for placeholder properties used to pass properties to services that use templates.
    PlaceholderPropertyType characterises one of the placeholder properties used in a template.
    ReplacementAttributeType characterises one of the attribute values that should be provided when using a specific template.
    RequestParameter provides some standard definitions for request parameters used to pass properties to governance actions when they run.
    RequestParameterType characterises one of the request parameters supported by a specific governance service.
    RequestType provides a template for defining the request type for a governance service.
    RequestTypeType characterises one of the governance request types supported by a specific governance service.