Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ProcessElement
-
Packages that use ProcessElement 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 ProcessElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return ProcessElement Modifier and Type Method Description ProcessElementLineageExchangeInterface. getProcessByGUID(String userId, String assetManagerGUID, String assetManagerName, String processGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the process metadata element with the supplied unique identifier.ProcessElementLineageExchangeInterface. getProcessParent(String userId, String assetManagerGUID, String assetManagerName, String processGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the process metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type ProcessElement Modifier and Type Method Description List<ProcessElement>LineageExchangeInterface. findProcesses(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of process metadata elements that contain the search string.List<ProcessElement>LineageExchangeInterface. getProcessesByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the list of process metadata elements with a matching qualified or display name.List<ProcessElement>LineageExchangeInterface. getProcessesForAssetManager(String userId, String assetManagerGUID, String assetManagerName, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Return the list of processes associated with the asset manager.List<ProcessElement>LineageExchangeInterface. getSubProcesses(String userId, String assetManagerGUID, String assetManagerName, String processGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the process metadata element with the supplied unique identifier. -
Uses of ProcessElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ProcessElement Constructor Description ProcessElement(ProcessElement template)Copy/clone constructor -
Uses of ProcessElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ProcessElement Modifier and Type Method Description ProcessElementProcessElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type ProcessElement Modifier and Type Method Description List<ProcessElement>ProcessElementsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ProcessElement Modifier and Type Method Description voidProcessElementResponse. setElement(ProcessElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type ProcessElement Modifier and Type Method Description voidProcessElementsResponse. setElementList(List<ProcessElement> elementList)Set up the metadata element to return.
-