Enum Class EngineActionDefinition
java.lang.Object
java.lang.Enum<EngineActionDefinition>
org.odpi.openmetadata.contentpacks.core.EngineActionDefinition
- All Implemented Interfaces:
Serializable,Comparable<EngineActionDefinition>,Constable
Describes the engine actions that auto-start governance services in the core content packs.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturn the status of the activity.Get identifier of content pack where this template should be located.Return the description of the integration group.Return the name of the integration group.intReturn domain identifier.getGUID()Return the unique identifier for the integration group.Return the unique name of the integration group.Get the anchorScopeGUID.Return the request parameter to pass to the service when it runs.Return the request type to call.toString()JSON-style toStringstatic EngineActionDefinitionReturns the enum constant of this class with the specified name.static EngineActionDefinition[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
KARMA_POINTS
-
-
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
-
getGUID
Return the unique identifier for the integration group.- Returns:
- string
-
getQualifiedName
Return the unique name of the integration group.- Returns:
- string
-
getDomainIdentifier
public int getDomainIdentifier()Return domain identifier.- Returns:
- int
-
getActivityStatus
Return the status of the activity. Approved means it is able to run now.- Returns:
- status enum
-
getRequestType
Return the request type to call.- Returns:
- string
-
getRequestParameters
Return the request parameter to pass to the service when it runs.- Returns:
- map
-
getGovernanceEngineGUID
-
getGovernanceEngineName
-
getDisplayName
Return the name of the integration group.- Returns:
- string
-
getDescription
Return the description of the integration group.- Returns:
- string
-
getContentPackDefinition
Get identifier of content pack where this template should be located.- Returns:
- content pack definition
-
getRequesterUserId
Get the anchorScopeGUID.- Returns:
- string
-
toString
JSON-style toString- Overrides:
toStringin classEnum<EngineActionDefinition>- Returns:
- return string containing the property names and values
-