Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
-
Packages that use SchemaTypeProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements 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 SchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type SchemaTypeProperties Modifier and Type Method Description voidSchemaManagerInterface. updateSchemaType(String userId, String externalSourceGUID, String externalSourceName, String schemaTypeGUID, boolean isMergeUpdate, SchemaTypeProperties schemaTypeProperties)Update the metadata element representing a schema type. -
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return SchemaTypeProperties Modifier and Type Method Description SchemaTypePropertiesDatabaseColumnTypeElement. getDatabaseColumnTypeProperties()Return the properties for the database column type.SchemaTypePropertiesSchemaTypeElement. getSchemaTypeProperties()Return the properties for the schema.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type SchemaTypeProperties Modifier and Type Method Description voidDatabaseColumnTypeElement. setDatabaseColumnTypeProperties(SchemaTypeProperties databaseColumnTypeProperties)Set up the properties for the database column type.voidSchemaTypeElement. setSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)Set up the properties for the schema. -
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.properties Modifier and Type Class Description classAPIOperationPropertiesAPIOperationProperties is a class for an operation within an API specification.classAPIParameterListPropertiesAPIParameterListProperties is a class for representing the list of parameters for an API operation's header, request or response payload.classAPISpecificationPropertiesAPISpecificationProperties is a class for representing the top-level element for an API's schema.classComplexSchemaTypePropertiesComplexSchemaTypeProperties describes a schema with multiple attributes.classEnumSchemaTypePropertiesEnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.classEventTypeListPropertiesEventTypeProperties is a class for representing the top-level element for an event.classEventTypePropertiesEventTypeProperties is a class for representing the top-level element for an event's schema.classExternalSchemaTypePropertiesExternalSchemaTypeProperties carries a reusable schema type.classLiteralSchemaTypePropertiesLiteralSchemaTypeProperties carries the specialized parameters for creating or updating literal schema types.classMapSchemaTypePropertiesMapSchemaType describes a schema element of type map.classPrimitiveSchemaTypePropertiesPrimitiveSchemaTypeProperties is a class for representing a primitive value.classSchemaTypeChoicePropertiesSchemaTypeChoiceProperties carries the specialized parameters for creating or updating a choice of schema types.classSimpleSchemaTypePropertiesSimpleSchemaTypeProperties describes the properties of type that has a single value.classStructSchemaTypePropertiesStructSchemaTypeProperties is a class for representing a set of schema attributes - also known as a structure, struct, group or object in different programming languages.classTabularSchemaTypePropertiesTabularSchemaTypeProperties is a class for representing a tabular schema such as the structure of a CSV file.Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type SchemaTypeProperties Constructor Description SchemaTypeProperties(SchemaTypeProperties template)Copy/clone Constructor. -
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classAPIOperationRequestBodyAPIOperationRequestBody describes the properties of the API operation plus the optional identifiers for an owning software server capability.classAPIParameterListRequestBodyAPIParameterListRequestBody describes the properties of the API parameter list plus the optional identifiers for an owning software server capability.classEnumSchemaTypeRequestBodyEnumSchemaTypeRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability.classEventTypeRequestBodyEventTypeRequestBody describes the properties of the event type plus the optional identifiers for an owning software server capability.classLiteralSchemaTypeRequestBodyLiteralSchemaTypeRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability.classMapSchemaTypeRequestBodyMapSchemaTypeRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability.classPrimitiveSchemaTypeRequestBodyPrimitiveSchemaTypeRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability.classSchemaTypeChoiceRequestBodySchemaTypeChoiceRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability and the list of guids for the schema types that represent the choices.classSchemaTypeRequestBodySchemaTypeRequestBody describes the properties of the schema type plus the optional identifiers for an owning software server capability.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 SchemaTypeProperties Constructor Description SchemaTypeRequestBody(SchemaTypeProperties template)Copy/clone constructor.
-