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.
|
Modifier and Type | Method and Description |
---|---|
CronSlice |
CronForLoop.getEndConstraint()
Returns the constraint when the timing loop finishes.
|
CronSlice |
CronForLoop.getIncrementConstraint()
Returns the constraint that specifies intermittent timing points between
the start and end constraints.
|
CronSlice |
CronForLoop.getStartConstraint()
Returns the constraint when the timing loop begins.
|
static CronSlice |
EngineHelper.makeCronSlice(CronColumn start,
CronColumn end)
Makes a new CronSlice object based on the specified starting and ending
Cron columns.
|
Modifier and Type | Method and Description |
---|---|
static Cron |
EngineHelper.makeCron(CronSlice slice)
Makes a new Cron object based on a CronSlice.
|
static CronForLoop |
EngineHelper.makeCronForLoop(CronSlice startConstraint,
CronSlice endConstraint,
CronSlice incrementConstraint)
Makes a new Cron "for" loop that represents a timing loop.
|
static CronForLoop |
EngineHelper.makeCronForLoop(CronSlice startConstraint,
CronSlice endConstraint,
CronSlice incrementConstraint,
int count)
Makes a new Cron "for" loop that represents a timing loop.
|
static CronForLoop |
EngineHelper.makeCronForLoop(CronSlice startConstraint,
CronSlice incrementConstraint,
int count)
Makes a new Cron "for" loop that represents a timing loop.
|
Modifier and Type | Method and Description |
---|---|
static CronOr |
EngineHelper.makeCronOr(java.util.Set<CronSlice> cronSlices)
Makes a new Cron "or" that represents a logical "or" of many Cron slices.
|
© 2000-2025 Flux Corporation. All rights reserved.