Uses of Class
org.ikasan.dashboard.ui.visualisation.model.flow.Flow
-
-
Uses of Flow in org.ikasan.dashboard.cache
Methods in org.ikasan.dashboard.cache with parameters of type Flow Modifier and Type Method Description booleanFlowStateCache. contains(Module module, Flow flow)FlowStateFlowStateCache. get(Module module, Flow flow) -
Uses of Flow in org.ikasan.dashboard.ui.general.component
Constructors in org.ikasan.dashboard.ui.general.component with parameters of type Flow Constructor Description FlowControlManagementDialog(Module module, Flow flow, org.ikasan.spec.module.client.ModuleControlService moduleRestService, ModuleVisualisation moduleVisualisation)Constructor parameters in org.ikasan.dashboard.ui.general.component with type arguments of type Flow Constructor Description FlowControlManagementDialog(Module module, java.util.Set<Flow> flows, org.ikasan.spec.module.client.ModuleControlService moduleRestService, ModuleVisualisation moduleVisualisation) -
Uses of Flow in org.ikasan.dashboard.ui.visualisation.adapter.service
Methods in org.ikasan.dashboard.ui.visualisation.adapter.service that return Flow Modifier and Type Method Description protected FlowModuleVisjsAdapter. manageFlow(org.ikasan.spec.metadata.FlowMetaData flowMetaData, java.util.Map<java.lang.String,org.ikasan.spec.metadata.ConfigurationMetaData> configurationMetaDataMap)Helper method to manage flows. -
Uses of Flow in org.ikasan.dashboard.ui.visualisation.component
Fields in org.ikasan.dashboard.ui.visualisation.component declared as Flow Modifier and Type Field Description protected FlowControlPanel. currentFlowprotected FlowFlowOptionsDialog. flowMethods in org.ikasan.dashboard.ui.visualisation.component that return Flow Modifier and Type Method Description FlowModuleVisualisation. getCurrentFlow()Methods in org.ikasan.dashboard.ui.visualisation.component with parameters of type Flow Modifier and Type Method Description protected voidModuleVisualisation. add(Flow flow)protected org.ikasan.vaadin.visjs.network.NetworkDiagramModuleVisualisation. createNetworkDiagram(Flow flow)Method to update the network diagram with the node and edge lists.voidModuleVisualisation. setCurrentFlow(Flow currentFlow)Method parameters in org.ikasan.dashboard.ui.visualisation.component with type arguments of type Flow Modifier and Type Method Description protected voidMultiFlowControlPanel. performAction(ProgressIndicatorDialog progressIndicatorDialog, java.lang.String action, java.util.Collection<Flow> flows)protected voidMultiFlowControlPanel. performFlowControlAction(java.lang.String action, java.util.Collection<Flow> flows)Constructors in org.ikasan.dashboard.ui.visualisation.component with parameters of type Flow Constructor Description FlowConfigurationDialog(Module module, Flow flow, org.ikasan.spec.module.client.ConfigurationService configurationRestService, ModuleVisualisation moduleVisualisation)ConstructorFlowOptionsDialog(Module module, Flow flow, org.ikasan.spec.module.client.ConfigurationService configurationRestService, ModuleVisualisation moduleVisualisation)WiretapManagementDialog(org.ikasan.spec.module.client.TriggerService triggerRestService, Module module, Flow flow, java.util.List<org.ikasan.spec.metadata.DecoratorMetaData> decoratorMetaDataList, AbstractWiretapNode abstractWiretapNode, org.ikasan.vaadin.visjs.network.NetworkDiagram networkDiagram, java.lang.String type, java.lang.String relationship) -
Uses of Flow in org.ikasan.dashboard.ui.visualisation.event
Methods in org.ikasan.dashboard.ui.visualisation.event that return Flow Modifier and Type Method Description FlowGraphViewChangeEvent. getFlow()Constructors in org.ikasan.dashboard.ui.visualisation.event with parameters of type Flow Constructor Description GraphViewChangeEvent(Module module, Flow flow) -
Uses of Flow in org.ikasan.dashboard.ui.visualisation.layout
Constructors in org.ikasan.dashboard.ui.visualisation.layout with parameters of type Flow Constructor Description IkasanFlowLayoutManager(Flow flow, org.ikasan.vaadin.visjs.network.NetworkDiagram networkDiagram, Logo logo) -
Uses of Flow in org.ikasan.dashboard.ui.visualisation.model.flow
Methods in org.ikasan.dashboard.ui.visualisation.model.flow that return types with arguments of type Flow Modifier and Type Method Description java.util.List<Flow>Module. getFlows()Methods in org.ikasan.dashboard.ui.visualisation.model.flow with parameters of type Flow Modifier and Type Method Description voidModule. addFlow(Flow flow) -
Uses of Flow in org.ikasan.dashboard.ui.visualisation.view
Methods in org.ikasan.dashboard.ui.visualisation.view that return Flow Modifier and Type Method Description FlowGraphViewModuleVisualisation. getCurrentFlow()
-