Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDef
-
-
Uses of EntityDef in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore that return EntityDef Modifier and Type Method Description EntityDefOpenMetadataArchiveBuilder. getEntityDef(String entityDefName)Retrieve the entityDef or null if it is not defined.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore with parameters of type EntityDef Modifier and Type Method Description voidOpenMetadataArchiveBuilder. addEntityDef(EntityDef entityDef)Add a new EntityDef to the archive. -
Uses of EntityDef 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 EntityDef Constructor Description EntityDef(EntityDef template)Copy/clone constructor copies the values from the supplied template.
-