| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeDataMap | |
|---|---|
| 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 | |
| Uses of RuntimeDataMap in flux | 
|---|
| Subinterfaces of RuntimeDataMap in flux | |
|---|---|
 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 | 
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 | 
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.  | 
| Uses of RuntimeDataMap in flux.file | 
|---|
| Subinterfaces of RuntimeDataMap in flux.file | |
|---|---|
 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 and directories 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.  | 
| Classes in flux.file that implement RuntimeDataMap | |
|---|---|
 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.  | 
| Uses of RuntimeDataMap in flux.j2ee | 
|---|
| Subinterfaces of RuntimeDataMap in flux.j2ee | |
|---|---|
 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.  | 
| Uses of RuntimeDataMap in flux.notification | 
|---|
| Subinterfaces of RuntimeDataMap in flux.notification | |
|---|---|
 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.  | 
| Uses of RuntimeDataMap in fluximpl | 
|---|
| Classes in fluximpl that implement RuntimeDataMap | |
|---|---|
 class | 
fluximpl.ActionFlowChartImpl
 | 
 class | 
fluximpl.ActionImpl
Base class for actions.  | 
| Uses of RuntimeDataMap in fluximpl.file | 
|---|
| Classes in fluximpl.file that implement RuntimeDataMap | |
|---|---|
 class | 
fluximpl.file.AbstractDoubleFileParameter
 | 
 class | 
fluximpl.file.AbstractSingleFileParameter
 | 
| Uses of RuntimeDataMap in fluximpl.file.pgp | 
|---|
| Classes in fluximpl.file.pgp that implement RuntimeDataMap | |
|---|---|
 class | 
fluximpl.file.pgp.AbstractPgpAction
 | 
| Uses of RuntimeDataMap in fluximpl.file.pgp.decrypt | 
|---|
| Classes in fluximpl.file.pgp.decrypt that implement RuntimeDataMap | |
|---|---|
 class | 
fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl
 | 
| Uses of RuntimeDataMap in fluximpl.file.pgp.encrypt | 
|---|
| Classes in fluximpl.file.pgp.encrypt that implement RuntimeDataMap | |
|---|---|
 class | 
fluximpl.file.pgp.encrypt.FileEncryptPgpActionImpl
 | 
| Uses of RuntimeDataMap in fluximpl.file.zip | 
|---|
| Classes in fluximpl.file.zip that implement RuntimeDataMap | |
|---|---|
 class | 
fluximpl.file.zip.FileUnzipActionImpl
 | 
 class | 
fluximpl.file.zip.FileZipActionImpl
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||