Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
flux.file |
File triggers and actions
|
flux.j2ee |
Java EE triggers and actions
|
flux.notification |
Triggers and actions that receive and send email notifications
|
fluximpl | |
fluximpl.file | |
fluximpl.file.pgp | |
fluximpl.file.pgp.decrypt | |
fluximpl.file.pgp.encrypt | |
fluximpl.file.zip |
Modifier and Type | Interface and Description |
---|---|
interface |
Action
Actions are the basic building blocks of a flow chart.
|
interface |
AuditTrailTrigger
Fires when an audit trail event that matches certain criteria is reported to
the audit trail.
|
interface |
ConsoleAction
Prints a message to the console, that is, stdout or stderr.
|
interface |
DatabaseActionInfo
Abstract interface that defines methods to provide database actions with
information about how to connect to a database.
|
interface |
DatabaseConditionAction
Executes an SQL query 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 |
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 |
DatabaseQueryAction
Executes an SQL query in the engine's database and makes the resulting JDBC
result set available to flow chart actions.
|
interface |
DatabaseQueryCollectionAction
Executes an SQL query in the engine's database and makes the resulting JDBC
result set available (as a list) to flow chart actions.
|
interface |
DatabaseStoredProcedureAction
Calls a stored procedure and makes the results of the stored procedure, if any,
available to the flow context.
|
interface |
DatabaseUpdateAction
Executes SQL statements in a database.
|
interface |
Decision
A special node that makes an explicit decision, also known as a conditional
branch.
|
interface |
DelayTrigger
This delay trigger pauses, or sleeps, for a while after an execution flow
reaches this trigger.
|
interface |
DynamicJavaAction
Creates a Java object from a class, then invokes a method on the newly
created object.
|
interface |
DynamicRmiAction
Invokes a method on an existing RMI server object that does not implement
any specific interface.
|
interface |
ErrorAction
Throws an exception and forces error processing to occur.
|
interface |
Flow
Represents a flow from one action or trigger to another.
|
interface |
FlowChartAction
Exports a new workflow to an engine.
|
interface |
FlowChartTrigger
Watches a given namespace until there are no more flow charts in that
namespace.
|
interface |
ForEachAction
Abstract interface used by "for each" actions, which iterate over a
collection of data.
|
interface |
ForEachCollectionElementAction
Makes each element in a collection available for individual processing in a
flow chart.
|
interface |
ForEachNumberAction
Iterates over an inclusive range of numbers.
|
interface |
JavaAction
Creates a Java object from a class, then invokes a method on the newly
created object.
|
interface |
Join
A special node that performs an explicit join.
|
interface |
ManualTrigger
Fires only when this trigger is expedited.
|
interface |
NullAction
Performs no action.
|
interface |
ProcessAction
Executes a native process or command line program.
|
interface |
RegularExpressionAction
Searches for strings in a file or an input string that match a regular
expression.
|
interface |
RestAction
Invokes a REST service with support for SSL encryption, security certificates, multipart messages, and other REST
capabilities.
|
interface |
RmiAction
Invokes a method on an existing RMI server object.
|
interface |
SigarAction
Generate system information created from the SIGAR library,
|
interface |
Split
A special node that makes an explicit split, also known as a fork.
|
interface |
TimerTrigger
Fires triggers at scheduled dates and times.
|
interface |
Trigger
Waits for an event to occur.
|
interface |
WebServiceAction
Invokes an operation on a Web service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileCopyAction
Copies a group of source files and directories to a group of targets.
|
interface |
FileCreateAction
Creates a group of files and directories.
|
interface |
FileDeleteAction
Deletes a group of files and directories.
|
interface |
FileExistTrigger
Fires when specified files exist.
|
interface |
FileModifiedTrigger
Fires when specified files and directories are modified.
|
interface |
FileMoveAction
Moves (renames) a group of source files and directories to a group of
targets.
|
interface |
FileNotExistTrigger
Fires when specified files and directories do not exist.
|
interface |
FileRenameAction
The exact same behavior as FileMoveAction.
|
interface |
FileTrigger
Abstract interface that fires when specified files and directories change
state.
|
interface |
FtpCommandAction
Executes a sequence of commands on an FTP, SFTP, or FTPS host.
|
Modifier and Type | Class and Description |
---|---|
class |
FileDecryptPgpAction
Decrypts a set of PGP-encrypted files.
|
class |
FileEncryptPgpAction
Encrypts a set of files using PGP encryption.
|
class |
FileUnzipAction
Decompresses a single zip file into a specified directory.
|
class |
FileZipAction
Compresses a set of files into a single file using zip compression.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicEjbEntityAction
Invokes a method on an EJB entity bean home interface, which is responsible
for returning one or more remote references.
|
interface |
DynamicEjbSessionAction
Creates and invokes a method on an EJB session bean.
|
interface |
EjbEntityAction
Invokes a method on an EJB entity bean home interface, which is responsible
for returning one or more remote references.
|
interface |
EjbSessionAction
Creates and invokes a method on an EJB session bean.
|
interface |
J2eeAction
Abstract interface for common Java EE methods.
|
interface |
J2eeKeyAction
Abstract interface for common Java EE methods.
|
interface |
JmsAction
Publishes a JMS message to a JMS queue or JMS topic.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MailAction
Using an email template at flow chart construction time, constructs and sends
a concrete email at runtime.
|
interface |
MailTrigger
Monitors an email server for incoming mail and fires when email arrives.
|
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.ActionFlowChartImpl |
class |
fluximpl.ActionImpl
Base class for actions.
|
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.AbstractDoubleFileParameter |
class |
fluximpl.file.AbstractRenamableDoubleFileParameter |
class |
fluximpl.file.AbstractSingleFileParameter |
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.pgp.AbstractPgpAction |
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl |
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.pgp.encrypt.FileEncryptPgpActionImpl |
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.zip.FileUnzipActionImpl |
class |
fluximpl.file.zip.FileZipActionImpl |
© 2000-2025 Flux Corporation. All rights reserved.