Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Packages that use SchemaAttributeProperties Package Description org.odpi.openmetadata.accessservices.assetowner.api This package provides the definition of the Java API for the Asset Owner OMAS.org.odpi.openmetadata.accessservices.assetowner.metadataelements org.odpi.openmetadata.accessservices.assetowner.properties This properties package provides the properties used to create different types of instances for an asset and its attachments.org.odpi.openmetadata.accessservices.assetowner.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetowner.api
Methods in org.odpi.openmetadata.accessservices.assetowner.api with parameters of type SchemaAttributeProperties Modifier and Type Method Description StringAssetOnboardingInterface. addSchemaAttribute(String serverName, String userId, String assetGUID, String parentGUID, SchemaAttributeProperties schemaAttribute)Adds an attribute to a complex schema type like a relational table, avro schema or a structured document.Method parameters in org.odpi.openmetadata.accessservices.assetowner.api with type arguments of type SchemaAttributeProperties Modifier and Type Method Description StringAssetOnboardingInterface. addCombinedSchemaToAsset(String userId, String assetGUID, SchemaTypeProperties schemaType, List<SchemaAttributeProperties> schemaAttributes)Stores the supplied schema details in the catalog and attaches it to the asset.voidAssetOnboardingInterface. addSchemaAttributes(String serverName, String userId, String assetGUID, String parentGUID, List<SchemaAttributeProperties> schemaAttributes)Adds attributes to a complex schema type like a relational table, avro schema or a structured document. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetowner.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetowner.metadataelements that return SchemaAttributeProperties Modifier and Type Method Description SchemaAttributePropertiesSchemaAttributeElement. getSchemaAttributeProperties()Return the properties for a schema attribute.Methods in org.odpi.openmetadata.accessservices.assetowner.metadataelements with parameters of type SchemaAttributeProperties Modifier and Type Method Description voidSchemaAttributeElement. setSchemaAttributeProperties(SchemaAttributeProperties schemaAttributeProperties)Set up the properties for a schema attribute. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetowner.properties
Subclasses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetowner.properties Modifier and Type Class Description classDocumentSchemaAttributePropertiesA DocumentSchemaAttributeProperties defines an attribute in a hierarchical document structure such as an XML document.classTabularColumnPropertiesA TabularColumnProperties defines a column in a simple table.Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type SchemaAttributeProperties Constructor Description SchemaAttributeProperties(SchemaAttributeProperties template)Copy/clone constructor. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetowner.rest
Subclasses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetowner.rest Modifier and Type Class Description classSchemaAttributeRequestBodySchemaAttributeRequestBody carries the common parameters for creating or updating a schema attribute.Fields in org.odpi.openmetadata.accessservices.assetowner.rest with type parameters of type SchemaAttributeProperties Modifier and Type Field Description protected List<SchemaAttributeProperties>CombinedSchemaRequestBody. schemaAttributesMethods in org.odpi.openmetadata.accessservices.assetowner.rest that return SchemaAttributeProperties Modifier and Type Method Description SchemaAttributePropertiesSchemaAttributeRequestBody. getSchemaAttributeProperties()Return the properties that describe the schema attribute.Methods in org.odpi.openmetadata.accessservices.assetowner.rest that return types with arguments of type SchemaAttributeProperties Modifier and Type Method Description List<SchemaAttributeProperties>SchemaAttributesRequestBody. getSchemaAttributeProperties()Return the properties that describe the schema attribute.List<SchemaAttributeProperties>CombinedSchemaRequestBody. getSchemaAttributes()Return the names of the zones that this asset is a member of.Methods in org.odpi.openmetadata.accessservices.assetowner.rest with parameters of type SchemaAttributeProperties Modifier and Type Method Description voidSchemaAttributeRequestBody. setSchemaAttributeProperties(SchemaAttributeProperties schemaAttributeProperties)Set up the properties that describe the schema attribute.Method parameters in org.odpi.openmetadata.accessservices.assetowner.rest with type arguments of type SchemaAttributeProperties Modifier and Type Method Description voidSchemaAttributesRequestBody. setSchemaAttributeProperties(List<SchemaAttributeProperties> schemaAttributeProperties)Set up the properties that describe the schema attribute.voidCombinedSchemaRequestBody. setSchemaAttributes(List<SchemaAttributeProperties> schemaAttributes)Set up the names of the zones that this asset is a member of.
-