Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ClassificationDef
-
-
Uses of ClassificationDef in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore that return ClassificationDef Modifier and Type Method Description ClassificationDefOpenMetadataArchiveBuilder. getClassificationDef(String classificationDef)Retrieve the relationshipDef or null if it is not defined.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore with parameters of type ClassificationDef Modifier and Type Method Description voidOpenMetadataArchiveBuilder. addClassificationDef(ClassificationDef classificationDef)Add a new ClassificationDef to the archive. -
Uses of ClassificationDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type ClassificationDef Constructor Description ClassificationDef(ClassificationDef template)Copy/clone constructor copies values from the supplied template.
-