Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
-
Packages that use SchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of SchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of SchemaType in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classDeployedAPIOperationAn asset that is a DeployedAPI has a schema made up of operations.classDeployedAPISchemaTypeAn asset's schema provides information about how the asset structures the data it supports.classNestedSchemaTypeAn asset's schema provides information about how the asset structures the data it supports.Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as SchemaType Modifier and Type Field Description protected SchemaTypeAssetDetail. schemaMethods in org.odpi.openmetadata.frameworks.connectors.properties that return SchemaType Modifier and Type Method Description SchemaTypeAssetDetail. getSchema()Return details of the schema associated with the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SchemaType Constructor Description AssetDetail(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, SchemaType schema)Typical constructor initialize superclassesAssetUniverse(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, List<Meaning> meanings, SchemaType schema, AssetFeedback feedback, Locations knownLocations, AssetLineage lineage, RelatedAssets relatedAssets)Typical Constructor -
Uses of SchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of SchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classAPIOperationAPIOperation describes an API command used as part of an API schema.classAPISchemaTypeAPISchemaType describes the header of an API Schema.classComplexSchemaTypeComplexSchemaType describes a schema with multiple attributes.classEnumSchemaTypeEnumSchemaType describes a schema element that has a a fixed set of values.classExternalSchemaTypeExternalSchemaType links to another schema defined to be reusable in many assets' schema.classLiteralSchemaTypeLiteralSchemaType describes a schema element that has a fixed value type.classMapSchemaTypeMapSchemaType describes a schema element of type map.classPrimitiveSchemaTypePrimitiveSchemaType describes a schema element that has a primitive type.classSchemaTypeChoiceSchemaTypeChoice supports an element that has a selection of schema types that could be used as the type of the attribute.classSimpleSchemaTypeSimpleSchemaType describes a schema element that has a primitive or enum type.classStructSchemaTypeStructSchemaType describes a schema element that has a number of nested data fields.Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as SchemaType Modifier and Type Field Description protected SchemaTypeSchemaAttribute. attributeTypeprotected SchemaTypeAPIOperation. headerSchemaTypeprotected SchemaTypeMapSchemaType. mapFromElementprotected SchemaTypeMapSchemaType. mapToElementprotected SchemaTypeAPIOperation. requestSchemaTypeprotected SchemaTypeAPIOperation. responseSchemaTypeMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return SchemaType Modifier and Type Method Description SchemaTypeAPIOperation. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeAPISchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeComplexSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeEnumSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeExternalSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeLiteralSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeMapSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypePrimitiveSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeSchemaType. cloneSchemaType()Return a clone of this schema type.SchemaTypeSchemaTypeChoice. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeStructSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeSchemaAttribute. getAttributeType()Return the SchemaType that relates to the type of this attribute.SchemaTypeAPIOperation. getHeaderSchemaType()Return the structure of the API header (or null if no header).SchemaTypeExternalSchemaType. getLinkedSchemaType()Return the list of alternative schema types that this attribute or asset may use.SchemaTypeMapSchemaType. getMapFromElement()Return the type of schema element that represents the key or property name for the map.SchemaTypeMapSchemaType. getMapToElement()Return the type of schema element that represents the property value for the map.SchemaTypeAPIOperation. getRequestSchemaType()Return the structure of the request parameters (request body).SchemaTypeAPIOperation. getResponseSchemaType()Return the structure of the response.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return types with arguments of type SchemaType Modifier and Type Method Description List<SchemaType>SchemaTypeChoice. getSchemaOptions()Return the list of alternative schema types that this attribute or asset may use.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SchemaType Modifier and Type Method Description voidSchemaAttribute. setAttributeType(SchemaType attributeType)Set up the SchemaType that relates to the type of this attribute.voidAPIOperation. setHeaderSchemaType(SchemaType headerSchemaType)Set up the structure of the API header (or null if no header).voidExternalSchemaType. setLinkedSchemaType(SchemaType linkedSchemaType)Set up the list of alternative schema types that this attribute or asset may use.voidMapSchemaType. setMapFromElement(SchemaType mapFromElement)Set up the type of schema element that represents the key or property name for the map.voidMapSchemaType. setMapToElement(SchemaType mapToElement)Set up the type of schema element that represents the property value for the map.voidAPIOperation. setRequestSchemaType(SchemaType requestSchemaType)Set up the structure of the request parameters (request body).voidAPIOperation. setResponseSchemaType(SchemaType responseSchemaType)Set up the structure of the response.Method parameters in org.odpi.openmetadata.frameworks.connectors.properties.beans with type arguments of type SchemaType Modifier and Type Method Description voidSchemaTypeChoice. setSchemaOptions(List<SchemaType> schemaOptions)Set up the list of alternative schema types that this attribute or asset may use.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SchemaType Constructor Description SchemaType(SchemaType template)Copy/clone Constructor.
-