Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaAttributeProperties
-
Packages that use SchemaAttributeProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type SchemaAttributeProperties Modifier and Type Method Description StringSchemaExchangeInterface. createSchemaAttribute(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String schemaElementGUID, ExternalIdentifierProperties externalIdentifierProperties, SchemaAttributeProperties schemaAttributeProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Create a new metadata element to represent a schema attribute.voidSchemaExchangeInterface. updateSchemaAttribute(String userId, String assetManagerGUID, String assetManagerName, String schemaAttributeGUID, String schemaAttributeExternalIdentifier, boolean isMergeUpdate, SchemaAttributeProperties schemaAttributeProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the properties of the metadata element representing a schema attribute. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return SchemaAttributeProperties Modifier and Type Method Description SchemaAttributePropertiesSchemaAttributeElement. getSchemaAttributeProperties()Return the properties for the schema.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type SchemaAttributeProperties Modifier and Type Method Description voidSchemaAttributeElement. setSchemaAttributeProperties(SchemaAttributeProperties schemaAttributeProperties)Set up the properties for the schema. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type SchemaAttributeProperties Constructor Description SchemaAttributeProperties(SchemaAttributeProperties template)Copy/clone constructor. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return SchemaAttributeProperties Modifier and Type Method Description SchemaAttributePropertiesSchemaAttributeRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type SchemaAttributeProperties Modifier and Type Method Description voidSchemaAttributeRequestBody. setElementProperties(SchemaAttributeProperties elementProperties)Set up the properties for the element.
-