Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ControlFlowProperties
-
Packages that use ControlFlowProperties Package Description 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.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.
-