Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ControlFlowElement
-
Packages that use ControlFlowElement 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 ControlFlowElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return ControlFlowElement Modifier and Type Method Description ControlFlowElementLineageExchangeInterface. getControlFlow(String userId, String assetManagerGUID, String assetManagerName, String currentStepGUID, String nextStepGUID, String qualifiedName)Retrieve the control flow relationship between two elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type ControlFlowElement Modifier and Type Method Description List<ControlFlowElement>LineageExchangeInterface. getControlFlowNextSteps(String userId, String assetManagerGUID, String assetManagerName, String currentStepGUID)Retrieve the control relationships linked from an specific element to the possible next elements in the process.List<ControlFlowElement>LineageExchangeInterface. getControlFlowPreviousSteps(String userId, String assetManagerGUID, String assetManagerName, String currentStepGUID)Retrieve the control relationships linked from an specific element to the possible previous elements in the process. -
Uses of ControlFlowElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ControlFlowElement Constructor Description ControlFlowElement(ControlFlowElement template)Copy/clone constructor -
Uses of ControlFlowElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ControlFlowElement Modifier and Type Method Description ControlFlowElementControlFlowElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type ControlFlowElement Modifier and Type Method Description List<ControlFlowElement>ControlFlowElementsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ControlFlowElement Modifier and Type Method Description voidControlFlowElementResponse. setElement(ControlFlowElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type ControlFlowElement Modifier and Type Method Description voidControlFlowElementsResponse. setElementList(List<ControlFlowElement> elementList)Set up the metadata element to return.
-