Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
-
Packages that use SchemaAttributeProperties 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 SchemaAttributeProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type SchemaAttributeProperties Modifier and Type Method Description StringSchemaManagerInterface. createSchemaAttribute(String userId, String externalSourceGUID, String externalSourceName, String schemaElementGUID, SchemaAttributeProperties schemaAttributeProperties)Create a new metadata element to represent a schema attribute.voidSchemaManagerInterface. updateSchemaAttribute(String userId, String externalSourceGUID, String externalSourceName, String schemaAttributeGUID, boolean isMergeUpdate, SchemaAttributeProperties schemaAttributeProperties)Update the properties of the metadata element representing a schema attribute. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return SchemaAttributeProperties Modifier and Type Method Description SchemaAttributePropertiesSchemaAttributeElement. getProperties()Return the schema attribute.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type SchemaAttributeProperties Modifier and Type Method Description voidSchemaAttributeElement. setProperties(SchemaAttributeProperties properties)Set up the schema attribute. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Subclasses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.datamanager.properties Modifier and Type Class Description classAPIParameterPropertiesAPIParameterProperties is a class for representing a parameter in an API specification.classDatabaseColumnPropertiesDatabaseColumnProperties describes the properties of a database column.classDataFieldPropertiesDataFieldProperties is a class for representing a a data field within a Form, Report or QueclassEventSchemaAttributePropertiesTabularColumnProperties is a class for representing a column within a table type structure.classTabularColumnPropertiesTabularColumnProperties is a class for representing a column within a table type structure.Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type SchemaAttributeProperties Constructor Description APIParameterProperties(SchemaAttributeProperties template)Copy/clone constructor.DataFieldProperties(SchemaAttributeProperties template)Copy/clone Constructor.SchemaAttributeProperties(SchemaAttributeProperties template)Copy/clone constructor. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classDataFieldRequestBodyDataFieldRequestBody describes the properties of the data field 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.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type SchemaAttributeProperties Constructor Description SchemaAttributeRequestBody(SchemaAttributeProperties template)Copy/clone constructor.
-