Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaTypeProperties
-
Packages that use SchemaTypeProperties 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 SchemaTypeProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type SchemaTypeProperties Modifier and Type Method Description StringSchemaExchangeInterface. createSchemaType(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, ExternalIdentifierProperties externalIdentifierProperties, boolean forLineage, boolean forDuplicateProcessing, SchemaTypeProperties schemaTypeProperties)Create a new metadata element to represent a schema type.voidSchemaExchangeInterface. updateSchemaType(String userId, String assetManagerGUID, String assetManagerName, String schemaTypeGUID, String schemaTypeExternalIdentifier, boolean isMergeUpdate, SchemaTypeProperties schemaTypeProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the metadata element representing a schema type. -
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return SchemaTypeProperties Modifier and Type Method Description SchemaTypePropertiesSchemaTypeElement. getSchemaTypeProperties()Return the properties for the schema.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type SchemaTypeProperties Modifier and Type Method Description voidSchemaTypeElement. setSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)Set up the properties for the schema. -
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Subclasses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.assetmanager.properties Modifier and Type Class Description classComplexSchemaTypePropertiesComplexSchemaTypeProperties describes a schema with multiple attributes.classEnumSchemaTypePropertiesEnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.classExternalSchemaTypePropertiesExternalSchemaTypeProperties carries the unique identifier and properties of 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.classSchemaTypeChoicePropertiesSchemaTypeChoiceProperties carries the specialized parameters for creating or updating a choice of schema types.classSimpleSchemaTypePropertiesSimpleSchemaTypeProperties describes the properties of type that has a single value.Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return SchemaTypeProperties Modifier and Type Method Description SchemaTypePropertiesExternalSchemaTypeProperties. getExternalSchemaType()Return the schema type that is reusable amongst assets.SchemaTypePropertiesMapSchemaTypeProperties. getMapFromElement()Return the type of schema element that represents the key or property name for the map.SchemaTypePropertiesMapSchemaTypeProperties. getMapToElement()Return the type of schema element that represents the property value for the map.SchemaTypePropertiesSchemaAttributeProperties. getSchemaType()Set up SchemaType for this schema attribute.Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return types with arguments of type SchemaTypeProperties Modifier and Type Method Description List<SchemaTypeProperties>SchemaTypeChoiceProperties. getSchemaOptions()Return the list of alternative schema types that this attribute or asset may use.Methods in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type SchemaTypeProperties Modifier and Type Method Description voidExternalSchemaTypeProperties. setExternalSchemaType(SchemaTypeProperties externalSchemaType)Set up the schema type that is reusable amongst assets.voidMapSchemaTypeProperties. setMapFromElement(SchemaTypeProperties mapFromElement)Set up the type of schema element that represents the key or property name for the map.voidMapSchemaTypeProperties. setMapToElement(SchemaTypeProperties mapToElement)Set up the type of schema element that represents the property value for the map.voidSchemaAttributeProperties. setSchemaType(SchemaTypeProperties schemaType)Set up SchemaType for this schema attribute.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.properties with type arguments of type SchemaTypeProperties Modifier and Type Method Description voidSchemaTypeChoiceProperties. setSchemaOptions(List<SchemaTypeProperties> schemaOptions)Set up the list of alternative schema types that this attribute or asset may use.Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type SchemaTypeProperties Constructor Description SchemaTypeProperties(SchemaTypeProperties template)Copy/clone Constructor. -
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return SchemaTypeProperties Modifier and Type Method Description SchemaTypePropertiesSchemaTypeRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type SchemaTypeProperties Modifier and Type Method Description voidSchemaTypeRequestBody. setElementProperties(SchemaTypeProperties elementProperties)Set up the properties for the element.
-