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
-
- All Implemented Interfaces:
Serializable
public class RegisteredGovernanceService extends GovernanceServiceProperties
RegisteredGovernanceService describes a governance action service that has been registered with a governance engine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegisteredGovernanceService()Default constructorRegisteredGovernanceService(GovernanceServiceProperties template)Copy/clone constructorRegisteredGovernanceService(RegisteredGovernanceService template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.Map<String,RegisteredGovernanceServiceProperties>getRequestTypes()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.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceServiceProperties
getConnection, getDescription, getDisplayName, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerPropertyName, getOwnerTypeName, getZoneMembership, setConnection, setDescription, setDisplayName, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerPropertyName, setOwnerTypeName, setZoneMembership
-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
-
-
-
Constructor Detail
-
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 Detail
-
getRequestTypes
public Map<String,RegisteredGovernanceServiceProperties> 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:
toStringin classGovernanceServiceProperties- 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:
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
-
-