Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceEngineProperties
-
Packages that use GovernanceEngineProperties Package Description org.odpi.openmetadata.accessservices.governanceengine.metadataelements org.odpi.openmetadata.accessservices.governanceengine.properties -
-
Uses of GovernanceEngineProperties in org.odpi.openmetadata.accessservices.governanceengine.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceengine.metadataelements that return GovernanceEngineProperties Modifier and Type Method Description GovernanceEnginePropertiesGovernanceEngineElement. getProperties()Return the properties of the governance engine.Methods in org.odpi.openmetadata.accessservices.governanceengine.metadataelements with parameters of type GovernanceEngineProperties Modifier and Type Method Description voidGovernanceEngineElement. setProperties(GovernanceEngineProperties properties)Set up the properties of the governance engine. -
Uses of GovernanceEngineProperties in org.odpi.openmetadata.accessservices.governanceengine.properties
Constructors in org.odpi.openmetadata.accessservices.governanceengine.properties with parameters of type GovernanceEngineProperties Constructor Description GovernanceEngineProperties(GovernanceEngineProperties template)Copy/clone constructor.
-