Class RegisteredGovernanceService


public class RegisteredGovernanceService extends GovernanceServiceProperties
RegisteredGovernanceService describes a governance action service that has been registered with a governance engine.
  • Constructor Details

    • RegisteredGovernanceService

      public RegisteredGovernanceService()
      Default constructor
    • RegisteredGovernanceService

      public RegisteredGovernanceService(RegisteredGovernanceService template)
      Copy/clone constructor
      Parameters:
      template - object to copy
    • RegisteredGovernanceService

      public RegisteredGovernanceService(GovernanceServiceProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getRequestTypes

      Return the registered request types and parameters that this governance service supports.
      Returns:
      Map of request types to parameters
    • setRequestTypes

      public void setRequestTypes(Map<String,RegisteredGovernanceServiceProperties> requestTypes)
      Set up the registered request types and parameters that this governance service supports.
      Parameters:
      requestTypes - Map of request types to parameters
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class GovernanceServiceProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class GovernanceServiceProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class GovernanceServiceProperties
      Returns:
      int hash code