Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetClassification
-
Packages that use AssetClassification Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetClassification in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return types with arguments of type AssetClassification Modifier and Type Method Description List<AssetClassification>AssetElementHeader. getAssetClassifications()Return the list of classifications associated with the asset.List<AssetClassification>AssetSummary. getAssetClassifications()Return the list of classifications associated with the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetClassification Constructor Description AssetClassification(AssetDescriptor parentAsset, AssetClassification templateClassification)Copy/clone Constructor sets up new classification using values from the template
-