Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Method and Description |
---|---|
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.
|
© 2000-2025 Flux Corporation. All rights reserved.