Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.SchemaTypeElement
-
Packages that use SchemaTypeElement Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SchemaTypeElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return SchemaTypeElement Modifier and Type Method Description SchemaTypeElementSchemaManagerInterface. getSchemaTypeByGUID(String userId, String schemaTypeGUID)Retrieve the schema type metadata element with the supplied unique identifier.SchemaTypeElementSchemaManagerInterface. getSchemaTypeForElement(String userId, String parentElementGUID, String parentElementTypeName)Return the schema type associated with a specific open metadata element (data asset, process or port).Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type SchemaTypeElement Modifier and Type Method Description List<SchemaTypeElement>SchemaManagerInterface. findSchemaType(String userId, String searchString, String typeName, int startFrom, int pageSize)Retrieve the list of schema type metadata elements that contain the search string.List<SchemaTypeElement>SchemaManagerInterface. getSchemaTypeByName(String userId, String name, String typeName, int startFrom, int pageSize)Retrieve the list of schema type metadata elements with a matching qualified or display name. -
Uses of SchemaTypeElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return SchemaTypeElement Modifier and Type Method Description SchemaTypeElementSchemaTypeElement. getExternalSchemaType()Return the schema type that is reusable amongst assets.SchemaTypeElementSchemaTypeElement. getMapFromElement()Return the type of schema element that represents the key or property name for the map.SchemaTypeElementSchemaTypeElement. getMapToElement()Return the type of schema element that represents the property value for the map.SchemaTypeElementAPIParameterElement. getType()SchemaTypeElementSchemaAttributeElement. getType()Set up the SchemaType that describe the structure/content of this attribute.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return types with arguments of type SchemaTypeElement Modifier and Type Method Description List<SchemaTypeElement>SchemaTypeElement. getSchemaOptions()Return the list of alternative schema types that this attribute or asset may use.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type SchemaTypeElement Modifier and Type Method Description voidSchemaTypeElement. setExternalSchemaType(SchemaTypeElement externalSchemaType)Set up the schema type that is reusable amongst assets.voidSchemaTypeElement. setMapFromElement(SchemaTypeElement mapFromElement)Set up the type of schema element that represents the key or property name for the map.voidSchemaTypeElement. setMapToElement(SchemaTypeElement mapToElement)Set up the type of schema element that represents the property value for the map.voidAPIParameterElement. setType(SchemaTypeElement type)voidSchemaAttributeElement. setType(SchemaTypeElement type)Method parameters in org.odpi.openmetadata.accessservices.datamanager.metadataelements with type arguments of type SchemaTypeElement Modifier and Type Method Description voidSchemaTypeElement. setSchemaOptions(List<SchemaTypeElement> schemaOptions)Set up the list of alternative schema types that this attribute or asset may use.Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type SchemaTypeElement Constructor Description SchemaTypeElement(SchemaTypeElement template)Copy/clone constructor -
Uses of SchemaTypeElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return SchemaTypeElement Modifier and Type Method Description SchemaTypeElementSchemaTypeResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type SchemaTypeElement Modifier and Type Method Description List<SchemaTypeElement>SchemaTypesResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type SchemaTypeElement Modifier and Type Method Description voidSchemaTypeResponse. setElement(SchemaTypeElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type SchemaTypeElement Modifier and Type Method Description voidSchemaTypesResponse. setElementList(List<SchemaTypeElement> elementList)Set up the metadata element to return.
-