Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
flux.file |
File triggers and actions
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuditTrailTrigger
Fires when an audit trail event that matches certain criteria is reported to
the audit trail.
|
interface |
DatabaseConditionTrigger
According to a certain frequency, executes an SQL SELECT statement and then,
using the first row of JDBC result set information returned from the query,
evaluates a condition expression to see if it is satisfied.
|
interface |
DelayTrigger
This delay trigger pauses, or sleeps, for a while after an execution flow
reaches this trigger.
|
interface |
FlowChartTrigger
Watches a given namespace until there are no more flow charts in that
namespace.
|
interface |
ManualTrigger
Fires only when this trigger is expedited.
|
interface |
TimerTrigger
Fires triggers at scheduled dates and times.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileExistTrigger
Fires when specified files exist.
|
interface |
FileModifiedTrigger
Fires when specified files and directories are modified.
|
interface |
FileNotExistTrigger
Fires when specified files and directories do not exist.
|
interface |
FileTrigger
Abstract interface that fires when specified files and directories change
state.
|
© 2000-2025 Flux Corporation. All rights reserved.