Uses of Interface
com.artisol.teneo.engine.core.solution.ImmutableFlowI
-
Packages that use ImmutableFlowI Package Description com.artisol.teneo.engine.core.engine com.artisol.teneo.engine.core.engine.path com.artisol.teneo.engine.core.solution -
-
Uses of ImmutableFlowI in com.artisol.teneo.engine.core.engine
Methods in com.artisol.teneo.engine.core.engine that return ImmutableFlowI Modifier and Type Method Description ImmutableFlowI
ImmutableActiveFlowI. getFlow()
Returns the flow which is active. -
Uses of ImmutableFlowI in com.artisol.teneo.engine.core.engine.path
Classes in com.artisol.teneo.engine.core.engine.path that implement ImmutableFlowI Modifier and Type Class Description protected static class
AbstractFlowElement.FlowData
This class holds all flow data required for path elements.Constructors in com.artisol.teneo.engine.core.engine.path with parameters of type ImmutableFlowI Constructor Description ExecutedFlowNodeElement(ImmutableFlowI _targetFlow, ActiveFlow _currentFlow, ScriptEnvironmentI _scriptEnv, Map<String,Object> _mChangedSessionVariables, Map<String,Object> _mChangedFlowVariables)
FlowData(ImmutableFlowI _flow)
-
Uses of ImmutableFlowI in com.artisol.teneo.engine.core.solution
Methods in com.artisol.teneo.engine.core.solution that return ImmutableFlowI Modifier and Type Method Description ImmutableFlowI
ImmutableFlowTriggerI. getFlow()
-