Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
-
Packages that use ReferenceableProperties 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 ReferenceableProperties in org.odpi.openmetadata.accessservices.governanceengine.metadataelements
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.governanceengine.metadataelements Modifier and Type Class Description classGovernanceActionElementGovernanceActionTypeElement contains the properties and header for a GovernanceAction entity retrieved from the metadata repository that represents a governance action type (plus relevant relationships and properties). -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.governanceengine.properties
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.governanceengine.properties Modifier and Type Class Description classGovernanceActionProcessPropertiesProcess properties defines the properties of a process.classGovernanceActionTypePropertiesGovernanceActionTypeProperties provides a structure for carrying the properties for a governance action type.classGovernanceEnginePropertiesGovernanceEngineProperties describe the properties needed to describe a specific governance engine.classGovernanceServicePropertiesGovernanceServiceProperties contains the definition of a governance service.classRegisteredGovernanceServiceRegisteredGovernanceService describes a governance action service that has been registered with a governance engine.Constructors in org.odpi.openmetadata.accessservices.governanceengine.properties with parameters of type ReferenceableProperties Constructor Description ReferenceableProperties(ReferenceableProperties template)Copy/clone constructor.
-