Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Method and Description |
---|---|
SuperState |
AbstractFlowContextStatus.getSuperState()
Returns the super-state that the running flow context is currently in,
which is either NORMAL or ERROR.
|
static SuperState |
SuperState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuperState[] |
SuperState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
long |
Engine.sizeByState(java.lang.String namespace,
SuperState superState,
SubState subState)
Returns the number of flow charts in the specified state and hierarchical
flow chart namespace within the engine.
|
© 2000-2025 Flux Corporation. All rights reserved.