Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Method and Description |
---|---|
ActionHistoryIterator |
Engine.getActionHistory(java.lang.String flowChartName,
java.util.Date lowerBound,
java.util.Date upperBound)
Returns historical execution timestamps which occurred within the lower and
upper date boundaries for all actions and triggers in a flow chart.
|
ActionHistoryIterator |
Engine.getActionHistory(java.lang.String flowChartName,
java.util.Date lowerBound,
java.util.Date upperBound,
java.lang.String actionType)
Returns historical execution timestamps which occurred within the lower and
upper date boundaries for an action or trigger type in a flow chart.
|
ActionHistoryIterator |
Engine.getActionHistory(java.lang.String flowChartName,
java.lang.String actionName)
Returns historical timestamps for an action or trigger in a flow chart.
|
ActionHistoryIterator |
Engine.getActionHistory(java.lang.String flowChartName,
java.lang.String actionName,
java.util.Date lowerBound,
java.util.Date upperBound)
Returns historical execution timestamps which occurred within the lower and
upper date boundaries for an action or trigger in a flow chart.
|
© 2000-2025 Flux Corporation. All rights reserved.