Enum Class EngineActionDefinition

java.lang.Object
java.lang.Enum<EngineActionDefinition>
org.odpi.openmetadata.contentpacks.core.EngineActionDefinition
All Implemented Interfaces:
Serializable, Comparable<EngineActionDefinition>, Constable

public enum EngineActionDefinition extends Enum<EngineActionDefinition>
Describes the engine actions that auto-start governance services in the core content packs.
  • Enum Constant Details

  • Method Details

    • values

      public static EngineActionDefinition[] 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

      public static EngineActionDefinition valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getGUID

      public String getGUID()
      Return the unique identifier for the integration group.
      Returns:
      string
    • getQualifiedName

      public String getQualifiedName()
      Return the unique name of the integration group.
      Returns:
      string
    • getDomainIdentifier

      public int getDomainIdentifier()
      Return domain identifier.
      Returns:
      int
    • getActivityStatus

      public ActivityStatus getActivityStatus()
      Return the status of the activity. Approved means it is able to run now.
      Returns:
      status enum
    • getRequestType

      public String getRequestType()
      Return the request type to call.
      Returns:
      string
    • getRequestParameters

      public Map<String,String> getRequestParameters()
      Return the request parameter to pass to the service when it runs.
      Returns:
      map
    • getGovernanceEngineGUID

      public String getGovernanceEngineGUID()
    • getGovernanceEngineName

      public String getGovernanceEngineName()
    • getDisplayName

      public String getDisplayName()
      Return the name of the integration group.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of the integration group.
      Returns:
      string
    • getContentPackDefinition

      public ContentPackDefinition getContentPackDefinition()
      Get identifier of content pack where this template should be located.
      Returns:
      content pack definition
    • getRequesterUserId

      public String getRequesterUserId()
      Get the anchorScopeGUID.
      Returns:
      string
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Enum<EngineActionDefinition>
      Returns:
      return string containing the property names and values