Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
flux.audittrail.server |
Server-side audit trail
|
Modifier and Type | Method and Description |
---|---|
SubState |
AbstractFlowContextStatus.getSubState()
Returns the sub-state that the running flow context is currently in.
|
static SubState |
SubState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubState[] |
SubState.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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SubState |
DeferringExecutionFlowEvent.getState()
Returns the state in which this execution flow is placed after its
execution is deferred.
|
© 2000-2025 Flux Corporation. All rights reserved.