Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.PortElement
-
Packages that use PortElement 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 PortElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return PortElement Modifier and Type Method Description PortElementLineageExchangeInterface. getPortByGUID(String userId, String assetManagerGUID, String assetManagerName, String portGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the port metadata element with the supplied unique identifier.PortElementLineageExchangeInterface. getPortDelegation(String userId, String assetManagerGUID, String assetManagerName, String portGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the port that this port delegates to.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type PortElement Modifier and Type Method Description List<PortElement>LineageExchangeInterface. findPorts(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of port metadata elements that contain the search string.List<PortElement>LineageExchangeInterface. getPortsByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of port metadata elements with a matching qualified or display name.List<PortElement>LineageExchangeInterface. getPortsForProcess(String userId, String assetManagerGUID, String assetManagerName, String processGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of ports associated with a process.List<PortElement>LineageExchangeInterface. getPortUse(String userId, String assetManagerGUID, String assetManagerName, String portGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of ports that delegate to this port. -
Uses of PortElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type PortElement Constructor Description PortElement(PortElement template)Copy/clone constructor -
Uses of PortElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return PortElement Modifier and Type Method Description PortElementPortElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type PortElement Modifier and Type Method Description List<PortElement>PortElementsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type PortElement Modifier and Type Method Description voidPortElementResponse. setElement(PortElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type PortElement Modifier and Type Method Description voidPortElementsResponse. setElementList(List<PortElement> elementList)Set up the metadata element to return.
-