Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.ReferenceableProperties
-
Packages that use ReferenceableProperties Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.stewardshipaction.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.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return ReferenceableProperties Modifier and Type Method Description ReferenceablePropertiesReferenceableElement. getReferenceableProperties()Return the properties of a referenceable.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type ReferenceableProperties Modifier and Type Method Description voidReferenceableElement. setReferenceableProperties(ReferenceableProperties referenceableProperties)Set up the properties for a referenceable. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties Modifier and Type Class Description classAssetPropertiesAssetProperties is a java bean used to describe assets managed by the governance program.classMeaningPropertiesMeaningProperties is a cut-down summary of a glossary term to aid the stewardship action in understanding the content of an asset.classSupplementaryPropertiesSupplementaryProperties describe additional information about a technical element (typically assets and schemas) that has been added as part of a governance process.Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type ReferenceableProperties Constructor Description ReferenceableProperties(ReferenceableProperties template)Copy/clone constructor.
-