Uses of Class
org.odpi.openmetadata.accessservices.dataprivacy.properties.Classification
-
Packages that use Classification Package Description org.odpi.openmetadata.accessservices.dataprivacy.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of Classification in org.odpi.openmetadata.accessservices.dataprivacy.properties
Methods in org.odpi.openmetadata.accessservices.dataprivacy.properties that return types with arguments of type Classification Modifier and Type Method Description List<Classification>DigitalService. getClassifications()Return the list of active classifications for this asset.Method parameters in org.odpi.openmetadata.accessservices.dataprivacy.properties with type arguments of type Classification Modifier and Type Method Description voidDigitalService. setClassifications(List<Classification> classifications)Set up the list of active classifications for this asset.Constructors in org.odpi.openmetadata.accessservices.dataprivacy.properties with parameters of type Classification Constructor Description Classification(Classification templateClassification)Copy/clone constructor
-