Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cron
Represents a time specification in the traditional Cron style.
|
interface |
CronForLoop
A new Cron "for" loop represents a timing loop.
|
interface |
CronOr
A Cron "or" represents a logical "or" of many Cron slices.
|
interface |
Relative
Represents a relative time specification.
|
Modifier and Type | Method and Description |
---|---|
TimeExpression |
ForecastElement.getTimeExpression()
Returns the time expression associated with the referenced timer trigger.
|
static TimeExpression |
EngineHelper.makeTimeExpression(java.lang.String timeExpression)
Makes either a Cron time expression object or a Relative time expression
object, based on the specified time expression string.
|
Modifier and Type | Method and Description |
---|---|
void |
Relative.evaluate(java.lang.String unit,
TimeExpression then,
TimeExpression els)
Appends "?unit{then}{else}" to the relative time expression.
|
void |
ForecastElement.setTimeExpression(TimeExpression timeExpression)
Sets the time expression associated with the referenced timer trigger.
|
© 2000-2025 Flux Corporation. All rights reserved.