Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.SchemaTypeElement
-
Packages that use SchemaTypeElement 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.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SchemaTypeElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return SchemaTypeElement Modifier and Type Method Description SchemaTypeElementSchemaExchangeInterface. getSchemaTypeByGUID(String userId, String assetManagerGUID, String assetManagerName, String schemaTypeGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the schema type metadata element with the supplied unique identifier.SchemaTypeElementSchemaExchangeInterface. getSchemaTypeForElement(String userId, String assetManagerGUID, String assetManagerName, String parentElementGUID, String parentElementTypeName, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Return the schema type associated with a specific open metadata element (data asset, process or port).Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type SchemaTypeElement Modifier and Type Method Description List<SchemaTypeElement>SchemaExchangeInterface. findSchemaType(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of schema type metadata elements that contain the search string.List<SchemaTypeElement>SchemaExchangeInterface. getSchemaTypeByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of schema type metadata elements with a matching qualified or display name. -
Uses of SchemaTypeElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type SchemaTypeElement Constructor Description SchemaTypeElement(SchemaTypeElement template)Copy/clone constructor -
Uses of SchemaTypeElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return SchemaTypeElement Modifier and Type Method Description SchemaTypeElementSchemaTypeElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type SchemaTypeElement Modifier and Type Method Description List<SchemaTypeElement>SchemaTypeElementsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type SchemaTypeElement Modifier and Type Method Description voidSchemaTypeElementResponse. setElement(SchemaTypeElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type SchemaTypeElement Modifier and Type Method Description voidSchemaTypeElementsResponse. setElementList(List<SchemaTypeElement> elementList)Set up the metadata element to return.
-