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