Class RegisteredGovernanceService
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceServiceProperties
org.odpi.openmetadata.accessservices.governanceengine.properties.RegisteredGovernanceService
RegisteredGovernanceService describes a governance action service that has been registered with a governance engine.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the registered request types and parameters that this governance service supports.inthashCode()Create a hash code for this element type.voidsetRequestTypes(Map<String, RegisteredGovernanceServiceProperties> requestTypes) Set up the registered request types and parameters that this governance service supports.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceServiceProperties
getConnection, getDeployedImplementationType, getDescription, getName, getVersionIdentifier, setConnection, setDeployedImplementationType, setDescription, setName, setVersionIdentifierMethods inherited from class org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
RegisteredGovernanceService
public RegisteredGovernanceService()Default constructor -
RegisteredGovernanceService
Copy/clone constructor- Parameters:
template- object to copy
-
RegisteredGovernanceService
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
Set up the registered request types and parameters that this governance service supports.- Parameters:
requestTypes- Map of request types to parameters
-
toString
Standard toString method.- Overrides:
toStringin classGovernanceServiceProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classGovernanceServiceProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classGovernanceServiceProperties- Returns:
- int hash code
-