Enum Class ActionTarget
java.lang.Object
java.lang.Enum<ActionTarget>
org.odpi.openmetadata.frameworks.governanceaction.controls.ActionTarget
- All Implemented Interfaces:
Serializable
,Comparable<ActionTarget>
,Constable
ActionTarget provides some standard action type names to use in the implementation of governance services.
Using standard action target names helps to simplify the use of the governance services in
governance action processes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAny element of type Referenceable (or a subtype of).Any type of element.Any element of type Referenceable (or a subtype of).The person who can be contacted if there are problems with the data from this hospital.A person or team who is accountable for the correct management and use of a particular collection of data.A person that is described by some data.A newly deleted Asset (or a subtype of).The person who can be contacted if there are problems with the data from this hospital.A newly created Asset (or a subtype of).A person or team who is accountable for the correct operation of a process.The person who can be contacted if there are problems with the data from this hospital. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn an action target type for use in the governance action service's provider.static List<ActionTargetType>
Return all the action targets defined in this enum.Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target.Return the description of the action target.getName()
Return the name of the action target.Return the type name of the element that is linked to for this type of action target.toString()
JSON-style toStringstatic ActionTarget
Returns the enum constant of this class with the specified name.static ActionTarget[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ANY_ELEMENT
Any type of element. -
ANY_REFERENCEABLE
Any element of type Referenceable (or a subtype of). -
ANY_ASSET
Any element of type Referenceable (or a subtype of). -
NEW_ASSET
A newly created Asset (or a subtype of). -
DELETED_ASSET
A newly deleted Asset (or a subtype of). -
PROCESS_OWNER
A person or team who is accountable for the correct operation of a process. -
DATA_OWNER
A person or team who is accountable for the correct management and use of a particular collection of data. -
DATA_SUBJECT
A person that is described by some data. -
CUSTODIAN
The person who can be contacted if there are problems with the data from this hospital. -
STEWARD
The person who can be contacted if there are problems with the data from this hospital. -
INTEGRATION_CONNECTOR
The person who can be contacted if there are problems with the data from this hospital.
-
-
Field Details
-
name
Action target name -
description
Description of the action target. -
typeName
The open metadata type name of the element that can be this type of action target.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getActionTargetTypes
Return all the action targets defined in this enum.- Returns:
- list
-
getActionTargetType
Return an action target type for use in the governance action service's provider.- Returns:
- action target type
-
getName
Return the name of the action target.- Returns:
- string name
-
getDescription
Return the description of the action target.- Returns:
- string description
-
getTypeName
Return the type name of the element that is linked to for this type of action target.- Returns:
- type name
-
getDeployedImplementationType
Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target. This is typically only set for assets.- Returns:
- preferred value string
-
toString
JSON-style toString- Overrides:
toString
in classEnum<ActionTarget>
- Returns:
- return string containing the property names and values
-