Uses of Interface
com.artisol.teneo.engine.core.engine.EngineAccess.Data.ActiveFlow
-
Packages that use EngineAccess.Data.ActiveFlow Package Description com.artisol.teneo.engine.core.engine -
-
Uses of EngineAccess.Data.ActiveFlow in com.artisol.teneo.engine.core.engine
Methods in com.artisol.teneo.engine.core.engine that return EngineAccess.Data.ActiveFlow Modifier and Type Method Description EngineAccess.Data.ActiveFlow
EngineAccess. getThisFlow()
Returns the flow currently in scope of flow processing.EngineAccess.Data.ActiveFlow
EngineAccess. getTopFlow()
Returns the topmost element of the active flows stack, ornull
if the stack is empty.EngineAccess.Data.ActiveFlow
EngineAccess. getTopNormalFlow()
Returns the topmost normal flow of the active flows stack, ornull
if the stack is empty.Methods in com.artisol.teneo.engine.core.engine that return types with arguments of type EngineAccess.Data.ActiveFlow Modifier and Type Method Description List<List<EngineAccess.Data.ActiveFlow>>
EngineAccess. getActiveFlows()
Returns a snapshot of the current active flows stack.
-