Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.SchemaAttributeElement
-
Packages that use SchemaAttributeElement 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 SchemaAttributeElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return SchemaAttributeElement Modifier and Type Method Description SchemaAttributeElementSchemaManagerInterface. getSchemaAttributeByGUID(String userId, String schemaAttributeGUID)Retrieve the schema attribute metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type SchemaAttributeElement Modifier and Type Method Description List<SchemaAttributeElement>SchemaManagerInterface. findSchemaAttributes(String userId, String searchString, String typeName, int startFrom, int pageSize)Retrieve the list of schema attribute metadata elements that contain the search string.List<SchemaAttributeElement>SchemaManagerInterface. getNestedAttributes(String userId, String parentSchemaElementGUID, int startFrom, int pageSize)Retrieve the list of schema attributes associated with a StructSchemaType or nested underneath a schema attribute.List<SchemaAttributeElement>SchemaManagerInterface. getSchemaAttributesByName(String userId, String name, String typeName, int startFrom, int pageSize)Retrieve the list of schema attribute metadata elements with a matching qualified or display name. -
Uses of SchemaAttributeElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type SchemaAttributeElement Constructor Description APIParameterElement(SchemaAttributeElement template)Copy/clone constructorDataFieldElement(SchemaAttributeElement template)Copy/clone constructorSchemaAttributeElement(SchemaAttributeElement template)Copy/clone constructor -
Uses of SchemaAttributeElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return SchemaAttributeElement Modifier and Type Method Description SchemaAttributeElementSchemaAttributeResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type SchemaAttributeElement Modifier and Type Method Description List<SchemaAttributeElement>SchemaAttributesResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type SchemaAttributeElement Modifier and Type Method Description voidSchemaAttributeResponse. setElement(SchemaAttributeElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type SchemaAttributeElement Modifier and Type Method Description voidSchemaAttributesResponse. setElementList(List<SchemaAttributeElement> elementList)Set up the metadata element to return.
-