Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.MapSchemaTypeProperties
-
Packages that use MapSchemaTypeProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of MapSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type MapSchemaTypeProperties Modifier and Type Method Description StringSchemaManagerInterface. createMapSchemaType(String userId, String externalSourceGUID, String externalSourceName, MapSchemaTypeProperties schemaTypeProperties, String mapFromSchemaTypeGUID, String mapToSchemaTypeGUID)Create a new metadata element to represent a schema type. -
Uses of MapSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type MapSchemaTypeProperties Constructor Description MapSchemaTypeProperties(MapSchemaTypeProperties template)Copy/clone Constructor. -
Uses of MapSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of MapSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classMapSchemaTypeRequestBodyMapSchemaTypeRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type MapSchemaTypeProperties Constructor Description MapSchemaTypeRequestBody(MapSchemaTypeProperties template)Copy/clone constructor.
-