Enum Class GovernanceActionStatus
java.lang.Object
java.lang.Enum<GovernanceActionStatus>
org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
- All Implemented Interfaces:
Serializable
,Comparable<GovernanceActionStatus>
,Constable
Deprecated.
GovernanceActionStatus defines the current status for a governance action.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.The governance action service for the governance action has successfully completed processing.Deprecated.The governance action service for the governance action is being initialized in the governance engine.Deprecated.The governance action is approved to run.Deprecated.The governance action service for the governance action failed to execute.Deprecated.The governance action has not been run because a different governance action was chosen.Deprecated.The governance engine is running the associated governance action service for the governance action.Deprecated.The governance action has not been run because it is not appropriate (for example, a false positive).Deprecated.Undefined or unknown governance action status.Deprecated.The governance action has been created and is pending.Deprecated.The governance action is waiting for its start time or the right conditions to run. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the default description for the status for this enum instance.Deprecated.Return the equivalent action status.getName()
Deprecated.Return the default name for the status for this enum instance.Deprecated.Return the unique identifier for the open metadata enum type that this enum class represents.Deprecated.Return the unique name for the open metadata enum type that this enum class represents.int
Deprecated.Return the code for this enum that comes from the Open Metadata Type that this enum represents.int
Deprecated.Return the status code for this enum instancetoString()
Deprecated.Standard toString method.static GovernanceActionStatus
Deprecated.Returns the enum constant of this class with the specified name.static GovernanceActionStatus[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REQUESTED
Deprecated.The governance action has been created and is pending. -
APPROVED
Deprecated.The governance action is approved to run. -
WAITING
Deprecated.The governance action is waiting for its start time or the right conditions to run. -
ACTIVATING
Deprecated.The governance action service for the governance action is being initialized in the governance engine. -
IN_PROGRESS
Deprecated.The governance engine is running the associated governance action service for the governance action. -
ACTIONED
Deprecated.The governance action service for the governance action has successfully completed processing. -
INVALID
Deprecated.The governance action has not been run because it is not appropriate (for example, a false positive). -
IGNORED
Deprecated.The governance action has not been run because a different governance action was chosen. -
FAILED
Deprecated.The governance action service for the governance action failed to execute. -
OTHER
Deprecated.Undefined or unknown governance action status.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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
-
getOrdinal
public int getOrdinal()Deprecated.Return the status code for this enum instance- Returns:
- int status code
-
getName
Deprecated.Return the default name for the status for this enum instance.- Returns:
- String default status name
-
getDescription
Deprecated.Return the default description for the status for this enum instance.- Returns:
- String default status description
-
getOpenTypeOrdinal
public int getOpenTypeOrdinal()Deprecated.Return the code for this enum that comes from the Open Metadata Type that this enum represents.- Returns:
- int code number
-
getOpenTypeGUID
Deprecated.Return the unique identifier for the open metadata enum type that this enum class represents.- Returns:
- string guid
-
getOpenTypeName
Deprecated.Return the unique name for the open metadata enum type that this enum class represents.- Returns:
- string name
-
getEngineActionStatus
Deprecated.Return the equivalent action status.- Returns:
- enum
-
toString
Deprecated.Standard toString method.- Overrides:
toString
in classEnum<GovernanceActionStatus>
- Returns:
- print out of variables in a JSON-style
-