Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
-
Packages that use SchemaElementProperties Package Description 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 SchemaElementProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of SchemaElementProperties 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.classAPIParameterPropertiesAPIParameterProperties is a class for representing a parameter in an API specification.classAPISpecificationPropertiesAPISpecificationProperties is a class for representing the top-level element for an API's schema.classComplexSchemaTypePropertiesComplexSchemaTypeProperties describes a schema with multiple attributes.classDatabaseColumnPropertiesDatabaseColumnProperties describes the properties of a database column.classDatabaseTablePropertiesDatabaseTableProperties is a class for representing a relational database table.classDatabaseViewPropertiesDatabaseViewProperties is a class for representing a relational database view.classDataContainerPropertiesSchemaAttributeProperties represents a data field that is part of a complex schema type.classDataFieldPropertiesDataFieldProperties is a class for representing a a data field within a Form, Report or QueclassEnumSchemaTypePropertiesEnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.classEventSchemaAttributePropertiesTabularColumnProperties is a class for representing a column within a table type structure.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.classSchemaAttributePropertiesSchemaAttributeProperties represents a data field that is part of a complex schema type.classSchemaTypeChoicePropertiesSchemaTypeChoiceProperties carries the specialized parameters for creating or updating a choice of schema types.classSchemaTypePropertiesSchemaTypeProperties carries the common parameters for creating or updating 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.classTabularColumnPropertiesTabularColumnProperties is a class for representing a column within a table type structure.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 SchemaElementProperties Constructor Description SchemaElementProperties(SchemaElementProperties template)Copy/clone Constructor. -
Uses of SchemaElementProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of SchemaElementProperties 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.classDataContainerRequestBodyDataContainerRequestBody describes the properties of the data container plus the optional identifiers for an owning software server capability.classDataFieldRequestBodyDataFieldRequestBody describes the properties of the data field 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.classSchemaAttributeRequestBodySchemaAttributeRequestBody describes the properties of the schema attribute 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.
-