Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ProcessContainmentType
-
Packages that use ProcessContainmentType Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ProcessContainmentType in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ProcessContainmentType Modifier and Type Method Description voidLineageExchangeInterface. setupProcessParent(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String parentProcessGUID, String childProcessGUID, ProcessContainmentType containmentType)Create a parent-child relationship between two processes. -
Uses of ProcessContainmentType in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return ProcessContainmentType Modifier and Type Method Description static ProcessContainmentTypeProcessContainmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessContainmentType[]ProcessContainmentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessContainmentType in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ProcessContainmentType Modifier and Type Method Description ProcessContainmentTypeProcessContainmentTypeRequestBody. getProcessContainmentType()Return the relationship between the parent and child process.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ProcessContainmentType Modifier and Type Method Description voidProcessContainmentTypeRequestBody. setProcessContainmentType(ProcessContainmentType processContainmentType)Set up the relationship between the parent and child process.
-