Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.properties.RegisteredGovernanceServiceProperties
-
Packages that use RegisteredGovernanceServiceProperties Package Description org.odpi.openmetadata.accessservices.governanceengine.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of RegisteredGovernanceServiceProperties in org.odpi.openmetadata.accessservices.governanceengine.properties
Methods in org.odpi.openmetadata.accessservices.governanceengine.properties that return types with arguments of type RegisteredGovernanceServiceProperties Modifier and Type Method Description Map<String,RegisteredGovernanceServiceProperties>RegisteredGovernanceService. getRequestTypes()Return the registered request types and parameters that this governance service supports.Method parameters in org.odpi.openmetadata.accessservices.governanceengine.properties with type arguments of type RegisteredGovernanceServiceProperties Modifier and Type Method Description voidRegisteredGovernanceService. setRequestTypes(Map<String,RegisteredGovernanceServiceProperties> requestTypes)Set up the registered request types and parameters that this governance service supports.Constructors in org.odpi.openmetadata.accessservices.governanceengine.properties with parameters of type RegisteredGovernanceServiceProperties Constructor Description RegisteredGovernanceServiceProperties(RegisteredGovernanceServiceProperties template)Copy/clone constructor
-