Uses of Interface
flux.Trigger

Packages that use Trigger
flux File Orchestration Solutions for Banking and Finance 
flux.file File triggers and actions 
 

Uses of Trigger in flux
 

Subinterfaces of Trigger in flux
 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.
 

Uses of Trigger in flux.file
 

Subinterfaces of Trigger in flux.file
 interface FileExistTrigger
          Fires when specified files and directories 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.
 



© 2014 Flux Corporation. All rights reserved.