Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.StructSchemaTypeProperties
-
Packages that use StructSchemaTypeProperties 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 StructSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type StructSchemaTypeProperties Modifier and Type Method Description StringSchemaManagerInterface. createStructSchemaType(String userId, String externalSourceGUID, String externalSourceName, StructSchemaTypeProperties schemaTypeProperties)Create a new metadata element to represent a schema type. -
Uses of StructSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type StructSchemaTypeProperties Constructor Description StructSchemaTypeProperties(StructSchemaTypeProperties template)Copy/clone constructor. -
Uses of StructSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of StructSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classStructSchemaTypeRequestBodyStructSchemaTypeRequestBody 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 StructSchemaTypeProperties Constructor Description StructSchemaTypeRequestBody(StructSchemaTypeProperties template)Copy/clone constructor.
-