Uses of Interface
flux.FlowChartIterator

Packages that use FlowChartIterator
flux File Orchestration Solutions for Banking and Finance 
 

Uses of FlowChartIterator in flux
 

Methods in flux that return FlowChartIterator
 FlowChartIterator Engine.get()
          Returns all flow charts ordered by flow chart name.
 FlowChartIterator Engine.getByState(java.lang.String namespace, SuperState superState, SubState subState)
          Returns all flow charts in the given state and namespace, ordered first by flow chart super-state, then by flow chart sub-state, then by namespace.
 FlowChartIterator Engine.getFlowCharts(java.lang.String namespace)
          Returns all flow charts, ordered by flow chart name, whose names match the specified hierarchical flow chart namespace expression.
 



© 2014 Flux Corporation. All rights reserved.