Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Method and Description |
---|---|
ForecastIterator |
Engine.forecast(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound)
Returns an ordered result of flow charts, based on the next scheduled
firing time of each flow chart, given all flow charts in the specified flow
chart namespace and within the specified time range.
|
ForecastIterator |
Engine.forecast(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound,
int page)
Returns an ordered result of flow charts, based on the next scheduled
firing time of each flow chart, given all flow charts in the specified flow
chart namespace and within the specified time range.
|
ForecastIterator |
Engine.forecast(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound,
int page,
int pageSize)
Returns an ordered result of flow charts, based on the next scheduled
firing time of each flow chart, given all flow charts in the specified flow
chart namespace and within the specified time range.
|
© 2000-2025 Flux Corporation. All rights reserved.