Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ControlFlowProperties
-
Packages that use ControlFlowProperties 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.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 ControlFlowProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ControlFlowProperties Modifier and Type Method Description StringLineageExchangeInterface. setupControlFlow(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String currentStepGUID, String nextStepGUID, ControlFlowProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Link two elements to show that when one completes the next is started.voidLineageExchangeInterface. updateControlFlow(String userId, String assetManagerGUID, String assetManagerName, String controlFlowGUID, ControlFlowProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the relationship between two elements that shows that when one completes the next is started. -
Uses of ControlFlowProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ControlFlowProperties Modifier and Type Method Description ControlFlowPropertiesControlFlowElement. getControlFlowProperties()Return details of the relationshipMethods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ControlFlowProperties Modifier and Type Method Description voidControlFlowElement. setControlFlowProperties(ControlFlowProperties controlFlowProperties)Set up relationship properties -
Uses of ControlFlowProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ControlFlowProperties Constructor Description ControlFlowProperties(ControlFlowProperties template)Copy/clone constructor. -
Uses of ControlFlowProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ControlFlowProperties Modifier and Type Method Description ControlFlowPropertiesControlFlowRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ControlFlowProperties Modifier and Type Method Description voidControlFlowRequestBody. setProperties(ControlFlowProperties properties)Set up the properties for the relationship.
-