Uses of Interface
flux.FlowChartElementIterator

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

Uses of FlowChartElementIterator in flux
 

Methods in flux that return FlowChartElementIterator
 FlowChartElementIterator Engine.getFlowChartElements(java.lang.String namespace)
          Returns the fundamental components of all flow charts, ordered by flow chart name, whose names match the specified hierarchical flow chart namespace expression.
 FlowChartElementIterator Engine.getFlowChartElements(java.lang.String namespace, SortOrder sortOrder)
          Returns the fundamental components of all flow charts, ordered by flow chart name, whose names match the specified hierarchical flow chart namespace expression.
 FlowChartElementIterator Engine.getFlowChartElements(java.lang.String namespace, SuperState superState, java.util.Set<SubState> subStates, java.lang.String engineName, java.lang.String actionName, java.lang.String messageFilter)
          Returns the fundamental components of all running flow contexts within executing flow charts that match the specified search criteria, which are described in the method parameters.
 FlowChartElementIterator Engine.getFlowChartElements(java.lang.String namespace, SuperState superState, java.util.Set<SubState> subStates, java.lang.String engineName, java.lang.String actionName, java.lang.String messageFilter, SortOrder sortOrder)
          Returns the fundamental components of all running flow contexts within executing flow charts that match the specified search criteria, which are described in the method parameters.
 



© 2014 Flux Corporation. All rights reserved.