Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ConnectorTypeElement
-
Packages that use ConnectorTypeElement 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 ConnectorTypeElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return ConnectorTypeElement Modifier and Type Method Description ConnectorTypeElementConnectionExchangeInterface. getConnectorTypeByGUID(String userId, String assetManagerGUID, String assetManagerName, String openMetadataGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the connectorType metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type ConnectorTypeElement Modifier and Type Method Description List<ConnectorTypeElement>ConnectionExchangeInterface. findConnectorTypes(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of connectorType metadata elements that contain the search string.List<ConnectorTypeElement>ConnectionExchangeInterface. getConnectorTypesByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of connectorType metadata elements with a matching qualified or display name.List<ConnectorTypeElement>ConnectionExchangeInterface. getConnectorTypesForAssetManager(String userId, String assetManagerGUID, String assetManagerName, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of glossaries created on behalf of the named asset manager. -
Uses of ConnectorTypeElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ConnectorTypeElement Constructor Description ConnectorTypeElement(ConnectorTypeElement template)Copy/clone constructor -
Uses of ConnectorTypeElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ConnectorTypeElement Modifier and Type Method Description ConnectorTypeElementConnectorTypeResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type ConnectorTypeElement Modifier and Type Method Description List<ConnectorTypeElement>ConnectorTypesResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ConnectorTypeElement Modifier and Type Method Description voidConnectorTypeResponse. setElement(ConnectorTypeElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type ConnectorTypeElement Modifier and Type Method Description voidConnectorTypesResponse. setElementList(List<ConnectorTypeElement> elementList)Set up the list of metadata elements to return.
-