Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.LiteralSchemaTypeProperties
-
Packages that use LiteralSchemaTypeProperties 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 LiteralSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type LiteralSchemaTypeProperties Modifier and Type Method Description StringSchemaManagerInterface. createLiteralSchemaType(String userId, String externalSourceGUID, String externalSourceName, LiteralSchemaTypeProperties schemaTypeProperties)Create a new metadata element to represent a schema type that has a fixed value. -
Uses of LiteralSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type LiteralSchemaTypeProperties Constructor Description LiteralSchemaTypeProperties(LiteralSchemaTypeProperties template)Copy/clone Constructor - the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the definitions clone to point to the asset clone and not the original asset. -
Uses of LiteralSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of LiteralSchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classLiteralSchemaTypeRequestBodyLiteralSchemaTypeRequestBody 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 LiteralSchemaTypeProperties Constructor Description LiteralSchemaTypeRequestBody(LiteralSchemaTypeProperties template)Copy/clone constructor.
-