Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceEngineProperties
-
Packages that use GovernanceEngineProperties Package Description org.odpi.openmetadata.accessservices.governanceengine.metadataelements The metadata elements describe the way that metadata is returned from the repository.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 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.
-