A B C D E F G H I J K L M N O P R S T U V W Y

A

AbstractActionOrTriggerName - Interface in flux.audittrail.server
Abstract interface that provides the name of an action or trigger that was responsible for generating a server side event.
AbstractAuditTrailEvent - Interface in flux.audittrail
Abstract interface for significant events that are logged to the audit trail.
AbstractCallEvent - Interface in flux.audittrail.client
Abstract interface for logging client API calls to the audit trail.
AbstractExitingMethodEvent - Interface in flux.audittrail
Abstract interface that represents an event that is logged to the audit trail when a method invocation finishes normally.
AbstractExitingMethodWithErrorEvent - Interface in flux.audittrail
Abstract interface that represents an event that is logged to the audit trail when a method invocation finishes with an error.
AbstractFlowContextStatus - Interface in flux
Represents the state of a running flow context within an executing flow chart.
AbstractRuntimeDataMap - Interface in flux.runtimedatamap
Abstract interface that represents job data that is generated or acquired at runtime.
AbstractRuntimeDataMapSource - Interface in flux.runtimedatamap
Abstract interface that represents the source of job data that is generated or acquired at runtime.
AbstractRuntimeDataMapTarget - Interface in flux.runtimedatamap
Abstract interface that represents the target of job data that is generated or acquired at runtime.
AbstractServerEvent - Interface in flux.audittrail.server
Abstract interface for significant server side events that are logged to the audit trail.
accept(String) - Method in interface flux.TimeExpression
Clears any existing time expression information and uses timeExpression as the basis for any future operations.
acceptRelativeString(String) - Method in interface flux.Relative
Accepts a time expression in the format output by the toString() method.
acceptsFlowChartEditVariable() - Method in enum flux.security.PrivilegeType
Indicates whether this privilege grants access to a set of flow chart variables.
acceptsFlowChartEditVariableAction() - Method in enum flux.security.PrivilegeType
Indicates whether this privilege grants access to a set of action variables.
acceptsNamespaces() - Method in enum flux.security.PrivilegeType
Indicates whether this privilege grants access to a set of namespaces.
AccessibleActionVariable - Class in flux.security
For a security privilege that grants access to an action variable, indicates which namespace, action, and action variable are accessible to that security privilege.
AccessibleActionVariable() - Constructor for class flux.security.AccessibleActionVariable
 
AccessibleFlowChartVariable - Class in flux.security
For a security privilege that grants access to a flow chart variable, indicates which namespace and flow chart variable are accessible to that security privilege.
AccessibleFlowChartVariable() - Constructor for class flux.security.AccessibleFlowChartVariable
 
Action - Interface in flux
Actions are the basic building blocks of a flow chart.
actionFired(KeyFlowContext) - Method in interface flux.ActionListener
A callback method for when an action is to execute.
actionFired(RemoteKeyFlowContext) - Method in interface flux.RemoteActionListener
A callback method for when a remote action is to execute.
ActionHistory - Interface in flux
Contains historical timestamps for an action or trigger in a flow chart.
ActionHistoryIterator - Interface in flux
Contains historical timestamps for actions or triggers in a flow chart.
ActionListener - Interface in flux
The listener interface for an action.
actionName - Variable in class flux.AuditTrailTrigger.AuditTrailTriggerResult
The name of the flow chart action, if any, that reported this audit trail event.
ActionPropertyTarget - Interface in flux.runtimedatamap
Represents the target for a runtime data mapping that has an action property as its destination.
ActionTimeoutEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart is running an action, the action takes too long to execute, but the action has not completed yet.
add(CronColumn, int) - Method in interface flux.CronSlice
Adds a value in a particular Cron column.
add(CronColumn, int, int) - Method in interface flux.CronSlice
Adds a range of values in a particular Cron column.
add(CronColumn, int, int, int) - Method in interface flux.CronSlice
Adds a range of values in a particular Cron column.
add(CronColumn, String) - Method in interface flux.CronSlice
Adds a value in a particular Cron column.
add(CronColumn, String, String) - Method in interface flux.CronSlice
Adds a range of values in a particular Cron column.
add(CronColumn, String, String, int) - Method in interface flux.CronSlice
Adds a range of values in a particular Cron column.
add(int, String) - Method in interface flux.Relative
Appends "+ <amount> <timeUnit>" to the relative time expression.
add(String) - Method in interface flux.Relative
Appends "+ <timeUnit>" to the relative time expression.
add(ConcurrencyConstraint) - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Adds a new concurrency constraint to this concurrency throttle.
add(int) - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Adds a new concurrency constraint to this concurrency throttle.
add(String) - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Sets the concurrency throttle for this node.
addAll(CronColumn) - Method in interface flux.CronSlice
Adds all of the values in a particular Cron column.
addAll(CronColumn, int) - Method in interface flux.CronSlice
Adds the values in a particular Cron column, starting with the minimum allowed value.
addFlow(Action) - Method in interface flux.Action
When an action finishes executing, this action is executed next.
addFlow(Action, String) - Method in interface flux.Action
When an action finishes executing, this action is executed next if its condition evaluates to true.
addFlow(Action) - Method in interface flux.DatabaseQueryAction
The flow that is followed when this Database Query Action fires with unconsumed result set data from the stored procedure call.
addFlow(Action) - Method in interface flux.DatabaseStoredProcedureAction
The flow that is followed when this Database Stored Procedure Action fires.
addFlow(Action) - Method in interface flux.ForEachCollectionElementAction
The flow that is followed when collection data is still available to be processed.
addFlow(Action) - Method in interface flux.TimerTrigger
The flow that is followed when this Timer Trigger fires successfully.
addNewInterval(AllowableBusinessInterval, AllowableBusinessInterval, BusinessIntervalOperation) - Method in interface flux.BusinessInterval
Adds a new business interval to this BusinessInterval after the "previous" location using the specified operation.
addNewInterval(AllowableBusinessInterval, BusinessIntervalOperation) - Method in interface flux.BusinessInterval
Adds a new business interval to this BusinessInterval using operation.
addRegexFilter(String) - Method in interface flux.file.IncludesFileCriteria
After processing includes, then excludes, filters are applied last to remove remaining files that match the specified regular expression.
addSignalFlow(Action, String) - Method in interface flux.Action
If the specified signal is raised, the given action is executed next.
addSource(IncludesFileCriteria) - Method in interface flux.file.SingleFileParameter
Accepts a set of files and directories to operate on in the file operation.
addStatement(boolean, String, Object...) - Method in interface flux.DatabaseUpdateAction
Adds a prepared statement, with optional parameters, to the list of SQL statements to be executed.
addStatement(String, Object...) - Method in interface flux.DatabaseUpdateAction
Adds a prepared statement, with optional parameters, to the list of SQL statements to be executed.
addTarget(TargetFileCriteria) - Method in interface flux.file.DoubleFileParameter
Accepts a set of target directories that receive files at the end of a file operation.
advance(int, String) - Method in interface flux.Relative
Appends "> <amount> <dayMonthUnit>" to the relative time expression.
advance(String) - Method in interface flux.Relative
Appends "> <dayMonthUnit>" to the relative time expression.
after(Date, Date) - Static method in class flux.EngineHelper
Determines if date1 comes after date2.
Agent - Class in flux.agent
Represents an active Flux agent.
Agent(AgentConfiguration) - Constructor for class flux.agent.Agent
Creates a new Flux agent.
Agent(String) - Constructor for class flux.agent.Agent
Creates a new Flux agent using the supplied configuration file; if the agent is later restarted with a new configuration, the configuration file specified here will be overwritten with the new configuration.
AGENT_FAILOVER_TIME_WINDOW - Static variable in class flux.Configuration
A time expression that specifies the duration of time between agent connectivity tests.
AgentAction - Interface in flux.agent
Triggers and actions that can run on an agent implement this interface.
AgentAdministrator - Interface in flux.agent
Monitors and controls agents.
AgentConfiguration - Class in flux.agent
A specification of how to make a Flux agent.
AgentConfiguration() - Constructor for class flux.agent.AgentConfiguration
Creates a new agent configuration using default configuration properties.
AgentConfiguration(InputStream) - Constructor for class flux.agent.AgentConfiguration
Creates a new agent configuration using the supplied agent configuration input stream.
AgentConfiguration(Properties) - Constructor for class flux.agent.AgentConfiguration
Creates a new agent configuration using the supplied agent configuration properties.
AgentConfiguration(String) - Constructor for class flux.agent.AgentConfiguration
Creates a new agent configuration using the supplied agent configuration file.
AgentException - Exception in flux.agent
Indicates that a general failure has occurred when working with a Flux agent or related object.
AgentException(String) - Constructor for exception flux.agent.AgentException
Raises an agent exception with an explanation as to why the error occurred.
AgentException(Throwable) - Constructor for exception flux.agent.AgentException
Raises an agent exception with the cause of the error.
AgentException(String, Throwable) - Constructor for exception flux.agent.AgentException
Raises an agent exception with both an explanation as to why the error occurred and the cause of the error.
AgentFileActionResult - Class in flux.agent
Contains listings, in various formats, of files that underwent successful file actions on an agent.
AgentFileTriggerResult - Class in flux.agent
The result from a file trigger that ran on an agent.
AgentInfo - Class in flux.agent
Reports the state of an agent.
AgentInfo() - Constructor for class flux.agent.AgentInfo
 
AgentProcessActionResult - Class in flux.agent
The result when a process finishes executing on an agent.
AgentProcessCompletionState - Enum in flux.agent
Indicates how an agent process terminated.
AgentRestartEvent - Interface in flux.audittrail.server
Logged to the audit trail when an agent is restarted using the new agent configuration.
AgentResult - Interface in flux.agent
Contains information about a trigger or action that is either currently running or has already finished running on an agent.
AgentStatus - Enum in flux.agent
Indicates the status of a Flux agent.
AllowableBusinessInterval - Interface in flux
Indicates whether a business interval permits a job to run on a specific date.
AlwaysSerialized - Interface in flux
AlwaysSerialized is a marker interface similar to java.io.Serializable.
APACHE_DBCP - Static variable in interface flux.OracleLargeObjectAdapter
Built-in adapter that supports the Oracle 8, 9, and 10 JDBC drivers, supplied by Oracle Corporation, when wrapped by an Apache DBCP driver.
ApacheDbcpOracleAdapter - Class in flux
Built-in adapter to workaround an Oracle limitation when persisting more than 4k bytes of data.
ApacheDbcpOracleAdapter() - Constructor for class flux.ApacheDbcpOracleAdapter
 
applyTimeExpression(Date, String, AllowableBusinessInterval, TimeZone) - Static method in class flux.EngineHelper
Applies the given time expression to the specified date.
applyTimeExpression(Date, String, AllowableBusinessInterval, TimeZone, int) - Static method in class flux.EngineHelper
Applies the given time expression to the specified date several times.
applyTimeExpression(String, AllowableBusinessInterval, TimeZone) - Static method in class flux.EngineHelper
Applies the given time expression to the current date.
applyTimeExpression(String, AllowableBusinessInterval, TimeZone, int) - Static method in class flux.EngineHelper
Applies the given time expression to the current date several times.
APR - Static variable in interface flux.Cron
April
APR - Static variable in interface flux.Relative
April
APRIL - Static variable in interface flux.Cron
April
attachments - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. List of MailTrigger.Mail_Attachment.
AUDIT_TRAIL_EXPIRATION - Static variable in class flux.Configuration
A time expression indicating how old individual audit trail, run average, and run history entries must be before they are automatically pruned.
AUDIT_TRAIL_FILTER - Static variable in class flux.Configuration
Audit trail events to record to the audit trail.
AUDIT_TRAIL_LOGGER - Static variable in class flux.Configuration
The name of the logger used when logging audit trail information.
AUDIT_TRAIL_ROLLBACK_RECORDINGS_ENABLED - Static variable in class flux.Configuration
Indicates whether actions that execute in a flow chart that are later rolled back in the current database transaction are still recorded to the audit trail.
AuditTrailEntry - Interface in flux.audittrail
Contains one audit trail event from an audit trail database transaction.
AuditTrailFlowContext - Interface in flux.audittrail
Contains FlowContext methods that may be used in an audit trail context.
AuditTrailIterator - Interface in flux.audittrail
Contains multiple audit trail entries that are retrieved from the Flux audit trail.
AuditTrailTrigger - Interface in flux
Fires when an audit trail event that matches certain criteria is reported to the audit trail.
AuditTrailTrigger.AuditTrailTriggerResult - Class in flux
Provides the details of the audit trail event that caused this audit trail trigger to fire.
AuditTrailTrigger.AuditTrailTriggerResult() - Constructor for class flux.AuditTrailTrigger.AuditTrailTriggerResult
 
AUG - Static variable in interface flux.Cron
August
AUG - Static variable in interface flux.Relative
August
AUGUST - Static variable in interface flux.Cron
August

B

before(Date, Date) - Static method in class flux.EngineHelper
Determines if date1 comes before date2.
body - Variable in class flux.notification.MailTrigger.Mail_Attachment
Deprecated. The body of the file attachment.
body - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. The body of the email message.
BUSINESS_DAY - Static variable in interface flux.Relative
business day
BusinessInterval - Interface in flux
Defines intervals of time that indicate when business operations may take place.
BusinessIntervalElement - Interface in flux
Represents one element of a business interval, including the operation.
BusinessIntervalFactory - Interface in flux
Creates and manipulates BusinessInterval objects.
BusinessIntervalOperation - Enum in flux
Indicates the kind of set operation that was used to add the corresponding AllowableBusinessInterval to a BusinessInterval.
bytesPerSecond() - Method in interface flux.file.FileTransferInfo
Returns the number of bytes transferred per second.

C

CACHE_SIZE - Static variable in class flux.Configuration
The size of the flow chart cache.
CACHE_TYPE - Static variable in class flux.Configuration
Depending on the kind of cache used in a Flux engine, performance can be increased dramatically.
CacheType - Enum in flux
Depending on the kind of cache used in a Flux engine, performance can be increased dramatically.
CatalogNode - Interface in flux
Represents a trigger or action within the tree of actions.
cc_addresses - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. List of String.
changeOperation(AllowableBusinessInterval, BusinessIntervalOperation) - Method in interface flux.BusinessInterval
Changes the operator that this business interval uses to evaluate component.
checkIfFluxEngineIsRunning() - Method in class flux.jmx.FluxEngineManagerForJmx
 
checkIfFluxEngineIsRunning() - Method in interface flux.jmx.FluxEngineManagerForJmxMBean
Indicates whether the Flux engine has been started and is ready to execute flow charts.
clazz - Variable in class flux.ErrorResultElement
The class name of the exception.
clear() - Method in interface flux.Engine
Removes all flow charts, users, roles, logs, audit trail entries, and, in general, all data associated with the cluster.
clear() - Method in interface flux.file.SingleFileParameter
Removes all files and directories that will be operated on in the file operation.
clear() - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Deletes all concurrency constraints from this concurrency throttle.
clear() - Method in interface flux.VariableManager
Removes all variables from this variable manager.
clearAuditTrail() - Method in interface flux.Engine
Removes all audit trail entries.
clearChildren() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Removes all the child nodes of this node.
clearLogs() - Method in interface flux.Engine
Removes all log entries from the database.
clearRunHistory() - Method in interface flux.Engine
Removes all run history entries.
clearRunHistory(String) - Method in interface flux.Engine
Removes all run history entries for the specified namespace.
clearSignal(String, String) - Method in interface flux.Engine
Clears the specified signal from all flow charts specified by a hierarchical flow chart namespace expression.
clearSignals(String) - Method in interface flux.Engine
Clears all signals from all flow charts specified by a hierarchical flow chart namespace expression.
CLIENT_LOGGER - Static variable in class flux.Configuration
The name of the logger used when logging client-side information.
clone() - Method in interface flux.Action
Makes a deep clone of this action, except that all inbound and outbound flows are removed from the returned action.
clone() - Method in class flux.agent.AgentConfiguration
Returns a deep copy of this Configuration object.
clone() - Method in class flux.Configuration
Returns a deep copy of this Configuration object.
clone() - Method in class flux.DatabaseConditionAction.DatabaseConditionActionResult
Clones this result.
clone() - Method in class flux.DatabaseQueryAction.DatabaseQueryActionResult
Clones this database query result object.
clone() - Method in class flux.DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
 
clone() - Method in class flux.DatabaseUpdateAction.DatabaseUpdateActionResult
 
clone() - Method in class flux.DelayTrigger.Delay_Result
Deprecated. Clones a delay result.
clone() - Method in class flux.DelayTrigger.DelayTriggerResult
Clones a delay result.
clone() - Method in class flux.ErrorResult
Clones an ErrorResult object.
clone() - Method in class flux.ErrorResultElement
Clones an ErrorResult object.
clone() - Method in class flux.file.FileActionResult
Clones this file action result.
clone() - Method in class flux.file.FileTrigger.FileTriggerResult
Clones this file trigger result.
clone() - Method in class flux.file.FtpCommandAction.FtpCommandActionResult
Clones this FTP command result object.
clone() - Method in interface flux.file.PgpBaseKey
 
clone() - Method in interface flux.file.Renamer
 
clone() - Method in interface flux.FlowChart
 
clone() - Method in class flux.FlowChartAction.FlowChartActionResult
clone() - Method in class flux.ForEachAction.For_Each_Res
Deprecated. Clones the for each result object.
clone() - Method in class flux.ForEachAction.ForEachResult
Clones the for each result object.
clone() - Method in class flux.notification.MailContentType
Since MailContentType is an immutable enumeration, returns this instance of MailContentType.
clone() - Method in class flux.notification.MailTrigger.Mail_Attachment
Deprecated. Clones the mail attachment variable.
clone() - Method in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. Clones the mail message variable.
clone() - Method in class flux.ProcessAction.ProcessActionResult
clone() - Method in class flux.RestAction.RestActionResult
 
clone() - Method in interface flux.runtimeconfiguration.ConcurrencyConstraint
Returns a deep copy of this ConcurrencyConstraint object.
clone() - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Returns a deep copy of this ConcurrencyThrottle object.
clone() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns a deep copy of this RuntimeConfiguration object.
clone() - Method in class flux.TimerTrigger.Timer_Result
Clones a timer result.
clone() - Method in class flux.WebServiceAction.WebServiceActionResult
Clones a Web service action result.
close() - Method in interface flux.ActionHistoryIterator
YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT!
close() - Method in interface flux.FlowChartElementIterator
YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT!
close() - Method in interface flux.FlowChartIterator
YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT!
close() - Method in interface flux.FlowChartRunIterator
YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT!
close() - Method in interface flux.ForecastIterator
YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT!
close() - Method in interface flux.repository.RepositoryIterator
YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT!
CLUSTER_NETWORKING_ENABLED - Static variable in class flux.Configuration
Indicates whether networking is enabled in the engine instance when it participates in a cluster.
compareTo(Object) - Method in class flux.CronColumn
Determines whether one enumerated element precedes another.
compareTo(Date, Date) - Static method in class flux.EngineHelper
Compares two dates for ordering.
compareTo(AccessibleActionVariable) - Method in class flux.security.AccessibleActionVariable
 
compareTo(AccessibleFlowChartVariable) - Method in class flux.security.AccessibleFlowChartVariable
 
compareTo(Privilege) - Method in class flux.security.Privilege
 
CONCURRENCY_LEVEL - Static variable in class flux.Configuration
The concurrency throttle limit in the root node of the runtime configuration tree, assuming the root concurrency throttle expression is "/ <= N", where N is the limit.
CONCURRENCY_THROTTLE - Static variable in class flux.agent.AgentConfiguration
The number of processes that can execute simultaneously on this agent.
CONCURRENCY_THROTTLE - Static variable in interface flux.runtimeconfiguration.RuntimeConfigurationNode
This property controls the number of flow charts in the current branch in the tree of flow charts that are allowed to execute concurrently.
CONCURRENCY_THROTTLE_CLUSTER_WIDE - Static variable in interface flux.runtimeconfiguration.RuntimeConfigurationNode
This property controls the number of flow charts in the current branch in the tree of flow charts that are allowed to execute concurrently.
ConcurrencyConstraint - Interface in flux.runtimeconfiguration
Controls the number of jobs that are allowed to execute at the same time.
ConcurrencyConstraintOperator - Enum in flux.runtimeconfiguration
An enumeration of valid operators to be used in concurrency throttle expressions.
ConcurrencyThrottle - Interface in flux.runtimeconfiguration
Contains a set of ConcurrencyConstraint objects, which control the number of jobs that are allowed to execute at the same time.
Condition - Interface in flux
Represents an idempotent (no side-effect) expression that is evaluated to determine whether a particular flow in a flow chart should be followed.
config(String) - Method in interface flux.logging.Logger
Logs a message at the CONFIG level.
Configuration - Class in flux
A specification of how to make or lookup a Flux engine, including selective configuration information that can be updated at runtime.
Configuration() - Constructor for class flux.Configuration
Makes a basic engine configuration from which further modifications can be made.
Configuration(Properties) - Constructor for class flux.Configuration
Makes an engine configuration using the supplied configuration properties.
Configuration(String) - Constructor for class flux.Configuration
Makes an engine configuration using the supplied configuration properties file.
ConsoleAction - Interface in flux
Prints a message to the console, that is, stdout or stderr.
contains(ConcurrencyConstraint) - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Indicates whether the specified concurrency constraint exists in this concurrency throttle.
contains(String) - Method in interface flux.VariableManager
Returns true if name is contained within this variable manager.
containsProperty(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Indicates whether the specified property exists in this runtime configuration.
content_type - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. The content type of the email message.
copy(String, String) - Method in interface flux.repository.RepositoryAdministrator
Duplicates a repository element by copying the source element to the destination element.
createdVariable() - Method in class flux.file.FileActionResult
 
createdVariable() - Method in class flux.file.FileTrigger.FileTriggerResult
Called immediately after a persistent variable has been created and populated with data from the database.
createdVariable() - Method in interface flux.PersistentVariableListener
Called immediately after a persistent variable has been created and populated with data from the database.
createEngineReference() - Method in interface flux.EngineInfo
Returns a fresh remote engine reference.
createFluxEngineFromConfigurationFile(String) - Method in class flux.jmx.FluxEngineManagerForJmx
 
createFluxEngineFromConfigurationFile(String) - Method in interface flux.jmx.FluxEngineManagerForJmxMBean
Creates a Flux engine using a configuration file.
Cron - Interface in flux
Represents a time specification in the traditional Cron style.
CronColumn - Class in flux
An ordered enumeration of Cron columns used in a Cron-style Time Expression.
CronForLoop - Interface in flux
A new Cron "for" loop represents a timing loop.
CronOr - Interface in flux
A Cron "or" represents a logical "or" of many Cron slices.
CronSlice - Interface in flux
Represents a contiguous subset of Cron columns.

D

DAILY_MAINTENANCE_TIME - Static variable in class flux.Configuration
The time at which the engine performs once-a-day maintenance on the Flux database tables.
DATA_SOURCE - Static variable in class flux.Configuration
The name used to lookup an application server's database connection pool.
DATA_SOURCE_AUTO_COMMIT_CHECK - Static variable in class flux.Configuration
Indicates whether to disable auto-commit on database connections obtained through a data source.
DATA_SOURCE_CACHING - Static variable in class flux.Configuration
Indicates whether data source objects are saved and re-used later.
DATA_SOURCE_PASSWORD - Static variable in class flux.Configuration
The password used to retrieve a database connection from an application server data source.
DATA_SOURCE_USER_TRANSACTION_CLIENT_JNDI_NAME - Static variable in class flux.Configuration
For client calls into the Engine interface, the specified JNDI name to look up a javax.transaction.UserTransaction object.
DATA_SOURCE_USER_TRANSACTION_SERVER_JNDI_NAME - Static variable in class flux.Configuration
For running flow charts in the background, the specified JNDI name to lookup a javax.transaction.UserTransaction object.
DATA_SOURCE_USER_TRANSACTION_TIMEOUT - Static variable in class flux.Configuration
Contains the timeout time expression for all user transactions that the engine uses.
DATA_SOURCE_USER_TRANSACTIONS - Static variable in class flux.Configuration
Indicates whether a User Transaction object manages database transactions when database connections are retrieved from a data source.
DATA_SOURCE_USERNAME - Static variable in class flux.Configuration
The username used to retrieve a database connection from an application server data source.
DATABASE_PROPERTIES - Static variable in class flux.Configuration
A description of how to use the engine's database tables, to rename database tables and columns, to reassign a standard SQL type, and to provide initialization SQL statements to database connections that are created to directly access the database.
DATABASE_TYPE - Static variable in class flux.Configuration
The database that the engine uses.
DatabaseActionInfo - Interface in flux
Abstract interface that defines methods to provide database actions with information about how to connect to a database.
DatabaseConditionAction - Interface in flux
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.
DatabaseConditionAction.DatabaseConditionActionResult - Class in flux
The result when a DatabaseConditionAction runs.
DatabaseConditionAction.DatabaseConditionActionResult() - Constructor for class flux.DatabaseConditionAction.DatabaseConditionActionResult
 
DatabaseConditionTrigger - Interface in flux
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.
DatabaseQueryAction - Interface in flux
Executes an SQL query in the engine's database and makes the resulting JDBC result set available to flow chart actions.
DatabaseQueryAction.DatabaseQueryActionResult - Class in flux
A facade over a JDBC result set that is returned after this action runs.
DatabaseQueryAction.DatabaseQueryActionResult() - Constructor for class flux.DatabaseQueryAction.DatabaseQueryActionResult
 
DatabaseStoredProcedureAction - Interface in flux
Calls a stored procedure and makes the results of the stored procedure, if any, available to the flow context.
DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult - Class in flux
A facade over OUT parameters and a JDBC result set, which are returned after an SqlStoredProcedureAction runs.
DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult() - Constructor for class flux.DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
 
DatabaseType - Enum in flux
Indicates the kind of database that the engine uses.
DatabaseUpdateAction - Interface in flux
Executes SQL statements in a database.
DatabaseUpdateAction.DatabaseUpdateActionResult - Class in flux
The result after this action runs.
DatabaseUpdateAction.DatabaseUpdateActionResult() - Constructor for class flux.DatabaseUpdateAction.DatabaseUpdateActionResult
 
DAY - Static variable in interface flux.Relative
day
DAY_OF_MONTH - Static variable in class flux.CronColumn
The Day-of-Month Cron column.
DAY_OF_WEEK - Static variable in class flux.CronColumn
The Day-of-Week Cron column.
DAY_OF_YEAR - Static variable in class flux.CronColumn
The Day-of-Year Cron column.
DeadlineApproachingEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart or its denoted flow chart run is approaching its deadline.
DeadlineExceededEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart or its denoted flow chart run exceeds its deadline.
DEC - Static variable in interface flux.Cron
December
DEC - Static variable in interface flux.Relative
December
DECEMBER - Static variable in interface flux.Cron
December
Decision - Interface in flux
A special node that makes an explicit decision, also known as a conditional branch.
DEFAULT_AGENT_FAILOVER_TIME_WINDOW - Static variable in class flux.Configuration
Default value is "+15m".
DEFAULT_AUDIT_TRAIL_EXPIRATION - Static variable in class flux.Configuration
Default value is "+w", one week.
DEFAULT_AUDIT_TRAIL_FILTER - Static variable in class flux.Configuration
Default value is "".
DEFAULT_AUDIT_TRAIL_LOGGER - Static variable in class flux.Configuration
Default value is audit_trail.
DEFAULT_AUDIT_TRAIL_ROLLBACK_RECORDINGS_ENABLED - Static variable in class flux.Configuration
Default value is false.
DEFAULT_CACHE_SIZE - Static variable in class flux.Configuration
Default value is 200.
DEFAULT_CACHE_TYPE - Static variable in class flux.Configuration
Default value is CacheType.LOCAL.
DEFAULT_CLIENT_LOGGER - Static variable in class flux.Configuration
Default value is client.
DEFAULT_CLUSTER_NETWORKING_ENABLED - Static variable in class flux.Configuration
Default value is true.
DEFAULT_CONCURRENCY_THROTTLE - Static variable in class flux.agent.AgentConfiguration
Default value is 10.
DEFAULT_DAILY_MAINTENANCE_TIME - Static variable in class flux.Configuration
Default value is "0 0 0 2", which means that the daily maintenance is performed at 02:00 each morning, local time.
DEFAULT_DATA_SOURCE_AUTO_COMMIT_CHECK - Static variable in class flux.Configuration
Default value is true.
DEFAULT_DATA_SOURCE_CACHING - Static variable in class flux.Configuration
Default value is false.
DEFAULT_DATA_SOURCE_PASSWORD - Static variable in class flux.Configuration
Default value is "".
DEFAULT_DATA_SOURCE_USER_TRANSACTION_CLIENT_JNDI_NAME - Static variable in class flux.Configuration
Default value is "java:comp/UserTransaction".
DEFAULT_DATA_SOURCE_USER_TRANSACTION_SERVER_JNDI_NAME - Static variable in class flux.Configuration
Default value is "java:comp/UserTransaction".
DEFAULT_DATA_SOURCE_USER_TRANSACTION_TIMEOUT - Static variable in class flux.Configuration
Default value is "+d", one day.
DEFAULT_DATA_SOURCE_USER_TRANSACTIONS - Static variable in class flux.Configuration
Default value is false.
DEFAULT_DATA_SOURCE_USERNAME - Static variable in class flux.Configuration
Default value is "".
DEFAULT_DATABASE_TYPE - Static variable in class flux.Configuration
Default value is DatabaseType.DERBY.
DEFAULT_ENGINE_CONTENTS_SUMMARY_FREQUENCY - Static variable in class flux.Configuration
Default value is "+1d", one day.
DEFAULT_ENGINE_PORT - Static variable in class flux.agent.AgentConfiguration
Default value is 7520.
DEFAULT_ENGINE_SSL - Static variable in class flux.agent.AgentConfiguration
Default value is true.
DEFAULT_FAILOVER_TIME_WINDOW - Static variable in class flux.Configuration
Default value is "+3m".
DEFAULT_FILE_TRANSFER_DEBUG - Static variable in class flux.Configuration
Default value is false.
DEFAULT_FLOW_CHART_DEADLINES_ENABLED - Static variable in class flux.Configuration
Default value is true.
DEFAULT_FLOW_CHART_ERROR_HANDLER - Static variable in interface flux.runtimeconfiguration.RuntimeConfigurationNode
This property specifies the default flow chart actions that are executed when a flow chart action raises an error and there is no explicit outbound error flow defined.
DEFAULT_FLOW_CHART_LOGGER - Static variable in class flux.Configuration
The default value is "flow_chart".
DEFAULT_HEARTBEAT_FREQUENCY - Static variable in class flux.Configuration
Default value is "+1H", one hour.
DEFAULT_INITIAL_CONTEXT_PASSWORD - Static variable in class flux.Configuration
Default value is "".
DEFAULT_INITIAL_CONTEXT_USERNAME - Static variable in class flux.Configuration
Default value is "".
DEFAULT_INTERNAL_LOGGER_FILE_DIRECTORY - Static variable in class flux.agent.AgentConfiguration
The default value is "
DEFAULT_INTERNAL_LOGGER_FILE_DIRECTORY - Static variable in class flux.Configuration
The default value is "
DEFAULT_INTERNAL_LOGGER_FILE_ROTATION_SIZE - Static variable in class flux.agent.AgentConfiguration
The default size is 10485760 (ten megabytes, 10 * 1024 * 1024).
DEFAULT_INTERNAL_LOGGER_FILE_ROTATION_SIZE - Static variable in class flux.Configuration
The default size is 10485760 (ten megabytes, 10 * 1024 * 1024).
DEFAULT_INTERNAL_LOGGER_LEVEL - Static variable in class flux.Configuration
The default value is Level.INFO.
DEFAULT_JDBC_CONNECTION_RECYCLE_FREQUENCY - Static variable in class flux.Configuration
Default value is "+1H".
DEFAULT_JDBC_ENCRYPTED_PASSWORD - Static variable in class flux.Configuration
Default value is "".
DEFAULT_JDBC_PASSWORD - Static variable in class flux.Configuration
Default value is "".
DEFAULT_JDBC_USERNAME - Static variable in class flux.Configuration
Default value is "sa".
DEFAULT_LDAP_ENABLED - Static variable in class flux.Configuration
The default value is false.
DEFAULT_LDAP_GROUP_TO_ROLE_MAP - Static variable in class flux.Configuration
Defaults to null, which implies that all LDAP users will be mapped to the Flow Chart Master security role in Flux, which is always guaranteed to exist.
DEFAULT_LDAP_USER_GROUP_ATTRIBUTE_IS_DN - Static variable in class flux.Configuration
Default value is false.
DEFAULT_LDAP_USER_SEARCH_MODE_ENABLED - Static variable in class flux.Configuration
Default value is true.
DEFAULT_LOG_EXPIRATION - Static variable in class flux.Configuration
Default value is "+w", one week.
DEFAULT_LOG_FILENAME - Static variable in class flux.agent.AgentConfiguration
Default value is flux-agent.log.
DEFAULT_LOGGER_TYPE - Static variable in class flux.Configuration
Default value is internal asynchronous.
DEFAULT_LOGGER_TYPES - Static variable in class flux.Configuration
Default value is a java.util.Set containing LoggerType.ASYNCHRONOUS.
DEFAULT_MAX_CONNECTIONS - Static variable in class flux.Configuration
Default value is 15.
DEFAULT_PORT - Static variable in class flux.Configuration
Default value is 7520.
DEFAULT_RUN_HISTORY_ENABLED - Static variable in class flux.Configuration
Default value is true.
DEFAULT_RUNTIME_CONFIGURATION - Static variable in class flux.Configuration
A default runtime configuration that allows at most one flow chart to run at the same time and defines a default error handler that retries failed actions up to five times, with one minute delays after a failure.
DEFAULT_RUNTIME_CONFIGURATION_FILE_REFRESH_FREQUENCY - Static variable in class flux.Configuration
Default value is "+m", one minute.
DEFAULT_SCRIPTING_LANGUAGES - Static variable in class flux.Configuration
Defaults to null, which implies that BeanShell is configured as the default scripting language.
DEFAULT_SECURITY_ENABLED - Static variable in class flux.Configuration
Default value is false.
DEFAULT_SERVER - Static variable in class flux.Configuration
Default value is false.
DEFAULT_SSL - Static variable in class flux.Configuration
Default value is true.
DEFAULT_SYSTEM_DELAY - Static variable in class flux.Configuration
Default value is "+3m".
DEFAULT_SYSTEM_DELAY_MINIMUM - Static variable in class flux.Configuration
Default value is "+1s".
DEFAULT_SYSTEM_LOGGER - Static variable in class flux.Configuration
The default value is "system".
DEFAULT_SYSTEM_RESOURCE_COMMAND - Static variable in class flux.Configuration
Default value is "".
DEFAULT_SYSTEM_RESOURCE_INTERVAL - Static variable in class flux.Configuration
Default value is "".
DEFAULT_TABLE_PREFIX - Static variable in class flux.Configuration
Default value is "FLUX_".
DeferringExecutionFlowEvent - Interface in flux.audittrail.server
Logged to the audit trail when an execution flow ceases running for a while.
DelayTrigger - Interface in flux
This delay trigger pauses, or sleeps, for a while after an execution flow reaches this trigger.
DelayTrigger.Delay_Result - Class in flux
Deprecated. Use DelayTriggerResult instead. Deprecated in Flux 7.2. Will be removed in Flux 8.0.
DelayTrigger.Delay_Result() - Constructor for class flux.DelayTrigger.Delay_Result
Deprecated.  
DelayTrigger.DelayTriggerResult - Class in flux
The result when a delay trigger fires.
DelayTrigger.DelayTriggerResult() - Constructor for class flux.DelayTrigger.DelayTriggerResult
 
deserialize(byte[]) - Static method in class flux.EngineHelper
Deserializes the specified array of bytes to an object.
dispose() - Method in class flux.agent.Agent
Stops this agent, waits for any running processes to finish, and then shuts down the agent.
dispose(String) - Method in interface flux.agent.AgentAdministrator
Unregisters this agent and then shuts it down.
dispose() - Method in interface flux.Engine
Stops the engine, disposes all engine resources, and finally shuts down the engine.
disposeFluxEngine() - Method in class flux.jmx.FluxEngineManagerForJmx
 
disposeFluxEngine() - Method in interface flux.jmx.FluxEngineManagerForJmxMBean
Disposes the Flux engine instance that was previously created or looked up.
doNotUseForInternalUseOnly - Variable in class flux.DatabaseQueryAction.DatabaseQueryActionResult
Do not use this object.
doNotUseForInternalUseOnly - Variable in class flux.DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
Do not use this object.
DoubleFileParameter - Interface in flux.file
Used in file actions that operate using a source set of file parameters and a target set of file parameters.
DRIVER - Static variable in class flux.Configuration
The class name of a JDBC driver.
DynamicEjbEntityAction - Interface in flux.j2ee
Invokes a method on an EJB entity bean home interface, which is responsible for returning one or more remote references.
DynamicEjbSessionAction - Interface in flux.j2ee
Creates and invokes a method on an EJB session bean.
DynamicJavaAction - Interface in flux
Creates a Java object from a class, then invokes a method on the newly created object.
DynamicMethod - Interface in flux
Allows arbitrary methods to be called on objects.
DynamicRmiAction - Interface in flux
Invokes a method on an existing RMI server object that does not implement any specific interface.

E

EjbEntityAction - Interface in flux.j2ee
Invokes a method on an EJB entity bean home interface, which is responsible for returning one or more remote references.
EjbListener - Interface in flux.j2ee
Used to create and invoke EJBs.
EjbSessionAction - Interface in flux.j2ee
Creates and invokes a method on an EJB session bean.
end - Variable in class flux.RegularExpressionAction.RegularExpressionActionResult
The 0-based index of the last character matched of the input.
EndingRunEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart run finishes.
Engine - Interface in flux
The Flux engine that executes flow charts and contains a variety of job scheduling, automated workflow, managed file transfer, and workload automation functionality.
ENGINE_CONTENTS_SUMMARY_FREQUENCY - Static variable in class flux.Configuration
A time expression that specifies the frequency with which engine contents status audit trail events are generated.
ENGINE_ENCRYPTED_PASSWORD - Static variable in class flux.agent.AgentConfiguration
The encrypted password this agent uses to login to a remote Flux engine.
ENGINE_HOST - Static variable in class flux.agent.AgentConfiguration
The host name of the Flux engine with which an agent intends to register.
ENGINE_PASSWORD - Static variable in class flux.agent.AgentConfiguration
The password this agent uses to login to a remote Flux engine.
ENGINE_PORT - Static variable in class flux.agent.AgentConfiguration
The TCP/IP port to which a remote Flux engine listens.
ENGINE_SSL - Static variable in class flux.agent.AgentConfiguration
Indicates whether the remote Flux engine is secured using SSL.
ENGINE_USERNAME - Static variable in class flux.agent.AgentConfiguration
The username this agent uses to login to a remote Flux engine.
EngineCommunicationException - Exception in flux
Indicates that a communication failure, either at a low-level network level or a high-level protocol level, has occurred when working with an engine or related network object.
EngineCommunicationException(String) - Constructor for exception flux.EngineCommunicationException
Raises an engine communication exception.
EngineCommunicationException(Throwable) - Constructor for exception flux.EngineCommunicationException
Raises an engine communication exception.
EngineCommunicationException(String, Throwable) - Constructor for exception flux.EngineCommunicationException
Raises an engine communication exception.
EngineContentsSummary - Interface in flux.audittrail.status
This event contains general status information about the state of the flow charts in the Flux engine.
EngineDatabaseCommandsFailing - Interface in flux.audittrail.status
A heartbeat event that indicates that at least five closely spaced database commands issued by the Flux engine have all failed with an error.
EngineException - Exception in flux
Indicates that a general failure has occurred when working with a Flux engine or related object.
EngineException(String) - Constructor for exception flux.EngineException
Raises an engine exception.
EngineException(Throwable) - Constructor for exception flux.EngineException
Raises an engine exception.
EngineException(String, Throwable) - Constructor for exception flux.EngineException
Raises an engine exception.
EngineHelper - Class in flux
Helper methods to be used when interacting with the engine and the Flux system as a whole.
EngineHelper() - Constructor for class flux.EngineHelper
 
EngineInfo - Interface in flux
Contains information about an engine in a cluster.
EngineMainBlocked - Interface in flux.audittrail.status
A heartbeat event that indicates that the Flux engine's primary flow of control is alive, but it is blocked or deadlocked and cannot make progress.
EngineMainStopped - Interface in flux.audittrail.status
A heartbeat event that indicates that the Flux engine's primary flow of control has stopped due to an error condition.
engineName - Variable in class flux.AuditTrailTrigger.AuditTrailTriggerResult
The name of the engine that reported this audit trail event.
EngineRestartEvent - Interface in flux.audittrail.server
Logged to the audit trail when an engine is restarted using the new configuration.
EnteringActionEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart enters an action.
EnteringCallEvent - Interface in flux.audittrail.client
Logged to the audit trail when a client API call starts.
EnteringTriggerEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart enters a trigger.
equals(Date, Date) - Static method in class flux.EngineHelper
Compares two dates for equality.
equals(Object) - Method in class flux.security.Privilege
 
ErrorAction - Interface in flux
Throws an exception and forces error processing to occur.
ErrorCondition - Interface in flux.audittrail.status
Abstract interface that represents a heartbeat event containing a diagnosed severe error in the Flux engine.
ErrorResult - Class in flux
Contains error information, including the exception object, when an exception is thrown from a trigger or action in a running flow chart.
ErrorResult() - Constructor for class flux.ErrorResult
 
ErrorResultElement - Class in flux
Contains error information when an exception is thrown from a trigger or action in a running flow chart.
ErrorResultElement() - Constructor for class flux.ErrorResultElement
 
evaluate(String, TimeExpression, TimeExpression) - Method in interface flux.Relative
Appends "?unit{then}{else}" to the relative time expression.
eventMessage - Variable in class flux.AuditTrailTrigger.AuditTrailTriggerResult
This audit trail event's message.
eventName - Variable in class flux.AuditTrailTrigger.AuditTrailTriggerResult
This audit trail event's name.
exception - Variable in class flux.ErrorResult
The actual exception that was thrown from a trigger or action in a running flow chart.
exclude(String, Date, String, String) - Method in interface flux.BusinessInterval
Excludes a span of time from execution.
exclude(String, Date, Date, String, String, int) - Method in interface flux.BusinessInterval
Excludes a span of time from execution.
exclude(String, String, String, String, String, int) - Method in interface flux.BusinessInterval
Excludes a span of time from execution.
exclude(String) - Method in interface flux.file.IncludesFileCriteria
Excludes files matching the file pattern from the file patter.
excludeAll() - Method in interface flux.BusinessInterval
Excludes all times for this business interval.
excludeDay(String, Date) - Method in interface flux.BusinessInterval
Excludes a calendar day from execution.
excludeDay(String, Date, String) - Method in interface flux.BusinessInterval
Excludes a calendar day from execution.
execute(FlowContext) - Method in interface flux.Action
Called internally by an engine when an action, or trigger, is executed.
ExecutingActionEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart executes an action and that action provides an update on its execution status.
ExitingActionEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart exits an action.
ExitingActionOnErrorEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart exits an action with an error.
ExitingActionOnSignalEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart exits an action after signals are raised during execution of that action.
ExitingActionOnTimeoutEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart exits an action after signals, including the timeout signal, are raised during execution of that action.
ExitingCallEvent - Interface in flux.audittrail.client
Logged to the audit trail when a client API call finishes normally.
ExitingCallWithErrorEvent - Interface in flux.audittrail.client
Logged to the audit trail when a client API call finishes with an error, which is indicated when an exception is thrown.
ExitingTriggerEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart exits a trigger.
ExitingTriggerOnErrorEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart exits a trigger with an error.
ExitingTriggerOnSignalEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart exits a trigger after signals are raised while that trigger waits to fire.
ExitingTriggerOnTimeoutEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart exits a trigger after signals, including the timeout signal, are raised while that trigger waits to fire.
ExitingTriggerWithoutFiringEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart enters a trigger and leaves before the trigger is ready to fire.
expedite(String) - Method in interface flux.Engine
Forces the specified flow charts to be executed as soon as possible.
expire() - Method in interface flux.DelayTrigger
Resets the state of this delay trigger as though it had expired and control had flowed down the expiration path.
expire() - Method in interface flux.TimerTrigger
Resets the state of this timer trigger as though it had expired and control had flowed down the expiration path.

F

Factory - Class in flux
Makes engines, looks up remote engines, and creates other useful objects.
Factory() - Constructor for class flux.Factory
 
failed_count - Variable in class flux.file.FileActionResult
The number of files that failed in the file action operation.
FAILOVER_TIME_WINDOW - Static variable in class flux.Configuration
A time expression that specifies how often engines check for failed engine instances.
FAIRNESS_TIME_WINDOW - Static variable in class flux.Configuration
If set to a non-null time expression, permits flow chart priorities to temporarily rise over time in order to prevent lower priority flow charts from starving and never being allowed to execute due to the fact that higher priority flow charts generally run before lower priority flow charts.
fallsOn(Date, String) - Static method in class flux.EngineHelper
Determines if the specified date falls on the specified unit.
fallsOn(Date, String, AllowableBusinessInterval, TimeZone) - Static method in class flux.EngineHelper
Determines if the specified date falls on the specified unit.
FEB - Static variable in interface flux.Cron
February
FEB - Static variable in interface flux.Relative
February
FEBRUARY - Static variable in interface flux.Cron
February
FIFO_SCHEDULING_ENABLED - Static variable in interface flux.runtimeconfiguration.RuntimeConfigurationNode
This property controls whether flows charts in the current branch in the tree of flow charts are scheduled for execution in a first-in-first-out manner.
FILE_TRANSFER_DEBUG - Static variable in class flux.Configuration
Whether debugging is enabled for file transfers.
FileActionException - Exception in flux.file
Indicates that an error has occurred in a file action and contains file listings for successful and unsuccessful file operations that occurred before the file action failed.
FileActionException(String, Map<String, String>, Map<String, String>) - Constructor for exception flux.file.FileActionException
Raises a file action exception.
FileActionException(Throwable, Map<String, String>, Map<String, String>) - Constructor for exception flux.file.FileActionException
Raises a file action exception.
FileActionException(String, Throwable, Map<String, String>, Map<String, String>) - Constructor for exception flux.file.FileActionException
Raises a file action exception.
FileActionResult - Class in flux.file
Contains listings, in various formats, of files that underwent successful file actions.
FileActionResult() - Constructor for class flux.file.FileActionResult
 
FileCopyAction - Interface in flux.file
Copies a group of source files and directories to a group of targets.
FileCreateAction - Interface in flux.file
Creates a group of files and directories.
FileCriteria - Interface in flux.file
Represents a group of files and directories that are used in a file operation.
FileDecryptPgpAction - Class in flux.file
Decrypts a set of PGP-encrypted files.
FileDecryptPgpAction() - Constructor for class flux.file.FileDecryptPgpAction
Creates a PGP decryption action that is not associated with a flow chart.
FileDecryptPgpAction(FlowChart, String) - Constructor for class flux.file.FileDecryptPgpAction
Creates a PGP decryption action that is associated with the specified flow chart.
FileDeleteAction - Interface in flux.file
Deletes a group of files and directories.
FileEncryptPgpAction - Class in flux.file
Encrypts a set of files using PGP encryption.
FileEncryptPgpAction() - Constructor for class flux.file.FileEncryptPgpAction
Creates a PGP encryption action that is not associated with a flow chart.
FileEncryptPgpAction(FlowChart, String) - Constructor for class flux.file.FileEncryptPgpAction
Creates a PGP encryption action that is associated with the specified flow chart.
FileExistTrigger - Interface in flux.file
Fires when specified files and directories exist.
FileFactory - Interface in flux.file
Creates file triggers and actions and other helper objects used by file triggers and actions.
FileInfo - Class in flux.file
Contains information about a file.
FileInfo() - Constructor for class flux.file.FileInfo
 
fileinfo_matches - Variable in class flux.file.FileTrigger.FileTriggerResult
Contains details about files against which the file trigger matched using its file criteria.
FileModifiedTrigger - Interface in flux.file
Fires when specified files and directories are modified.
FileMoveAction - Interface in flux.file
Moves (renames) a group of source files and directories to a group of targets.
filename - Variable in class flux.file.FileInfo
The name of this file without path information.
filename - Variable in class flux.notification.MailTrigger.Mail_Attachment
Deprecated. The name of the file attachment.
filename_matches - Variable in class flux.file.FileTrigger.FileTriggerResult
Contains simple, base file names, without path information, of files against which the file trigger matched using its file criteria.
filenames - Variable in class flux.file.FileActionResult
Source to destination mapping of filenames for which the file action was carried out successfully.
FileNotExistTrigger - Interface in flux.file
Fires when specified files and directories do not exist.
FilePattern - Interface in flux.file
Represents a group of files and directories that are used in a file operation, including a count that can be specified to denote the minimum number of files that must match the file pattern when wildcards are used.
FileRenameAction - Interface in flux.file
The exact same behavior as FileMoveAction.
FileStableTrigger - Interface in flux.file
Abstract interface that defines a measure of stability that must exist before a file trigger can fire.
FileTransferException - Exception in flux.file
Indicates that a general file transfer failure has occurred when working with a file action or trigger.
FileTransferException(String) - Constructor for exception flux.file.FileTransferException
Raises a file transfer exception.
FileTransferException(Throwable) - Constructor for exception flux.file.FileTransferException
Raises a file transfer exception.
FileTransferException(String, Throwable) - Constructor for exception flux.file.FileTransferException
Raises a file transfer exception.
FileTransferInfo - Interface in flux.file
Contains information about a file being transferred by a file action.
FileTrigger - Interface in flux.file
Abstract interface that fires when specified files and directories change state.
FileTrigger.File_Res - Class in flux.file
Deprecated. Use FileTriggerResult instead. Deprecated in Flux 7.2. Will be removed in Flux 8.0.
FileTrigger.File_Res() - Constructor for class flux.file.FileTrigger.File_Res
Deprecated.  
FileTrigger.FileTriggerResult - Class in flux.file
File trigger result, which contains matching files and directories from a concrete file trigger.
FileTrigger.FileTriggerResult() - Constructor for class flux.file.FileTrigger.FileTriggerResult
 
FileUnzipAction - Class in flux.file
Decompresses a single zip file into a specified directory.
FileUnzipAction() - Constructor for class flux.file.FileUnzipAction
Creates a file unzip action that is not associated with a flow chart.
FileUnzipAction(FlowChart, String) - Constructor for class flux.file.FileUnzipAction
Creates a file unzip action that is associated with the specified flow chart.
FileZipAction - Class in flux.file
Compresses a set of files into a single file using zip compression.
FileZipAction() - Constructor for class flux.file.FileZipAction
Creates a file zip action that is not associated with a flow chart.
FileZipAction(FlowChart, String) - Constructor for class flux.file.FileZipAction
Creates a file zip action that is associated with the specified flow chart.
findBusinessIntervalUsages(String) - Method in interface flux.Engine
Finds flow charts in the engine that reference the specified business interval.
findBusinessIntervalUsages(String) - Method in interface flux.repository.RepositoryAdministrator
Finds repository flow charts that reference the specified business interval.
findPathToComponent(AllowableBusinessInterval) - Method in interface flux.BusinessInterval
Returns a list of BusinessIntervalElements that represents the path to the specified component.
fine(String) - Method in interface flux.logging.Logger
Logs a message at the FINE level.
finer(String) - Method in interface flux.logging.Logger
Logs a message at the FINER level.
finest(String) - Method in interface flux.logging.Logger
Logs a message at the FINEST level.
FinishingExecutionFlowEvent - Interface in flux.audittrail.server
Logged to the audit trail when an execution flow finishes.
FinishingFlowChartEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart finishes.
Flow - Interface in flux
Represents a flow from one action or trigger to another.
FLOW_CHART_DEADLINES_ENABLED - Static variable in class flux.Configuration
Indicates whether flow chart deadlines (SLAs or Service Level Agreements) are enabled; disabling deadlines reduces database activity.
FLOW_CHART_LOGGER - Static variable in class flux.Configuration
The name of the logger used when logging information during flow chart execution.
FlowChart - Interface in flux
Represents a set of actions (and triggers) and the flows between them.
FlowChartAction - Interface in flux
Exports a new workflow to an engine.
FlowChartAction.FlowChartActionResult - Class in flux
The result when a Flow Chart Action finishes executing.
FlowChartAction.FlowChartActionResult() - Constructor for class flux.FlowChartAction.FlowChartActionResult
 
FlowChartElement - Interface in flux
Contains the fundamental portions of a running flow context within an executing flow chart.
FlowChartElementIterator - Interface in flux
Contains multiple flow chart elements that are retrieved from a Flux engine; YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT !
FlowChartFailoverEvent - Interface in flux.audittrail.server
Logged to the audit trail when a running flow chart's heartbeat is older than the engine configuration property FAILOVER_TIME_WINDOW and that flow chart is released (unassigned) from the engine executing it.
FlowChartIterator - Interface in flux
Contains multiple flow charts that are retrieved from a Flux engine; YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT !
FlowChartRemovedEvent - Interface in flux.audittrail.client
Logged to the audit trail when a flow chart is removed from the engine.
FlowChartRun - Interface in flux
Contains information about a flow chart run.
FlowChartRunIterator - Interface in flux
Contains multiple flow chart runs.
FlowChartSource - Interface in flux.runtimedatamap
Represents the source for a runtime data mapping that originates from a flow chart variable.
FlowChartTarget - Interface in flux.runtimedatamap
Represents the target for a runtime data mapping that has a flow chart variable as its destination.
FlowChartTrigger - Interface in flux
Watches a given namespace until there are no more flow charts in that namespace.
FlowContext - Interface in flux
Provides information about a particular flow of execution in a flow chart.
FlowContextDetails - Interface in flux.audittrail.status
Contains status information for a flow context within a flow chart.
FlowContextSource - Interface in flux.runtimedatamap
Represents the source for a runtime data mapping that originates from a flow context.
FlowContextStatus - Interface in flux
Represents the state of a running flow context within an executing flow chart.
FlowContextTarget - Interface in flux.runtimedatamap
Represents the target for a runtime data mapping that has a flow context as its destination.
flux - package flux
File Orchestration Solutions for Banking and Finance
flux.agent - package flux.agent
Execution of processes on remote computers to increase overall system throughput and to allow processes to run on computers that contain unique resources
flux.audittrail - package flux.audittrail
Audit trail
flux.audittrail.client - package flux.audittrail.client
Client-side audit trail
flux.audittrail.server - package flux.audittrail.server
Server-side audit trail
flux.audittrail.status - package flux.audittrail.status
Heartbeat, database trouble, and status events
flux.file - package flux.file
File triggers and actions
flux.j2ee - package flux.j2ee
Java EE triggers and actions
flux.jmx - package flux.jmx
JMX MBean for the Flux engine
flux.logging - package flux.logging
Logging
flux.notification - package flux.notification
Triggers and actions that receive and send email notifications
flux.repository - package flux.repository
Storage depot of template workflows and other reusable Flux components like engine configurations
flux.runtimeconfiguration - package flux.runtimeconfiguration
Configuration properties that can be updated at runtime, including concurrency throttles and default workflow error handlers
flux.runtimedatamap - package flux.runtimedatamap
Copies data within workflows at runtime in order to configure workflow on-the-fly with runtime data
flux.security - package flux.security
Security that provides user authentication, security roles, and fine-grained permissions for working with engines, the cluster, and the Operations Console
FluxEngineManagerForJmx - Class in flux.jmx
A JMX MBean for managing a Flux engine.
FluxEngineManagerForJmx() - Constructor for class flux.jmx.FluxEngineManagerForJmx
 
FluxEngineManagerForJmxMBean - Interface in flux.jmx
The interface to a JMX MBean for managing a Flux engine.
ForEachAction - Interface in flux
Abstract interface used by "for each" actions, which iterate over a collection of data.
ForEachAction.For_Each_Res - Class in flux
Deprecated. Use ForEachResult instead. Deprecated in Flux 7.2. Will be removed in Flux 8.0.
ForEachAction.For_Each_Res() - Constructor for class flux.ForEachAction.For_Each_Res
Deprecated.  
ForEachAction.ForEachResult - Class in flux
The result from a "for each" action, which indicates whether the end of data has been found.
ForEachAction.ForEachResult() - Constructor for class flux.ForEachAction.ForEachResult
 
ForEachCollectionElementAction - Interface in flux
Makes each element in a collection available for individual processing in a flow chart.
ForEachNumberAction - Interface in flux
Iterates over an inclusive range of numbers.
forecast(String, Date, Date) - Method in interface flux.Engine
Returns an ordered result of flow charts, based on the next scheduled firing time of each flow chart, given all flow charts in the specified flow chart namespace and within the specified time range.
ForecastElement - Interface in flux
Contains information on when a flow chart is expected to fire.
ForecastIterator - Interface in flux
Indicates when some flow charts that contain Timer Triggers are expected to fire; YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT!
FRI - Static variable in interface flux.Cron
Friday
FRI - Static variable in interface flux.Relative
Friday
FRIDAY - Static variable in interface flux.Cron
Friday
from_addresses - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. List of String.
fromString(String) - Static method in enum flux.runtimeconfiguration.ConcurrencyConstraintOperator
Converts "<" or "<=" to its corresponding ConcurrencyConstraintOperator enumeration constant.
FtpCommandAction - Interface in flux.file
Executes a sequence of commands on an FTP, SFTP, or FTPS host.
FtpCommandAction.FtpCommandActionResult - Class in flux.file
The result when an FTP command action finishes execution.
FtpCommandAction.FtpCommandActionResult() - Constructor for class flux.file.FtpCommandAction.FtpCommandActionResult
 
FtpFileListParser - Interface in flux.file
Contains the methods that a custom FTP file list parser must implement in order to provide FTP actions with the ability to parse non-standard FTP directory listings.
FtpHost - Interface in flux.file
Represents an FTP host on a network.
FtpSslEncryptionProtocol - Enum in flux.file
Used in conjunction with FtpSslHost to indicate the encryption protocol used when communicating with an FTP-over-SSL (FTPS) host on a network.
FtpSslHost - Interface in flux.file
Represents an FTP-over-SSL (FTPS) host on a network.
FtpTransferMode - Enum in flux.file
Indicates the transfer mode to use when transferring files using FTP, Secure FTP (SFTP), or FTP-over-SSL (FTPS).

G

get(String) - Method in interface flux.agent.AgentAdministrator
Returns information about the specified Flux agent, which is assumed to be already registered with a Flux engine in this cluster.
get(CronColumn) - Method in interface flux.CronSlice
Returns a sorted set of elements representing the included values of the selected column.
get() - Method in interface flux.Engine
Returns all flow charts ordered by flow chart name.
get(String) - Method in interface flux.Engine
Returns a flow chart whose name matches the specified flow chart name.
get() - Method in interface flux.Relative
Returns a sorted set of elements representing the included values of this Relative time expression.
get(String) - Method in interface flux.repository.RepositoryAdministrator
Returns elements from the repository.
get(String, SortOrder) - Method in interface flux.repository.RepositoryAdministrator
Returns elements from the repository.
get(String, Set<RepositoryElementType>) - Method in interface flux.repository.RepositoryAdministrator
Returns elements from the repository.
get(String, Set<RepositoryElementType>, SortOrder) - Method in interface flux.repository.RepositoryAdministrator
Returns elements from the repository.
get() - Method in interface flux.repository.RepositoryElement
Returns the specific object that this repository element represents.
get(String) - Method in interface flux.VariableManager
Finds a variable in this variable manager with the given name.
getAbsoluteFilename() - Method in interface flux.file.FileTransferInfo
Returns the absolute filename of the file being transferred.
getAction() - Method in interface flux.audittrail.server.DeferringExecutionFlowEvent
Returns the name of the action at which execution is deferred.
getAction(String) - Method in interface flux.FlowChart
Returns the existing action with the given name.
getActionCatalog() - Static method in class flux.EngineHelper
Returns a tree of triggers and actions that can be used to construct flow charts.
getActionDescription() - Method in interface flux.FlowChartElement
Returns the description for the currently executing action or trigger on this running flow context.
getActionHistory(String, String) - Method in interface flux.Engine
Returns historical timestamps for an action or trigger in a flow chart.
getActionHistory(String, Date, Date) - Method in interface flux.Engine
Returns historical execution timestamps which occurred within the lower and upper date boundaries for all actions and triggers in a flow chart.
getActionHistory(String, String, Date, Date) - Method in interface flux.Engine
Returns historical execution timestamps which occurred within the lower and upper date boundaries for an action or trigger in a flow chart.
getActionHistory(String, Date, Date, String) - Method in interface flux.Engine
Returns historical execution timestamps which occurred within the lower and upper date boundaries for an action or trigger type in a flow chart.
getActionName() - Method in interface flux.ActionHistory
Returns the identifying name of this action or trigger.
getActionName() - Method in interface flux.audittrail.AuditTrailEntry
Returns the action name that this audit trail entry affected.
getActionName() - Method in interface flux.audittrail.AuditTrailFlowContext
Returns the name of the action that invoked this listener.
getActionName() - Method in interface flux.AuditTrailTrigger
Returns the action name filter.
getActionName() - Method in interface flux.RemoteKeyFlowContext
Returns the name of the action that invoked this listener.
getActionName() - Method in class flux.security.AccessibleActionVariable
Returns the name of the action, in conjunction with a namespace and an action variable, that is accessible to a security privilege.
getActionOrTriggerName() - Method in interface flux.audittrail.server.AbstractActionOrTriggerName
Returns the name of the action or trigger that generated a server side event.
getActions() - Method in interface flux.FlowChart
Returns all actions in the flow chart.
getActionType() - Method in interface flux.FlowChartElement
Returns the bean display name for the currently executing trigger or action on this running flow context.
getActionType() - Method in interface flux.RestAction
Returns the kind of HTTP action to perform against the REST service.
getActionVariableName() - Method in class flux.security.AccessibleActionVariable
Returns the name of the action variable, in conjunction with a namespace and an action, that is accessible to a security privilege.
getActionVariables() - Method in class flux.security.Privilege
Returns action variables used by some permission types.
getActiveWindow() - Method in interface flux.file.FileTrigger
Deprecated. Use FileTrigger.getActiveWindowNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
getActiveWindowNamespace() - Method in interface flux.file.FileTrigger
Returns a repository namespace to a business interval, which indicates the times when this file trigger may scan for files.
getAgentAdministrator() - Method in interface flux.Engine
Returns the agent administrator for this engine instance, which is responsible for registering agents, unregistering agents, monitoring agents, and accepting responses from agents.
getAgentConfiguration() - Method in interface flux.repository.RepositoryElement
Returns this repository element specifically as an agent configuration.
getAgentFailoverTimeWindow() - Method in class flux.Configuration
Returns the AGENT_FAILOVER_TIME_WINDOW configuration property.
getAgentName() - Method in interface flux.audittrail.server.AgentRestartEvent
Returns the name of the agent that generated this audit trail event.
getAgentPool() - Method in interface flux.agent.AgentAction
This property indicates whether this process runs on an agent, and if it does, which subset of agents are considered for process execution.
getAlgorithm() - Method in class flux.file.FileEncryptPgpAction
Returns the encryption algorithm used for the PGP encryption.
getAll() - Method in interface flux.agent.AgentAdministrator
Returns information about all Flux agents that are registered with any Flux engine in this cluster.
getAllSignals() - Method in interface flux.FlowChart
Returns all signals that are raised, cleared, monitored, or specified as a flow condition in this flow chart.
getApplicationProperties() - Static method in class flux.EngineHelper
Loads application-specific properties from the "factories.properties" file, which must be located on the system class path, on the current class loader's class path, or in the directory where the JVM is started, which is specified by the system property "user.dir".
getArgument(int) - Method in interface flux.DynamicMethod
Returns the argument corresponding to the listener's method signature.
getArgumentCount() - Method in interface flux.DynamicMethod
Returns the number of arguments in the listener's method signature.
getArguments() - Method in interface flux.ProcessAction
Returns command line arguments for the native process.
getArgumentType(int) - Method in interface flux.DynamicMethod
Returns the argument type corresponding to the listener's method signature.
getAsynchronous() - Method in interface flux.ProcessAction
Returns whether the native process runs asynchronously, in the background.
getAttachments() - Method in interface flux.notification.MailAction
Returns the mail attachments for this mail.
getAuditTrailEventName() - Method in interface flux.audittrail.AuditTrailEntry
Returns the name of the audit trail event for this audit trail entry.
getAuditTrailExpiration() - Method in class flux.Configuration
Returns the AUDIT_TRAIL_EXPIRATION configuration property.
getAuditTrailExpiration() - Method in interface flux.Engine
Returns a time expression indicating how old individual audit trail entries in the Flux audit trail must be before they are automatically pruned.
getAuditTrailFilter() - Method in class flux.Configuration
Returns the AUDIT_TRAIL_FILTER configuration property.
getAuditTrailLogger() - Method in class flux.Configuration
Returns the AUDIT_TRAIL_LOGGER configuration property.
getAuditTrailRollbackRecordingsEnabled() - Method in class flux.Configuration
Returns the AUDIT_TRAIL_ROLLBACK_RECORDINGS_ENABLED configuration property.
getAverageRuntime(String) - Method in interface flux.Engine
Returns the average length of execution time in milliseconds for all runs in the specified namespace.
getAverageRuntime(String, Date, Date) - Method in interface flux.Engine
Returns the average length of execution time in milliseconds for all runs in the specified namespace which occurred within the lower and upper date boundaries.
getAverageRuntime() - Method in interface flux.FlowChartElement
Returns the average runtime in milliseconds for this flow chart's run.
getAverageRuntimeForAction(String, String) - Method in interface flux.Engine
Returns the average length of execution time for an action or trigger in a specific flow chart.
getAverageRuntimeForAction(String, String, Date, Date) - Method in interface flux.Engine
Returns the average length of execution time for an action or trigger in a specific flow chart for all execution times which occurred in the specified date boundaries.
getAverageWaitTimeForTrigger(String, String) - Method in interface flux.Engine
Returns the average length of time a trigger in a specific flow chart took to fire.
getAverageWaitTimeForTrigger(String, String, Date, Date) - Method in interface flux.Engine
Returns the average length of time a trigger in a specific flow chart took to fire during the specified date boundaries.
getBaseUrl() - Method in interface flux.RestAction
Returns the base URL that defines how the REST service is accessed and used.
getBaseUrlAsString() - Method in interface flux.RestAction
Returns the base URL that defines how the REST service is accessed and used.
getBccAddresses() - Method in interface flux.notification.MailAction
Returns the BCC addresses for this mail.
getBeanInfo() - Method in interface flux.CatalogNode
Returns property information for an action.
getBeanInfo(Action) - Static method in class flux.EngineHelper
Returns a BeanInfo object for the specified action, which describes the properties that are defined on a class of triggers or actions.
getBeanInfo(FlowChart) - Static method in class flux.EngineHelper
Returns a BeanInfo object for the specified flow chart, which describes the properties that are defined on all flow charts.
getBeginning() - Method in class flux.agent.AgentFileActionResult
 
getBeginning() - Method in class flux.agent.AgentFileTriggerResult
 
getBeginning() - Method in class flux.agent.AgentProcessActionResult
 
getBeginning() - Method in interface flux.agent.AgentResult
Returns the timestamp at which this process began executing.
getBindName() - Method in interface flux.Rmi
Returns the name that the RMI server object is bound to in the RMI registry.
getBlobReader(ResultSet, String) - Method in class flux.ApacheDbcpOracleAdapter
 
getBlobReader(ResultSet, String) - Method in class flux.JBossOracleAdapter
 
getBlobReader(ResultSet, String) - Method in class flux.OracleAdapter
 
getBlobReader(ResultSet, String) - Method in interface flux.OracleLargeObjectAdapter
Returns a binary stream that can read large binary data from an Oracle BLOB database column.
getBlobReader(ResultSet, String) - Method in class flux.TomcatOracleAdapter
 
getBlobReader(ResultSet, String) - Method in class flux.WebLogicOracleAdapter
 
getBlobReader(ResultSet, String) - Method in class flux.WebSphereOracleAdapter
 
getBlobWriter(ResultSet, String) - Method in class flux.ApacheDbcpOracleAdapter
 
getBlobWriter(ResultSet, String) - Method in class flux.JBossOracleAdapter
 
getBlobWriter(ResultSet, String) - Method in class flux.OracleAdapter
 
getBlobWriter(ResultSet, String) - Method in interface flux.OracleLargeObjectAdapter
Returns a binary stream that can write large binary data from an Oracle BLOB database column.
getBlobWriter(ResultSet, String) - Method in class flux.TomcatOracleAdapter
 
getBlobWriter(ResultSet, String) - Method in class flux.WebLogicOracleAdapter
 
getBlobWriter(ResultSet, String) - Method in class flux.WebSphereOracleAdapter
 
getBody() - Method in interface flux.j2ee.JmsAction
Returns the body of the message.
getBody() - Method in interface flux.notification.MailAction
Sets the contents of the email message.
getBodyFooter() - Method in interface flux.notification.MailAction
Returns the end of the body of this mail.
getBodyHeader() - Method in interface flux.notification.MailAction
Returns the beginning of the body of this mail.
getBodyParts() - Method in interface flux.RestAction
Returns the optional body parts, commonly called file attachments, that are set in a multipart HTTP request to the REST service.
getBodyProperties() - Method in interface flux.notification.MailAction
Returns substitution properties that are referenced by the mail body.
getBusinessInterval() - Method in interface flux.repository.RepositoryElement
Returns this repository element specifically as a business interval.
getBusinessInterval() - Method in interface flux.TimeExpression
Returns the optional business interval associated with this time expression.
getBusinessInterval() - Method in interface flux.TimerTrigger
Deprecated. Use TimerTrigger.getBusinessIntervalNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
getBusinessIntervalElements() - Method in interface flux.BusinessInterval
Returns an ordered collection of BusinessIntervalElements that have been added to this business interval.
getBusinessIntervalNamespace() - Method in interface flux.TimerTrigger
Returns the optional repository namespace to the business interval associated with this trigger.
getByState(String, SuperState, SubState) - Method in interface flux.Engine
Returns all flow charts in the given state and namespace, ordered first by flow chart super-state, then by flow chart sub-state, then by namespace.
getCacheSize() - Method in class flux.Configuration
Returns the CACHE_SIZE configuration property.
getCacheType() - Method in class flux.Configuration
Returns the CACHE_TYPE configuration property.
getCcAddresses() - Method in interface flux.notification.MailAction
Returns the CC addresses for this mail.
getChild(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the child with the specified unqualified name.
getChildren() - Method in interface flux.CatalogNode
Returns all the child nodes of this node.
getChildren() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns all the child nodes of this node.
getClientCertificatesFilename() - Method in interface flux.file.FtpSslHost
Returns the absolute path of the Java keystore file containing client certificates used for authentication with this FTP-over-SSL host.
getClientCertificatesPassword() - Method in interface flux.file.FtpSslHost
Returns the password associated with the Java keystore file containing client certificates for this FTP-over-SSL host.
getClientLogger() - Method in class flux.Configuration
Returns the CLIENT_LOGGER configuration property.
getClobReader(ResultSet, String) - Method in class flux.ApacheDbcpOracleAdapter
 
getClobReader(ResultSet, String) - Method in class flux.JBossOracleAdapter
 
getClobReader(ResultSet, String) - Method in class flux.OracleAdapter
 
getClobReader(ResultSet, String) - Method in interface flux.OracleLargeObjectAdapter
Returns a character stream that can read large binary data from an Oracle CLOB database column.
getClobReader(ResultSet, String) - Method in class flux.TomcatOracleAdapter
 
getClobReader(ResultSet, String) - Method in class flux.WebLogicOracleAdapter
 
getClobReader(ResultSet, String) - Method in class flux.WebSphereOracleAdapter
 
getClobWriter(ResultSet, String) - Method in class flux.ApacheDbcpOracleAdapter
 
getClobWriter(ResultSet, String) - Method in class flux.JBossOracleAdapter
 
getClobWriter(ResultSet, String) - Method in class flux.OracleAdapter
 
getClobWriter(ResultSet, String) - Method in interface flux.OracleLargeObjectAdapter
Returns a character stream that can write large binary data to an Oracle CLOB database column.
getClobWriter(ResultSet, String) - Method in class flux.TomcatOracleAdapter
 
getClobWriter(ResultSet, String) - Method in class flux.WebLogicOracleAdapter
 
getClobWriter(ResultSet, String) - Method in class flux.WebSphereOracleAdapter
 
getClusterNetworkingEnabled() - Method in class flux.Configuration
Returns the CLUSTER_NETWORKING_ENABLED configuration property.
getCollection() - Method in interface flux.ForEachCollectionElementAction
Returns the array, List, Map, or Set that is to be iterated over.
getCommand() - Method in class flux.agent.AgentProcessActionResult
Returns the command line for the process.
getCommand() - Method in interface flux.ProcessAction
Returns the command line for the native process.
getCommandProperties() - Method in interface flux.ProcessAction
Returns substitution properties that are referenced by the process command line.
getCommands() - Method in interface flux.file.FtpCommandAction
Returns the sequence of FTP commands to be executed.
getComponent() - Method in interface flux.BusinessIntervalElement
The object representation of a business interval include or exclude method call.
getComponents() - Method in interface flux.CronOr
Returns the components of this Cron "or".
getConcurrencyLevel() - Method in class flux.Configuration
Returns the CONCURRENCY_LEVEL configuration property.
getConcurrencyLevel() - Method in interface flux.Engine
Returns the concurrency throttle limit in the root node of the runtime configuration tree, assuming the root concurrency throttle expression is "/ <= N", where N is the limit.
getConcurrencyThrottle() - Method in class flux.agent.AgentConfiguration
Returns the CONCURRENCY_THROTTLE agent configuration property.
getConcurrencyThrottle() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the concurrency constraint for this node, if any.
getConcurrencyThrottleClusterWide() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the concurrency constraint for this node, if any, which applies to flow charts running across the entire cluster.
getCondition() - Method in interface flux.DatabaseConditionAction
Returns the expression that is tested to detect when the data in a database satisfies certain criteria.
getCondition() - Method in interface flux.Flow
Returns the condition for this flow, if any.
getConfiguration() - Method in class flux.agent.AgentInfo
Returns the configuration properties for this agent.
getConfiguration() - Method in interface flux.audittrail.status.ErrorCondition
Returns the configuration for this engine.
getConfiguration() - Method in interface flux.Engine
Returns the configuration for this engine instance.
getConnectionFactory() - Method in interface flux.j2ee.JmsAction
Returns the JMS queue or topic factory.
getContentType() - Method in interface flux.notification.MailAction
Returns the email content type for this mail.
getContentType() - Method in interface flux.RestAction
Returns the optional "Content-Type" header in the HTTP request to the REST service.
getCorrelationId() - Method in interface flux.j2ee.JmsAction
Returns the JMS correlation ID for this JMS message.
getCount() - Method in interface flux.CronForLoop
Returns the maximum number of times the timing loop will fire.
getCount() - Method in interface flux.DelayTrigger
Returns the total number of times this trigger is configured to repeat until it expires.
getCount() - Method in interface flux.TimerTrigger
Returns the total number of times this timer trigger is scheduled to fire.
getCpuUsage() - Method in interface flux.Engine
Returns the percentage of CPU usage for the system running the Flux engine.
getCreationTimestamp() - Method in interface flux.repository.RepositoryElement
Returns the date when this repository element was added to the repository.
getDailyMaintenanceTime() - Method in class flux.Configuration
Returns the DAILY_MAINTENANCE_TIME configuration property.
getDatabaseConnection() - Method in interface flux.FlowContext
Returns a database connection for an action's use during execution.
getDatabaseProperties() - Method in class flux.Configuration
Returns the DATABASE_PROPERTIES configuration property.
getDatabaseType() - Method in class flux.Configuration
Returns the DATABASE_TYPE configuration property.
getDataSource() - Method in class flux.Configuration
Returns the DATA_SOURCE configuration property.
getDataSource() - Method in interface flux.DatabaseActionInfo
Returns the name of an application server's data source used to retrieve database connections.
getDataSourceAutoCommitCheck() - Method in class flux.Configuration
Returns the DATA_SOURCE_AUTO_COMMIT_CHECK configuration setting.
getDataSourceCaching() - Method in class flux.Configuration
Returns the DATA_SOURCE_CACHING configuration property.
getDataSourceInitialContextFactory() - Method in interface flux.DatabaseActionInfo
Returns the initial context factory used to lookup an application server's data source for retrieving database connections.
getDataSourceInitialContextPassword() - Method in interface flux.DatabaseActionInfo
Returns the password used to access an application server.
getDataSourceInitialContextProviderUrl() - Method in interface flux.DatabaseActionInfo
Returns the network location used to lookup an application server's data source for retrieving database connections.
getDataSourceInitialContextUsername() - Method in interface flux.DatabaseActionInfo
Returns the username used to access an application server.
getDataSourcePassword() - Method in class flux.Configuration
Returns the DATA_SOURCE_PASSWORD configuration property.
getDataSourcePassword() - Method in interface flux.DatabaseActionInfo
Returns the password used to access a data source in an application server.
getDataSourceUsername() - Method in class flux.Configuration
Returns the DATA_SOURCE_USERNAME configuration property.
getDataSourceUsername() - Method in interface flux.DatabaseActionInfo
Returns the username used to access a data source in an application server.
getDataSourceUserTransactionClientJndiName() - Method in class flux.Configuration
Returns the DATA_SOURCE_USER_TRANSACTION_CLIENT_JNDI_NAME configuration setting.
getDataSourceUserTransactions() - Method in class flux.Configuration
Returns the DATA_SOURCE_USER_TRANSACTIONS configuration property.
getDataSourceUserTransactionServerJndiName() - Method in class flux.Configuration
Returns the DATA_SOURCE_USER_TRANSACTION_SERVER_JNDI_NAME configuration setting.
getDataSourceUserTransactionTimeout() - Method in class flux.Configuration
Returns the DATA_SOURCE_USER_TRANSACTION_TIMEOUT configuration property.
getDeadline() - Method in interface flux.audittrail.server.DeadlineApproachingEvent
Returns the deadline date for the flow chart.
getDeadline() - Method in interface flux.audittrail.server.DeadlineExceededEvent
Returns the deadline date for the flow chart.
getDeadline() - Method in interface flux.FlowChart
Returns the date when this flow chart or denoted flow chart run should finish execution.
getDeadline() - Method in interface flux.FlowChartElement
Returns the deadline for this flow chart.
getDeadlineTimeExpression() - Method in interface flux.FlowChart
Returns the time expression used to set the deadline for this flow chart.
getDeadlineWindow() - Method in interface flux.FlowChart
Returns the time expression that indicates when to publish the DeadlineApproachingEvent to the audit trail.
getDefaultFlowChartErrorHandler() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the default error handler for flow charts at or below the level of this node in the hierarchical flow chart namespace.
getDelayTimeExpression() - Method in interface flux.DelayTrigger
Returns a time expression that describes how long to wait.
getDeleteProcessedMessage() - Method in interface flux.notification.MailTrigger
Returns whether a processed email is automatically deleted after control returns to the mail trigger.
getDescription() - Method in interface flux.Action
Returns a description of this action meant for human consumption.
getDescription() - Method in interface flux.file.PgpKeyPair
Returns the description for this key pair.
getDescription() - Method in interface flux.FlowChart
Returns a description of this flow chart meant for human consumption.
getDescription() - Method in interface flux.repository.RepositoryElement
Returns the description of this element in the repository.
getDestinationHost() - Method in interface flux.file.FileTransferInfo
Returns the host name of the destination host.
getDestinationName() - Method in interface flux.j2ee.JmsAction
Returns the name of the destination (queue or topic) for this JMS message.
getDestroyOnInterrupt() - Method in interface flux.ProcessAction
Returns whether this process is destroyed if the current flow chart is interrupted.
getDestroyOnSignal() - Method in interface flux.ProcessAction
Returns whether this process is destroyed if this process action receives a signal.
getDestroyOnTimeout() - Method in interface flux.ProcessAction
Returns whether this process is destroyed if this process takes too long to execute.
getDirectory() - Method in interface flux.file.TargetFileCriteria
Returns the target directory for a file action.
getDisplayName() - Method in class flux.security.User
Returns the user's full display name.
getDomain() - Method in interface flux.file.UncHost
Returns the domain of the UNC host.
getDriver() - Method in class flux.Configuration
Returns the DRIVER configuration property.
getEffectivePriority() - Method in interface flux.AbstractFlowContextStatus
Returns the effective priority of this flow context.
getElapsedTime() - Method in class flux.agent.AgentFileActionResult
 
getElapsedTime() - Method in class flux.agent.AgentFileTriggerResult
 
getElapsedTime() - Method in class flux.agent.AgentProcessActionResult
 
getElapsedTime() - Method in interface flux.agent.AgentResult
Returns the number of milliseconds that this process executed.
getElement(String) - Method in interface flux.repository.RepositoryAdministrator
Returns the repository element at the specified namespace from the repository.
getEncryptionProtocol() - Method in interface flux.file.FtpSslHost
Returns the encryption protocol to use when communicating with this host.
getEndConstraint() - Method in interface flux.CronForLoop
Returns the constraint when the timing loop finishes.
getEndDate() - Method in interface flux.ForecastElement
Returns the date when the referenced timer trigger expires.
getEndDate() - Method in interface flux.TimerTrigger
Returns the date when this timer trigger expires.
getEnding() - Method in class flux.agent.AgentFileActionResult
 
getEnding() - Method in class flux.agent.AgentFileTriggerResult
 
getEnding() - Method in class flux.agent.AgentProcessActionResult
 
getEnding() - Method in interface flux.agent.AgentResult
Returns the timestamp at which this process began executing.
getEndingCronColumn() - Method in interface flux.CronSlice
Returns the ending Cron column for this Cron slice.
getEndOfRange() - Method in interface flux.ForEachNumberAction
Returns the end of the range of numbers.
getEndOfRun() - Method in interface flux.FlowChartRun
Returns the timestamp for the completion of this flow chart run.
getEndTimeExpression() - Method in interface flux.TimerTrigger
Returns a time expression, when applied to the date when this timer trigger is created, that determines when this timer trigger expires.
getEngine() - Method in interface flux.audittrail.AuditTrailFlowContext
Returns the engine that invoked an action.
getEngineConfiguration() - Method in interface flux.repository.RepositoryElement
Returns this repository element specifically as an engine configuration.
getEngineContentsSummaryFrequency() - Method in class flux.Configuration
Returns the ENGINE_CONTENTS_SUMMARY_FREQUENCY configuration property.
getEngineEncryptedPassword() - Method in class flux.agent.AgentConfiguration
Returns the ENGINE_ENCRYPTED_PASSWORD agent configuration property.
getEngineHost() - Method in class flux.agent.AgentConfiguration
Returns the ENGINE_HOST agent configuration property.
getEngineName() - Method in class flux.agent.AgentFileActionResult
 
getEngineName() - Method in class flux.agent.AgentFileTriggerResult
 
getEngineName() - Method in class flux.agent.AgentProcessActionResult
 
getEngineName() - Method in interface flux.agent.AgentResult
Returns the name of the engine which assigned this process to the agent.
getEngineName() - Method in interface flux.audittrail.AbstractAuditTrailEvent
Returns the name of the engine that generated this audit trail event.
getEngineName() - Method in interface flux.audittrail.AuditTrailEntry
Returns the name of the Flux engine from where this audit trail entry originated.
getEngineName() - Method in interface flux.AuditTrailTrigger
Returns the engine name filter.
getEngineName() - Method in interface flux.FlowChartElement
Returns the name of the engine that is running this flow context.
getEngineName() - Method in interface flux.logging.LogEntry
Returns the name of the engine from which this log entry originated.
getEnginePassword() - Method in class flux.agent.AgentConfiguration
Returns the ENGINE_PASSWORD agent configuration property.
getEnginePort() - Method in class flux.agent.AgentConfiguration
Returns the ENGINE_PORT agent configuration property.
getEngineSsl() - Method in class flux.agent.AgentConfiguration
Returns the ENGINE_SSL agent configuration property.
getEngineUsername() - Method in class flux.agent.AgentConfiguration
Returns the ENGINE_USERNAME agent configuration property.
getEnterTimestamp() - Method in interface flux.ActionHistory
Returns the timestamp of when this action or trigger was encountered in the execution flow.
getEnvironment() - Method in interface flux.ProcessAction
Returns the environment properties used by the native process.
getError() - Method in class flux.agent.AgentFileActionResult
 
getError() - Method in class flux.agent.AgentFileTriggerResult
 
getError() - Method in class flux.agent.AgentProcessActionResult
 
getError() - Method in interface flux.agent.AgentResult
If this agent action ended with an error, returns the error that occurred when the execution of an Action was attempted.
getErrorCondition() - Method in interface flux.ProcessAction
Returns the expression that is tested to detect whether a process failed.
getErrorResult() - Method in interface flux.FlowContext
Returns status information from the last time an exception was thrown while this flow context was executing a flow chart.
getEventMessage() - Method in interface flux.AuditTrailTrigger
Returns the event message filter.
getEventName() - Method in interface flux.AuditTrailTrigger
Returns the event name filter.
getExcludes() - Method in interface flux.file.IncludesFileCriteria
Returns the file patterns that are excluded.
getExecutingProcesses() - Method in class flux.agent.AgentInfo
Returns the commands that this agent is currently executing, if any.
getExecutionTime() - Method in interface flux.audittrail.status.FlowContextDetails
Returns the next time that this flow context is scheduled to fire.
getExecutionTime() - Method in interface flux.FlowChartElement
Returns the epoch timestamp for the commencement of this action.
getExitTimestamp() - Method in interface flux.ActionHistory
The timestamp of when this action completed execution, or if a trigger, when the execute() method completed after the trigger fired.
getExpirationDate() - Method in interface flux.DelayTrigger
Returns the date when this trigger expires.
getExpirationTimeExpression() - Method in interface flux.DelayTrigger
Returns the time expression that governs when this trigger expires.
getExpression() - Method in interface flux.Condition
Returns this conditional expression.
getExtraHeaders() - Method in interface flux.notification.MailAction
Returns additional mail headers that accompany this mail.
getExtraInitialContextProperties() - Method in interface flux.j2ee.J2eeAction
Returns additional initial context properties to be used when creating an InitialContext object in preparation for looking up J2EE objects in the JNDI tree.
getFailoverTimeWindow() - Method in class flux.Configuration
Returns the FAILOVER_TIME_WINDOW configuration property.
getFailureErrorResult() - Method in interface flux.FlowContextStatus
If this flow context status is in the ERROR super-state and the FAILED sub-state, returns the error result that describes how this flow context entered this state.
getFairnessTimeWindow() - Method in class flux.Configuration
Returns the FAIRNESS_TIME_WINDOW configuration property.
getFileInfoMatches() - Method in class flux.agent.AgentFileTriggerResult
Returns details about files against which the file trigger matched using its file criteria.
getFileListParser() - Method in interface flux.file.FtpHost
Returns the optional class that parses FTP directory listings.
getFilename() - Method in interface flux.file.FileTransferInfo
Returns the filename of the file being transferred.
getFilename() - Method in interface flux.file.SingleFileCriteria
Indicates a target zip file in a File Zip Action.
getFilename() - Method in interface flux.FlowChartAction
Returns the filename of a workflow XML file to use when exporting a new workflow to an engine.
getFilenameMatches() - Method in class flux.agent.AgentFileTriggerResult
Returns simple, base file names, without path information, of files against which the file trigger matched using its file criteria.
getFilenames() - Method in class flux.agent.AgentFileActionResult
 
getFileTransferDebug() - Method in class flux.Configuration
Returns the FILE_TRANSFER_DEBUG configuration property.
getFileTransferInfo() - Method in interface flux.FlowChartElement
If the current action is a file action, returns details about a file being transferred by this flow chart such as bytes transferred and total number of bytes.
getFlowChart() - Method in interface flux.audittrail.AuditTrailFlowContext
Returns the current flow chart.
getFlowChart() - Method in interface flux.audittrail.client.FlowChartRemovedEvent
Returns the flow chart that was removed from the engine.
getFlowChart() - Method in interface flux.repository.RepositoryElement
Returns this repository element specifically as a flow chart.
getFlowChartCount() - Method in interface flux.audittrail.status.EngineContentsSummary
Returns the number of flow charts in the Flux engine.
getFlowChartCreation() - Method in interface flux.FlowChartElement
Returns the epoch timestamp when this flowchart was exported to the engine.
getFlowChartDeadlinesEnabled() - Method in class flux.Configuration
Returns the FLOW_CHART_DEADLINES_ENABLED configuration property.
getFlowChartDescription() - Method in interface flux.FlowChartElement
Returns the description for this flow chart.
getFlowChartElements(String) - Method in interface flux.Engine
Returns the fundamental components of all flow charts, ordered by flow chart name, whose names match the specified hierarchical flow chart namespace expression.
getFlowChartElements(String, SortOrder) - Method in interface flux.Engine
Returns the fundamental components of all flow charts, ordered by flow chart name, whose names match the specified hierarchical flow chart namespace expression.
getFlowChartElements(String, SuperState, Set<SubState>, String, String, String) - Method in interface flux.Engine
Returns the fundamental components of all running flow contexts within executing flow charts that match the specified search criteria, which are described in the method parameters.
getFlowChartElements(String, SuperState, Set<SubState>, String, String, String, SortOrder) - Method in interface flux.Engine
Returns the fundamental components of all running flow contexts within executing flow charts that match the specified search criteria, which are described in the method parameters.
getFlowChartLogger() - Method in class flux.Configuration
Returns the FLOW_CHART_LOGGER configuration property.
getFlowChartName() - Method in class flux.agent.AgentFileActionResult
 
getFlowChartName() - Method in class flux.agent.AgentFileTriggerResult
 
getFlowChartName() - Method in class flux.agent.AgentProcessActionResult
 
getFlowChartName() - Method in interface flux.agent.AgentResult
Returns the name of the flow chart which assigned this process to the agent.
getFlowChartName() - Method in interface flux.audittrail.server.DeadlineApproachingEvent
Returns the flow chart name for which this event is published.
getFlowChartName() - Method in interface flux.audittrail.server.DeadlineExceededEvent
Returns the flow chart name for which this event is published.
getFlowChartName() - Method in interface flux.audittrail.server.FlowChartFailoverEvent
Returns the name of the flow chart that was failed over.
getFlowChartName() - Method in interface flux.audittrail.status.FlowContextDetails
Returns the name of the flow chart to which this flow context belong.
getFlowChartName() - Method in interface flux.FlowChartElement
Returns the name of this flow chart.
getFlowChartName() - Method in interface flux.FlowChartRun
Returns the name of the flow chart with which this run is associated.
getFlowChartName() - Method in interface flux.ForecastElement
Returns the name of the flow chart that is expected to fire.
getFlowChartName() - Method in interface flux.RemoteKeyFlowContext
Returns the name of the flow chart that invoked this listener.
getFlowCharts(String) - Method in interface flux.Engine
Returns all flow charts, ordered by flow chart name, whose names match the specified hierarchical flow chart namespace expression.
getFlowChartVariableName() - Method in class flux.security.AccessibleFlowChartVariable
Returns the name of the flow chart variable, in conjunction with a namespace, that is accessible to a security privilege.
getFlowChartVariables() - Method in class flux.security.Privilege
Returns flow chart variables used by some permission types.
getFlowContext() - Method in interface flux.audittrail.server.AbstractServerEvent
Returns the flow context for the current flow chart.
getFlowContextCount() - Method in interface flux.FlowChartElement
Returns the number of flow contexts in this flow chart.
getFlowContextDetails() - Method in interface flux.audittrail.status.EngineContentsSummary
Returns details about flow contexts that are scheduled to fire during the next hour.
getFlowContextId() - Method in interface flux.audittrail.server.AbstractServerEvent
Returns an optional, unique ID that identifies the execution flow context associated with this audit trail event.
getFlowContextStatus() - Method in interface flux.FlowChart
Returns one of the running flow context statuses from a running flow chart.
getFlowContextStatuses() - Method in interface flux.FlowChart
Returns the running flow context statuses from a running flow chart.
getFlows() - Method in interface flux.Action
Returns the set of all outgoing flows from this action.
getFlows() - Method in interface flux.FlowChart
Returns the set of all flows in this flow chart.
getForLoopEndingCronColumn() - Method in interface flux.CronForLoop
Returns the ending Cron column for the Cron slices within this Cron for loop.
getForLoopStartingCronColumn() - Method in interface flux.CronForLoop
Returns the starting Cron column for the Cron slices within this Cron for loop.
getFreeMemory() - Method in interface flux.audittrail.status.Heartbeat
Returns the free memory available in the Java Virtual Machine (JVM).
getFreePhysicalMemory() - Method in interface flux.Engine
Returns the amount of physical memory on the system running the engine, in kilobytes.
getFreeVirtualMemory() - Method in interface flux.Engine
Returns the amount of free virtual memory on the system running the engine, in kilobytes.
getFromAddress() - Method in interface flux.notification.MailAction
Returns the FROM address for this mail.
getFromPattern() - Method in interface flux.file.Renamer
Returns the "from" pattern.
getFullyQualifiedName() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the fully qualified name of this branch.
getHeaders() - Method in interface flux.RestAction
Returns the optional headers set in the HTTP request to the REST service.
getHeartbeat() - Method in interface flux.audittrail.status.EngineContentsSummary
Returns general diagnostic information about the health of the Flux engine instance that generated it.
getHeartbeatFrequency() - Method in class flux.Configuration
Returns the HEARTBEAT_FREQUENCY configuration property.
getHiddenVariableNames() - Method in interface flux.Action
Returns the names of all persistent variables for this action that are hidden.
getHomeMethod() - Method in interface flux.j2ee.DynamicEjbEntityAction
Returns a method on an EJB home interface, which is responsible for returning one or more remote references.
getHomeMethod() - Method in interface flux.j2ee.EjbEntityAction
Returns a method on an EJB home interface, which is responsible for returning one or more remote references.
getHost() - Method in class flux.Configuration
Returns the HOST configuration property.
getHost() - Method in interface flux.EngineInfo
Returns the host of the represented engine.
getHost() - Method in interface flux.file.FileCriteria
Returns the network host where these files are located.
getHost() - Method in interface flux.file.FtpCommandAction
Returns the FTP, SFTP, or FTPS host on which the specified commands will be executed.
getHost() - Method in interface flux.Rmi
Returns the host where the RMI server object is located.
getHostAsUrl() - Method in interface flux.Rmi
Returns the host, registry port, and bind name where the RMI server object is located.
getId() - Method in interface flux.AbstractFlowContextStatus
Returns the flow context ID for this flow context.
getId() - Method in interface flux.FlowContext
Returns the flow context ID.
getIdDescription() - Method in class flux.agent.AgentConfiguration
Returns the ID_DESCRIPTION agent configuration property.
getIdDescription() - Method in class flux.Configuration
Returns the ID_DESCRIPTION configuration property.
getIdName() - Method in class flux.agent.AgentConfiguration
Returns the ID_NAME agent configuration property.
getIdName() - Method in class flux.Configuration
Returns the ID_NAME configuration property.
getIgnoreErrorStatements() - Method in interface flux.DatabaseUpdateAction
Returns the 0-based index numbers of the statements where any executions errors are ignored.
getImapFolder() - Method in interface flux.notification.MailTrigger
Returns the name of the IMAP folder that is checked for email messages.
getImapFolderCopyDestination() - Method in interface flux.notification.MailTrigger
Returns the name of an IMAP folder, if any, to which a processed email is copied when the mail trigger fires.
getIncludePatterns() - Method in interface flux.file.IncludesFileCriteria
Returns the file patterns that are included, returned as FilePattern objects, which allow a required minimum number of matching files to be found when using wildcard file patterns.
getIncludes() - Method in interface flux.file.IncludesFileCriteria
Returns the file patterns that are included, returned as String objects.
getIncrementConstraint() - Method in interface flux.CronForLoop
Returns the constraint that specifies intermittent timing points between the start and end constraints.
getInfo() - Method in class flux.agent.Agent
Returns information about the status of this agent.
getInitialContextFactory() - Method in class flux.Configuration
Returns the INITIAL_CONTEXT_FACTORY configuration property.
getInitialContextFactory() - Method in interface flux.j2ee.J2eeAction
Returns the optional initial context factory for logging into the application server.
getInitialContextPassword() - Method in class flux.Configuration
Returns the INITIAL_CONTEXT_PASSWORD configuration property.
getInitialContextUsername() - Method in class flux.Configuration
Returns the INITIAL_CONTEXT_USERNAME configuration property.
getInput() - Method in interface flux.RegularExpressionAction
Returns the input string content that the regular expression will test.
getInputFilename() - Method in interface flux.RegularExpressionAction
Returns the name of the input file that the regular expression will test.
getInstance(String) - Static method in class flux.CronColumn
Returns a pre-existing instance of this enumeration from the specified name.
getInstance(String) - Static method in class flux.notification.MailContentType
Returns a pre-existing instance of this enumeration from the specified name.
getInstance(String) - Static method in class flux.notification.MailProtocol
Returns a pre-existing instance of this enumeration from the specified name.
getInternalLoggerFileDirectory() - Method in class flux.agent.AgentConfiguration
Returns the INTERNAL_LOGGER_FILE_DIRECTORY agent configuration property.
getInternalLoggerFileDirectory() - Method in class flux.Configuration
Returns the INTERNAL_LOGGER_FILE_DIRECTORY configuration property.
getInternalLoggerFileRotationSize() - Method in class flux.agent.AgentConfiguration
Returns the INTERNAL_LOGGER_FILE_ROTATION_SIZE agent configuration property.
getInternalLoggerFileRotationSize() - Method in class flux.Configuration
Returns the INTERNAL_LOGGER_FILE_ROTATION_SIZE configuration property.
getInternalLoggerLevel() - Method in class flux.Configuration
Returns the INTERNAL_LOGGER_LEVEL configuration property.
getJdbcConnectionRecycleFrequency() - Method in class flux.Configuration
Returns the JDBC_CONNECTION_RECYCLE_FREQUENCY configuration property.
getJdbcDriver() - Method in interface flux.DatabaseActionInfo
Returns the JDBC driver class name that is used to lookup direct connections to a database.
getJdbcEncryptedPassword() - Method in class flux.Configuration
Returns the JDBC_ENCRYPTED_PASSWORD configuration property.
getJdbcPassword() - Method in class flux.Configuration
Returns the JDBC_PASSWORD configuration property.
getJdbcPassword() - Method in interface flux.DatabaseActionInfo
Returns the password that is used to lookup direct connections to a database.
getJdbcUrl() - Method in interface flux.DatabaseActionInfo
Returns the network location of a database for looking up direct connections to a database.
getJdbcUsername() - Method in class flux.Configuration
Returns the JDBC_USERNAME configuration property.
getJdbcUsername() - Method in interface flux.DatabaseActionInfo
Returns the username that is used to lookup direct connections to a database.
getJoinExpression() - Method in interface flux.Action
Returns a join expression that specifies the conditions that must be met before a join point will fire.
getKey() - Method in interface flux.j2ee.J2eeKeyAction
Returns the key that is passed to the listener in the callback.
getKey() - Method in interface flux.JavaAction
Returns optional data that is passed to the Java object to provide context as it is invoked.
getKey() - Method in interface flux.KeyFlowContext
Returns the user-defined key that is associated with this listener.
getKey() - Method in interface flux.RemoteKeyFlowContext
Returns the user-defined key that is associated with this job listener.
getKey() - Method in interface flux.RmiAction
Returns optional data that is passed to the RMI server object to provide context as it is invoked.
getKey() - Method in class flux.StringMapEntry
Returns the key of an indexed bean property element.
getKeyNamespace() - Method in class flux.file.FileDecryptPgpAction
Returns the repository namespace this action will use to retrieve the private key.
getKeyNamespace() - Method in class flux.file.FileEncryptPgpAction
Returns the repository namespace this action will use to retrieve the public key.
getKeystoreFilename() - Method in interface flux.RestAction
Returns the optional filename that references a keystore on the file system; a keystore contains a collection of private keys and associated certificates.
getKeystorePassword() - Method in interface flux.RestAction
Returns the password for the keystore.
getKeyType() - Method in interface flux.file.PgpBaseKey
Returns the kind of PGP key for this key.
getLastModifiedTimestamp() - Method in interface flux.repository.RepositoryElement
Returns the date when this repository element was last modified in the repository.
getLastResult() - Method in class flux.agent.AgentInfo
Returns the result of the last execution of a process action on this agent.
getLastResult() - Method in interface flux.audittrail.AuditTrailFlowContext
Returns the result of the previous action's execute() method.
getLastTriggerDate() - Method in interface flux.TimerTrigger
Returns the date when this trigger was last scheduled to fire.
getLateTimeWindow() - Method in interface flux.TimerTrigger
Returns a time expression that indicates the latest a timer trigger may fire past its scheduled firing time without being skipped.
getLdapBaseDn() - Method in class flux.Configuration
Returns the LDAP_BASE_DN configuration property.
getLdapBindDn() - Method in class flux.Configuration
Returns the LDAP_BIND_DN configuration property.
getLdapBindPassword() - Method in class flux.Configuration
Returns the LDAP_BIND_PASSWORD configuration property.
getLdapEnabled() - Method in class flux.Configuration
Returns the LDAP_ENABLED configuration property.
getLdapGroupBaseDn() - Method in class flux.Configuration
Returns the LDAP_GROUP_BASE_DN configuration property.
getLdapGroupMemberAttributeId() - Method in class flux.Configuration
Returns the LDAP_GROUP_MEMBER_ATTRIBUTE_ID configuration property.
getLdapGroupNameAttributeId() - Method in class flux.Configuration
Returns the LDAP_GROUP_NAME_ATTRIBUTE_ID configuration property.
getLdapGroupToRoleMap() - Method in class flux.Configuration
Returns the LDAP_GROUP_TO_ROLE_MAP configuration property.
getLdapHostUrl() - Method in class flux.Configuration
Returns the LDAP_HOST_URL configuration property.
getLdapSearchAttribute() - Method in class flux.Configuration
Returns the LDAP_SEARCH_ATTRIBUTE configuration property.
getLdapUserGroupAttribute() - Method in class flux.Configuration
Returns the LDAP_USER_GROUP_ATTRIBUTE configuration property.
getLdapUserGroupAttributeIsDn() - Method in class flux.Configuration
Returns the LDAP_USER_GROUP_ATTRIBUTE_IS_DN configuration property.
getLdapUserSearchModeEnabled() - Method in class flux.Configuration
Returns the LDAP_USER_SEARCH_MODE_ENABLED configuration property.
getLimit() - Method in interface flux.runtimeconfiguration.ConcurrencyConstraint
Returns the limit for this concurrency constraint, which indicates the maximum number of jobs that can run at the same time in the concurrency constraint's namespace.
getListener() - Method in interface flux.DynamicJavaAction
Returns the listener that receives a callback.
getListener() - Method in interface flux.JavaAction
Returns the listener that receives a callback.
getListenerAsString() - Method in interface flux.DynamicJavaAction
Returns the listener that receives a callback.
getListenerAsString() - Method in interface flux.JavaAction
Returns the listener that receives a callback.
getListenerClasspath() - Method in interface flux.FlowChart
Returns the listener classpath for this flow chart, which is used to load listener classes for Java Action and Dynamic Java Action.
getListenerClasspath() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the listener classpath for this node, if any.
getListenerHome() - Method in interface flux.j2ee.EjbListener
Returns the home of the listener that receives a callback.
getListenerHomeAsString() - Method in interface flux.j2ee.EjbListener
Returns the home of the listener that receives a callback.
getListenerJndiName() - Method in interface flux.j2ee.EjbListener
Returns the JNDI name of the listener that receives a callback.
getListenerSignature() - Method in interface flux.DynamicMethod
Returns the method that receives a callback.
getLocallyRunningFlowChartCount() - Method in interface flux.audittrail.status.Heartbeat
Returns the number of flow charts currently executing within this Flux engine.
getLogExpiration() - Method in class flux.Configuration
Returns the LOG_EXPIRATION configuration property.
getLogExpiration() - Method in interface flux.Engine
Returns a time expression indicating how old individual log entries in the Flux logs must be before they are automatically pruned.
getLogFilename() - Method in class flux.agent.AgentConfiguration
Returns the LOG_FILENAME agent configuration property.
getLogger() - Method in interface flux.FlowContext
Returns the Flow Chart Logger, which flow charts use to log messages.
getLogger() - Method in interface flux.logging.LogEntry
Returns the engine logger -- "client", "flow_chart", or "system" -- that generated this log entry.
getLoggerType() - Method in class flux.Configuration
Returns the LOGGER_TYPE configuration property.
getLoggerTypes() - Method in class flux.Configuration
Returns the LOGGER_TYPES configuration property.
getLoggingLevel() - Method in interface flux.logging.LogEntry
Returns the logging level for this log entry.
getLongestRuntime(String) - Method in interface flux.Engine
Returns the runtime in milliseconds of the longest flow chart run in the specified namespace.
getLongestRuntime(String, Date, Date) - Method in interface flux.Engine
Returns the runtime in milliseconds of the longest flow chart run in the specified namespace which occurred within the lower and upper date boundaries.
getLongestRuntimeForAction(String, String) - Method in interface flux.Engine
Returns the longest runtime in milliseconds for an action or trigger in a specific flow chart.
getLongestRuntimeForAction(String, String, Date, Date) - Method in interface flux.Engine
Returns the longest runtime in milliseconds for an action or trigger in a specific flow chart for all execution times which occurred in the specified date boundaries.
getLoopIndex() - Method in interface flux.ForEachAction
Returns the flow context variable that contains one of the data that is being iterated over.
getMailServer() - Method in interface flux.notification.MailAction
Returns the name of the mail server through which this mail is sent.
getMakeupFiring() - Method in interface flux.TimerTrigger
Indicates whether makeup firings are enabled.
getMapKeyIndex() - Method in interface flux.ForEachCollectionElementAction
Returns the name of the flow context variable that contains one of the map keys from the collection that is being iterated over.
getMaxConnections() - Method in class flux.Configuration
Returns the MAX_CONNECTIONS configuration property.
getMaximum() - Method in class flux.CronColumn
Returns the maximum legal value for the Cron column.
getMaximumDatabaseConnections() - Method in interface flux.audittrail.status.Heartbeat
Returns the maximum number of database connections that this Flux engine is configured to use.
getMessage() - Method in interface flux.audittrail.AuditTrailEntry
Returns the description message for this audit trail event.
getMessage() - Method in interface flux.ConsoleAction
Returns the message to be printed to the console.
getMessage() - Method in interface flux.ErrorAction
Returns the optional message that indicates the cause of this error.
getMessage() - Method in interface flux.logging.LogEntry
Returns the message contents of this log entry.
getMessageType() - Method in interface flux.j2ee.JmsAction
Returns the kind of JMS message to be sent.
getMethodArguments() - Method in interface flux.audittrail.client.EnteringCallEvent
Returns the arguments, possibly none, to the client API call.
getMethodName() - Method in interface flux.audittrail.client.AbstractCallEvent
Returns the fully qualified method name of the client API call.
getMethodParameterTypes() - Method in interface flux.audittrail.client.AbstractCallEvent
Returns the parameter types, possibly none, for the client API call.
getMinimum() - Method in class flux.CronColumn
Returns the minimum legal value for the Cron column.
getMinimumCount() - Method in interface flux.file.FilePattern
Returns the minimum number of files that must exist for this pattern to be satisfied.
getName() - Method in interface flux.AbstractFlowContextStatus
Returns the name of the trigger or action that the running flow context is currently executing.
getName() - Method in interface flux.Action
Returns the name for this action.
getName() - Method in interface flux.AllowableBusinessInterval
Returns the name of this interval.
getName() - Method in interface flux.audittrail.AbstractAuditTrailEvent
Returns the name of a concrete audit trail event.
getName() - Method in interface flux.CatalogNode
Returns the fully qualified name of the current position in the tree.
getName() - Method in class flux.CronColumn
Returns the name of the Cron column.
getName() - Method in interface flux.EngineInfo
Returns the name of the represented engine.
getName() - Method in interface flux.file.NetworkHost
Returns the name of the network host.
getName() - Method in interface flux.file.PgpKeyPair
Returns the name for this key pair.
getName() - Method in interface flux.FlowChart
Returns the name of this flow chart.
getName() - Method in interface flux.runtimedatamap.AbstractRuntimeDataMap
Returns the name of this runtime data mapping.
getNameComponents(String) - Static method in class flux.EngineHelper
Accepts a string that contains "/" symbols and returns each component of that string separately after removing all "/" symbols.
getNames() - Method in interface flux.VariableManager
Returns all variable names from this variable manager.
getNamespace() - Method in interface flux.ActionHistory
Returns the namespace of the flow chart containing this action or trigger.
getNamespace() - Method in interface flux.audittrail.AuditTrailEntry
Returns the namespace that this audit trail entry affected.
getNamespace() - Method in interface flux.AuditTrailTrigger
Returns the namespace filter.
getNamespace() - Method in interface flux.FlowChartAction
Returns the namespace where the new workflow will be exported to an engine.
getNamespace() - Method in interface flux.FlowChartTrigger
Returns the namespace of flow charts to watch.
getNamespace() - Method in interface flux.logging.LogEntry
Returns the namespace, if any, contained within this log entry.
getNamespace() - Method in interface flux.repository.RepositoryElement
Returns the fully qualified name of this repository element.
getNamespace() - Method in interface flux.runtimeconfiguration.ConcurrencyConstraint
Returns the position in the job tree to which this concurrency constraint applies.
getNamespace() - Method in class flux.security.AccessibleActionVariable
Returns the namespace, in conjunction with an action and an action variable, that is accessible to a security privilege.
getNamespace() - Method in class flux.security.AccessibleFlowChartVariable
Returns the namespace, in conjunction with a flow chart variable, that is accessible to a security privilege.
getNamespaces() - Method in interface flux.RestAction
Returns the optional XML namespaces for resolving an XPath query.
getNamespaces() - Method in class flux.security.Privilege
Returns namespaces used by some permission types.
getOccupiedDatabaseConnectionCount() - Method in interface flux.audittrail.status.Heartbeat
Returns the actual number of database connections that this Flux engine is currently using.
getOpenRunCount(String) - Method in interface flux.Engine
Returns the total number of flow chart runs that have not completed in the specified namespace which occurred within the lower and upper date boundaries.
getOpenRunCount(String, Date, Date) - Method in interface flux.Engine
Returns the total number of flow chart runs which have not completed in the specified namespace which occurred within the lower and upper date boundaries.
getOperation() - Method in interface flux.BusinessIntervalElement
The operation that was used to add the AllowableBusinessInterval to the business interval.
getOperator() - Method in interface flux.runtimeconfiguration.ConcurrencyConstraint
Returns the operator used to compare the number of currently executing jobs in this concurrency constraint's namespace to the maximum number of jobs that are allowed to execute in this concurrency constraint's namespace.
getOracleLargeObjectAdapter() - Method in class flux.Configuration
Returns the class name of the Oracle LOB Adapter used.
getOwner() - Method in interface flux.repository.RepositoryElement
Returns the username of the user who inserted this element in the repository.
getParameters() - Method in interface flux.DatabaseConditionAction
Returns the parameters for the SQL query.
getParameters() - Method in interface flux.DatabaseQueryAction
Returns the parameters for the SQL query to be executed.
getParameters() - Method in interface flux.DatabaseStoredProcedureAction
Returns the parameters that are supplied to a stored procedure call.
getParameters() - Method in interface flux.DatabaseUpdateAction
Returns parameter lists for each SQL statement to be executed.
getParent() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the parent node of this node.
getPassphrase() - Method in class flux.file.FileDecryptPgpAction
Returns the passphrase used to secure the PGP encryption.
getPassphrase() - Method in class flux.file.FileEncryptPgpAction
Returns the passphrase used to secure the PGP encryption.
getPassword() - Method in interface flux.file.NetworkHost
Returns the password for the network host.
getPassword() - Method in interface flux.file.PgpPrivateKey
Returns the password that provides access to the private key.
getPassword() - Method in interface flux.j2ee.J2eeAction
Returns the optional password for logging into the application server.
getPassword() - Method in interface flux.notification.MailAction
Returns the password that will be used to authenticate with the mail server.
getPassword() - Method in interface flux.notification.MailTrigger
Returns the password to access the mail server.
getPassword() - Method in interface flux.RestAction
Returns the optional password used to access the REST service, assuming the service is secured with basic authentication.
getPassword() - Method in class flux.security.User
Returns the user's password.
getPassword() - Method in interface flux.WebServiceAction
Returns the optional password used to access the Web service, assuming the Web service is secured.
getPasswordType() - Method in interface flux.WebServiceAction
Returns the kind of password used to authenticate a secure Web service.
getPattern() - Method in interface flux.file.FilePattern
Returns the file pattern to which files are matched; the file pattern typically includes wildcard characters.
getPattern() - Method in interface flux.RegularExpressionAction
Returns the regular expression against which the input string or file contents will be tested.
getPercentageCompleted() - Method in interface flux.file.FileTransferInfo
Returns the estimated progress of the file transfer, expressed as a percentage.
getPersistentVariableFields(Class) - Static method in class flux.EngineHelper
To aid in working with persistent variables, returns all public fields of the given class, including super classes but not java.lang.Object, that meet certain criteria.
getPgpKeyPair() - Method in interface flux.repository.RepositoryElement
Returns this repository element specifically as a PGP key pair.
getPollingDelay() - Method in interface flux.DatabaseConditionTrigger
Returns the delay that occurs between database queries.
getPollingDelay() - Method in interface flux.file.FileTrigger
Returns the delay that occurs between file polling.
getPollingDelay() - Method in interface flux.notification.MailTrigger
Returns a time expression that specifies how long the mail trigger waits to poll the mail server for new email messages.
getPool() - Method in class flux.agent.AgentConfiguration
Returns the POOL agent configuration property.
getPort() - Method in class flux.Configuration
Returns the PORT configuration property.
getPort() - Method in interface flux.EngineInfo
Returns the port where the engine is running.
getPort() - Method in interface flux.file.NetworkHost
Returns the network port for the network host.
getPort() - Method in interface flux.notification.MailAction
Returns the port that will be used to connect to the mail server.
getPort() - Method in interface flux.notification.MailTrigger
Returns the mail server port.
getPort() - Method in interface flux.Rmi
Returns the RMI registry port where the RMI server object is located.
getPortAsString() - Method in interface flux.file.NetworkHost
Returns the network port for the network host.
getPostscript() - Method in interface flux.Action
Returns the script that is executed at the end of this action.
getPostscriptLanguage() - Method in interface flux.Action
Returns the scripting language in which the postscript is written.
getPredictedFiringDate() - Method in interface flux.ForecastElement
Returns an expected firing time of the flow chart indicated by this forecast element.
getPrescript() - Method in interface flux.Action
Returns the script that is executed at the beginning of this action.
getPrescriptLanguage() - Method in interface flux.Action
Returns the scripting language in which the prescript is written.
getPriority() - Method in interface flux.AbstractFlowContextStatus
Returns the priority of this flow context.
getPriority() - Method in interface flux.FlowChart
Returns the priority of this flow chart, if explicitly set, which overrides any priority set in the runtime configuration.
getPriority() - Method in interface flux.j2ee.JmsAction
Returns the JMS priority of this JMS message.
getPriority() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the priority, if any, for flow charts at or below the level of this node in the hierarchical flow chart namespace.
getPrivateKey() - Method in interface flux.file.PgpKeyPair
Returns the PGP private key for this key pair.
getPrivateKeyFilename() - Method in interface flux.file.SecureFtpHost
Returns the absolute path of the private key file used for authentication with this secure FTP host.
getPrivateKeyPassphrase() - Method in interface flux.file.SecureFtpHost
Returns the passphrase associated with the private key for this secure FTP host.
getPrivileges() - Method in class flux.security.Role
Returns the privileges for this role.
getProcessCompletionState() - Method in class flux.agent.AgentFileActionResult
 
getProcessCompletionState() - Method in class flux.agent.AgentFileTriggerResult
 
getProcessCompletionState() - Method in class flux.agent.AgentProcessActionResult
 
getProcessCompletionState() - Method in interface flux.agent.AgentResult
Indicates how this process terminated: normally, with an error that occurred when the execution of the process was attempted, after timing out but still running to completion, after being destroyed due to a timeout, after being destroyed when a signal was received, or after being destroyed due to the process being interrupted.
getProperties() - Method in interface flux.j2ee.JmsAction
Returns the message properties.
getProperty(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the runtime configuration property for the specified name.
getProtocol() - Method in interface flux.notification.MailTrigger
Returns the mail protocol used to communicate with the mail server.
getProviderUrl() - Method in class flux.Configuration
Returns the PROVIDER_URL configuration property.
getProviderUrl() - Method in interface flux.j2ee.J2eeAction
Returns the optional provider URL.
getPublicKey() - Method in interface flux.file.PgpKeyPair
Returns the PGP public key for this key pair.
getQuery() - Method in interface flux.DatabaseConditionAction
Returns the SQL query that is used to detect when the data in a database satisfies certain criteria.
getQuery() - Method in interface flux.DatabaseQueryAction
Returns the SQL query that is used to query a database.
getQueryParameters() - Method in interface flux.RestAction
Returns the optional input string data that are used as query parameters to the REST service.
getRaisedSignals() - Method in interface flux.audittrail.server.ExitingActionOnSignalEvent
Returns a non-empty set of signals that were raised during the execution of the flow chart action.
getRaisedSignals() - Method in interface flux.audittrail.server.ExitingActionOnTimeoutEvent
Returns a non-empty set of signals, including the timeout signal, that were raised during the execution of the flow chart action.
getRaisedSignals() - Method in interface flux.audittrail.server.ExitingTriggerOnSignalEvent
Returns a non-empty set of signals that were raised while a trigger waited to fired.
getRaisedSignals() - Method in interface flux.audittrail.server.ExitingTriggerOnTimeoutEvent
Returns a non-empty set of signals, including the timeout signal, that were raised while a trigger waited to fire.
getRaisedSignals() - Method in interface flux.FlowContext
Returns all signals that have been raised on the current action.
getRawDatabaseConnection() - Method in interface flux.FlowContext
Returns a database connection for an action's use during execution.
getRawLogger() - Method in interface flux.logging.Logger
Returns either a JDK or LOG4J logger object, depending on which of those loggers has been configured for use.
getRawLoggers() - Method in interface flux.logging.Logger
Returns a set of logger objects that have been been configured for use.
getRegexFilters() - Method in interface flux.file.IncludesFileCriteria
Returns the regular expressions that filters out files.
getRegisteredInoutParameters() - Method in interface flux.DatabaseStoredProcedureAction
Returns positional and type information about this stored procedure's registered IN-OUT parameters.
getRegisteredOutParameters() - Method in interface flux.DatabaseStoredProcedureAction
Returns positional and type information about this stored procedure's registered OUT parameters.
getRegisteredOutParameterSqlType() - Method in interface flux.DatabaseStoredProcedureAction
Returns the registered OUT parameter's SQL type, taken from java.sql.Types, in the common case where there is only one registered OUT parameter and it is the last parameter in the stored procedure signature.
getRemainingCount() - Method in interface flux.DelayTrigger
Returns the remaining number of times this trigger has yet to repeat before it expires.
getRemainingCount() - Method in interface flux.ForecastElement
Returns the number of remaining scheduled firings for the referenced timer trigger.
getRemainingCount() - Method in interface flux.TimerTrigger
Returns the number of remaining scheduled firings for this timer trigger.
getRenamer() - Method in interface flux.file.RenameableDoubleFileParameter
Returns the name substitution algorithm to use in this file operation.
getReplaceAll() - Method in interface flux.RegularExpressionAction
Returns the content that will replace all occurrences of the regular expression in the input file or input string.
getReplaceFirst() - Method in interface flux.RegularExpressionAction
Returns the content that will replace the first occurrence of the regular expression in the input file or input string.
getReplyToName() - Method in interface flux.j2ee.JmsAction
Returns the name of the JMS reply-to destination (queue or topic) for this JMS message.
getRepositoryAdministrator() - Method in interface flux.Engine
Returns the repository administrator which can be used to retrieve or manage flow charts in the flow chart repository.
getRepositoryNamespace() - Method in interface flux.FlowChartAction
Returns the repository location of the workflow to use when exporting a new workflow to an engine.
getRequestEntity() - Method in interface flux.RestAction
Returns the optional request entity to be sent with an HTTP POST or PUT action.
getResponseType() - Method in interface flux.RestAction
Returns the type of the response from the REST service.
getResponseTypeAsString() - Method in interface flux.RestAction
Returns the type of the response from the REST service.
getResult() - Method in class flux.agent.AgentProcessActionResult
If this process ran to completion, returns the process's exit code, as returned by the operating system.
getResult() - Method in interface flux.audittrail.AbstractExitingMethodEvent
Returns the return value from the method invocation.
getResultInfo() - Method in interface flux.Action
Returns the class of the result object returned from this action's execute method.
getResultStderr() - Method in class flux.agent.AgentProcessActionResult
If this process ran to completion, returns the standard error (stderr) from the completed process.
getResultStdout() - Method in class flux.agent.AgentProcessActionResult
If this process ran to completion, returns the standard output (stdout) from the completed process.
getResultType() - Method in interface flux.audittrail.client.AbstractCallEvent
Returns the return value's declared type for the client API call.
getRole(String) - Method in interface flux.security.SecurityAdministrator
Returns the specified role.
getRole() - Method in class flux.security.User
Returns the name of the security role in which this user participates.
getRoleDescription() - Method in class flux.security.Role
Returns a description of this role meant for human consumption.
getRoleName() - Method in class flux.security.Role
Returns the name of this role.
getRoles() - Method in interface flux.security.SecurityAdministrator
Returns all roles sorted by role name.
getRunAsUser() - Method in interface flux.FlowChart
Returns the username under whose security context this flow chart executes; applicable for secure Flux engines only.
getRunAsUser() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the run-as-user property for this node, if any.
getRunCount(String) - Method in interface flux.Engine
Returns the total number of flow chart runs in the specified namespace.
getRunCount(String, Date, Date) - Method in interface flux.Engine
Returns the total number of flow chart runs in the specified namespace that occurred within the lower and upper date boundaries.
getRunHistoryEnabled() - Method in class flux.Configuration
Returns the RUN_HISTORY_ENABLED configuration property.
getRuns(String, Date, Date) - Method in interface flux.Engine
Returns all runs in the specified namespace that occurred within the lower and upper date boundaries.
getRuns(String, Date, Date, SortOrder) - Method in interface flux.Engine
Returns all runs in the specified namespace that occurred within the lower and upper date boundaries.
getRuntime() - Method in interface flux.ActionHistory
Returns the difference between the start and exit timestamps in milliseconds.
getRuntime() - Method in interface flux.FlowChartRun
Returns the difference between the start-of-run and end-of-run timestamps in milliseconds.
getRuntimeConfiguration() - Method in class flux.Configuration
Returns the RUNTIME_CONFIGURATION configuration property.
getRuntimeConfiguration() - Method in interface flux.Engine
Returns the existing runtime configuration for this engine instance.
getRuntimeConfigurationFile() - Method in class flux.Configuration
Returns the RUNTIME_CONFIGURATION_FILE configuration property.
getRuntimeConfigurationFileRefreshFrequency() - Method in class flux.Configuration
Returns the RUNTIME_CONFIGURATION_FILE_REFRESH_FREQUENCY configuration setting.
getRuntimeDataMap() - Method in interface flux.runtimedatamap.RuntimeDataMap
Returns mappings that determine the values of action properties and flow context variables at runtime.
getScheduledTriggerDate() - Method in interface flux.DelayTrigger
Returns the date when this delay trigger is scheduled to fire.
getScheduledTriggerDate() - Method in interface flux.TimerTrigger
Returns the date when this timer trigger is scheduled to fire.
getScriptingLanguages() - Method in class flux.Configuration
Returns the SCRIPTING_LANGUAGES configuration property.
getSeal() - Method in interface flux.audittrail.status.FlowContextDetails
Returns information that is useful to the Flux support team for diagnosing problems.
getSecurityAdministrator() - Method in interface flux.Engine
Returns the security administrator for this Flux engine, which is responsible for managing users, roles, and other security issues.
getSecurityEnabled() - Method in class flux.Configuration
Returns the SECURITY_ENABLED configuration property.
getServer() - Method in class flux.Configuration
Returns the SERVER configuration property.
getServer() - Method in interface flux.notification.MailTrigger
Returns the host name of the email server.
getServerCertificatesFilename() - Method in interface flux.file.FtpSslHost
Returns the absolute path of the Java keystore file containing server certificates used for authentication with this FTP-over-SSL host.
getServerCertificatesPassword() - Method in interface flux.file.FtpSslHost
Returns the password associated with the Java keystore file containing server certificates for this FTP-over-SSL host.
getSignalsToClear() - Method in interface flux.Flow
Returns the signals that this flow will clear if it is followed.
getSignalsToMonitor() - Method in interface flux.Action
Returns the signals that this action monitors.
getSignalsToRaise() - Method in interface flux.Flow
Returns the signals that this flow will raise if it is followed.
getSortOrder() - Method in interface flux.file.FileTrigger
Returns the sorting algorithm used to order the file trigger result contents.
getSourceAction() - Method in interface flux.Flow
Returns the action at the beginning of this flow.
getSourceHost() - Method in interface flux.file.FileTransferInfo
Returns the host name of the source of the file transfer.
getSourceProtocol() - Method in interface flux.file.FileTransferInfo
Returns the file transfer protocol used to copy the file from the source host.
getSources() - Method in interface flux.file.SingleFileParameter
Returns the set of files and directories that will be operated on in the file operation.
getSsl() - Method in class flux.Configuration
Returns the SSL configuration property.
getSsl() - Method in interface flux.notification.MailAction
Returns whether or not this action will use SSL to connect to the mail server.
getSsl() - Method in interface flux.notification.MailTrigger
Returns whether or not this action will use SSL to connect to the mail server.
getStablePeriod() - Method in interface flux.file.FileStableTrigger
Returns the period during which a candidate file for triggering must not be modified before the trigger will fire.
getStartConstraint() - Method in interface flux.CronForLoop
Returns the constraint when the timing loop begins.
getStartingCronColumn() - Method in interface flux.CronSlice
Returns the starting Cron column for this Cron slice.
getStartOfRange() - Method in interface flux.ForEachNumberAction
Returns the start of the range of numbers.
getStartOfRun() - Method in interface flux.FlowChartElement
Returns the timestamp for the commencement of this flow chart run.
getStartOfRun() - Method in interface flux.FlowChartRun
Returns the timestamp for the commencement of this flow chart run.
getStartTime() - Method in interface flux.file.FileTransferInfo
Returns the time this file transfer began.
getStartTimestamp() - Method in interface flux.ActionHistory
Returns the timestamp of when the execute() method was called on this action, or if a trigger, when this trigger fired.
getState() - Method in interface flux.audittrail.server.DeferringExecutionFlowEvent
Returns the state in which this execution flow is placed after its execution is deferred.
getStatements() - Method in interface flux.DatabaseUpdateAction
Returns a sequence of SQL statements that are used to update a database.
getStatus() - Method in class flux.agent.AgentInfo
Indicates the general status of this agent.
getStatus() - Method in interface flux.FlowChartElement
Returns the status message for this flow context, which is an optional natural language description that describes the state of this flow context within the scope of its enveloping flow chart.
getStatus() - Method in interface flux.FlowContext
Returns the status message for this flow context, which is an optional natural language description that describes the state of this flow context within the scope of its enveloping flow chart.
getStatusMessage() - Method in interface flux.audittrail.server.ExecutingActionEvent
Returns a message that describes the execution status of the action.
getStderrFile() - Method in interface flux.ProcessAction
Returns the file name where the process's stderr (standard error) is redirected, if not otherwise set on the command line.
getStdinFile() - Method in interface flux.ProcessAction
Returns the file name where the process's stdin (standard in) is redirected, if not otherwise set on the command line.
getStdoutFile() - Method in interface flux.ProcessAction
Returns the file name where the process's stdout (standard out) is redirected, if not otherwise set on the command line.
getStepping() - Method in interface flux.ForEachNumberAction
Returns the distance between successive numbers in the range.
getStoredFunctionResultSqlType() - Method in interface flux.DatabaseStoredProcedureAction
If this stored procedure is a stored function, returns the stored function's result SQL type, taken from java.sql.Types.
getStoredProcedureCall() - Method in interface flux.DatabaseStoredProcedureAction
Returns the signature of the stored procedure call that is used to invoke a stored procedure on a database.
getSubject() - Method in interface flux.notification.MailAction
Returns the subject of this mail.
getSubState() - Method in interface flux.AbstractFlowContextStatus
Returns the sub-state that the running flow context is currently in.
getSuccessfulFilenames() - Method in exception flux.file.FileActionException
Returns source to destination mapping of filenames for which the file action was carried out successfully.
getSuccessfulUrlObjects() - Method in exception flux.file.FileActionException
Returns source to destination mapping of URL objects for which the file action was carried out successfully.
getSuccessfulUrlStrings() - Method in exception flux.file.FileActionException
URLs of files for which the file action was carried out successfully.
getSuperState() - Method in interface flux.AbstractFlowContextStatus
Returns the super-state that the running flow context is currently in, which is either NORMAL or ERROR.
getSystemDelay() - Method in class flux.Configuration
Returns the SYSTEM_DELAY configuration property.
getSystemDelayMinimum() - Method in class flux.Configuration
Returns the SYSTEM_DELAY_MINIMUM configuration property.
getSystemLogger() - Method in class flux.Configuration
Returns the SYSTEM_LOGGER configuration property.
getSystemResourceCommand() - Method in class flux.Configuration
Returns the SYSTEM_RESOURCE_COMMAND configuration property.
getSystemResourceInterval() - Method in class flux.Configuration
Returns the SYSTEM_RESOURCE_INTERVAL configuration property.
getTablePrefix() - Method in class flux.Configuration
Returns the TABLE_PREFIX configuration property.
getTargetAction() - Method in interface flux.Flow
Returns the action at the end of this flow.
getTargetProtocol() - Method in interface flux.file.FileTransferInfo
Returns the file transfer protocol used to copy the file to the target host.
getTargets() - Method in interface flux.file.DoubleFileParameter
The set of target directories that receive files at the end of a file operation.
getThrowable() - Method in interface flux.audittrail.AbstractExitingMethodWithErrorEvent
Returns the error from a method invocation that finished abnormally.
getTimeExpression() - Method in interface flux.ForecastElement
Returns the time expression associated with the referenced timer trigger.
getTimeExpression() - Method in interface flux.TimerTrigger
Returns the time expression that governs how frequently this timer trigger fires.
getTimeoutBusinessInterval() - Method in interface flux.Action
Deprecated. Use Action.getTimeoutBusinessIntervalNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
getTimeoutBusinessIntervalNamespace() - Method in interface flux.Action
Returns the repository namespace to the business interval that is used to calculate the timeout expression.
getTimeoutDuration() - Method in interface flux.audittrail.server.ActionTimeoutEvent
Returns the actual number of milliseconds represented by this action's timeout Time Expression.
getTimeoutExpression() - Method in interface flux.Action
Returns a time expression that specifies the elapsed time that may pass before this action times out.
getTimerTriggerName() - Method in interface flux.ForecastElement
Returns the name of the timer trigger that was referenced when building this forecast.
getTimestamp() - Method in interface flux.audittrail.AuditTrailEntry
Returns the time on which this audit trail event was recorded.
getTimestamp() - Method in interface flux.logging.LogEntry
Returns the timestamp when this log entry was recorded.
getTimeToLive() - Method in interface flux.j2ee.JmsAction
Returns the JMS time-to-live for this JMS message.
getTimeZone(String) - Static method in class flux.EngineHelper
Returns a TimeZone object for the specified time zone.
getTimeZone() - Method in interface flux.TimeExpression
Returns the time zone associated with this time expression.
getTimeZone() - Method in interface flux.TimerTrigger
Returns the time zone associated with this timer trigger.
getToAddresses() - Method in interface flux.notification.MailAction
Returns the TO addresses for this mail.
getToPattern() - Method in interface flux.file.Renamer
Returns the "to" pattern.
getTotalBytes() - Method in interface flux.file.FileTransferInfo
Returns the total size of the file being transferred, in bytes.
getTotalMemory() - Method in interface flux.audittrail.status.Heartbeat
Returns the total memory available in the Java Virtual Machine (JVM).
getTotalPhysicalMemory() - Method in interface flux.Engine
Returns the total amount of virtual memory on the system running the engine, in kilobytes.
getTotalVirtualMemory() - Method in interface flux.Engine
Returns the total amount of virtual memory for the system running the engine, in kilobytes.
getTransferMode() - Method in interface flux.file.FtpHost
Returns the FTP file transfer mode used to transfer files.
getTransferredBytes() - Method in interface flux.file.FileTransferInfo
Returns the bytes transferred successfully of the current file being transferred.
getTruncate() - Method in interface flux.file.FileCreateAction
Indicates whether existing files will be truncated.
getTruststoreFilename() - Method in interface flux.RestAction
Returns the optional filename that references a truststore on the file system; a truststore contains only the certificates trusted by the client.
getTruststorePassword() - Method in interface flux.RestAction
Returns the password for the truststore.
getType() - Method in interface flux.j2ee.JmsAction
Returns the JMS type for this JMS message.
getType() - Method in interface flux.repository.RepositoryElement
Returns the type for this repository element.
getType() - Method in class flux.security.Privilege
Returns the underlying privilege type for this privilege.
getUnqualifiedName() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Returns the base name of this branch.
getUnsuccessfulFilenames() - Method in exception flux.file.FileActionException
Returns source to destination mapping of filenames for which the file action was not carried out successfully.
getUnsuccessfulRunCount(String) - Method in interface flux.Engine
Returns the total number of unsuccessful flow chart runs in the specified namespace.
getUnsuccessfulRunCount(String, Date, Date) - Method in interface flux.Engine
Returns the total number of unsuccessful flow chart runs in the specified namespace which occurred within the lower and upper date boundaries.
getUnsuccessfulUrlObjects() - Method in exception flux.file.FileActionException
Returns URLs of files and directories for which the file action was not carried out successfully.
getUnsuccessfulUrlStrings() - Method in exception flux.file.FileActionException
URLs of files and directories for which the file action was not carried out successfully.
getUrl() - Method in class flux.Configuration
Returns the URL configuration property.
getUrlStringMatches() - Method in class flux.agent.AgentFileTriggerResult
Returns URLs of files and directories against which the file trigger matched using its file criteria.
getUrlStrings() - Method in class flux.agent.AgentFileActionResult
 
getUser(String) - Method in interface flux.security.SecurityAdministrator
Returns the specified user.
getUsername() - Method in interface flux.audittrail.AuditTrailEntry
Returns the username responsible for generating this audit trail entry.
getUsername() - Method in interface flux.audittrail.AuditTrailFlowContext
Returns the username that belongs to the security context in which this flow chart is executing.
getUsername() - Method in interface flux.audittrail.client.AbstractCallEvent
Returns the username that belongs to the security context for the client API call.
getUsername() - Method in interface flux.AuditTrailTrigger
Returns the username filter.
getUsername() - Method in interface flux.file.NetworkHost
Returns the username for the network host.
getUsername() - Method in interface flux.j2ee.J2eeAction
Returns the optional username for logging into the application server.
getUsername() - Method in interface flux.logging.LogEntry
Returns the username responsible for generating this log entry.
getUsername() - Method in interface flux.notification.MailAction
Returns the username that will be used to authenticate with the mail server.
getUsername() - Method in interface flux.notification.MailTrigger
Returns the username to access the mail server.
getUsername() - Method in interface flux.RestAction
Returns the optional username used to access the REST service, assuming the service is secured with basic authentication.
getUsername() - Method in class flux.security.User
Returns a unique identifier for this user.
getUsername() - Method in interface flux.WebServiceAction
Returns the optional username used to access the Web service, assuming the web service is secured.
getUsers() - Method in interface flux.security.SecurityAdministrator
Returns all users sorted by username.
getUsers(String) - Method in interface flux.security.SecurityAdministrator
Returns all users that match the specified pattern, sorted by username.
getValue() - Method in class flux.StringMapEntry
Returns the value of an indexed bean property element.
getVariableManager() - Method in interface flux.Action
Returns the variable manager for this action.
getVariableManager() - Method in interface flux.FlowChart
Returns the variable manager for this flow chart.
getVariables() - Method in interface flux.FlowChartAction
Returns the variables used to initialize the workflow variables of the created workflow.
getVersion() - Method in interface flux.Engine
Returns version information for this Flux engine.
getVersion() - Static method in class flux.Factory
Returns version information for this Flux release.
getWaitTime() - Method in interface flux.ActionHistory
Returns the difference in milliseconds between the enter and start timestamps.
getWorkingDirectory() - Method in interface flux.ProcessAction
Returns the starting directory where the native process runs.
getWorkManagerResourceName() - Method in class flux.Configuration
Returns the WORK_MANAGER_RESOURCE_NAME configuration property.
getWsdl() - Method in interface flux.WebServiceAction
Returns the WSDL location that defines how the Web service is accessed and used.
getXpathExpression() - Method in interface flux.RestAction
Returns the optional XPath expression used to query the response from the REST service.
getXpathResponseType() - Method in interface flux.RestAction
Returns the optional type of the response from an XPath query.
getXpathResponseTypeAsString() - Method in interface flux.RestAction
Returns the optional type of the response from an XPath query.
gotoBeginning(String) - Method in interface flux.Relative
Appends "^ <timeUnit>" to the relative time expression.
gotoDay(int, String) - Method in interface flux.Relative
Appends "@ <number> <day>" to the relative time expression.
gotoDay(String) - Method in interface flux.Relative
Appends "@ <day>" to the relative time expression.
gotoDayOfMonth(int) - Method in interface flux.Relative
Appends "@#d" to the relative time expression, where # is the day to go to.
gotoDayOfMonth() - Method in interface flux.Relative
Appends "@d" to the relative time expression.
gotoEnd(String) - Method in interface flux.Relative
Appends "$ <timeUnit>" to the relative time expression.
gotoHour(int) - Method in interface flux.Relative
Appends "@#H" to the relative time expression, where # is the hour of the day to go to.
gotoHour() - Method in interface flux.Relative
Appends "@H" to the relative time expression.
gotoLastDay(String) - Method in interface flux.Relative
Appends "@!<day>" to the relative time expression.
gotoMillisecond(int) - Method in interface flux.Relative
Appends "@#S" to the relative time expression, where # is the millisecond of the second to go to.
gotoMillisecond() - Method in interface flux.Relative
Appends "@S" to the relative time expression.
gotoMinute(int) - Method in interface flux.Relative
Appends "@#m" to the relative time expression, where # is the minute of the hour to go to.
gotoMinute() - Method in interface flux.Relative
Appends "@m" to the relative time expression.
gotoMonthOfYear(int) - Method in interface flux.Relative
Appends "@#M" to the relative time expression, where # is the month of the year to go to.
gotoMonthOfYear() - Method in interface flux.Relative
Appends "@M" to the relative time expression.
gotoSecond(int) - Method in interface flux.Relative
Appends "@#s" to the relative time expression, where # is the second of the minute to go to.
gotoSecond() - Method in interface flux.Relative
Appends "@s" to the relative time expression.
gotoYear(int) - Method in interface flux.Relative
Appends "@ <year> y" to the relative time expression.
groupCount - Variable in class flux.RegularExpressionAction.RegularExpressionActionResult
The number of matches found.
groups - Variable in class flux.RegularExpressionAction.RegularExpressionActionResult
The input sequences matched by the regular expression pattern.

H

hashCode() - Method in class flux.security.Privilege
 
hasNext() - Method in interface flux.ActionHistoryIterator
Indicates whether there are more action history elements in this iterator.
hasNext() - Method in interface flux.audittrail.AuditTrailIterator
Indicates whether there are more audit trail entries in this iterator.
hasNext() - Method in interface flux.FlowChartElementIterator
Indicates whether there are more flow charts in this iterator.
hasNext() - Method in interface flux.FlowChartIterator
Indicates whether there are more flow charts in this iterator.
hasNext() - Method in interface flux.FlowChartRunIterator
Indicates whether there are more flow chart runs in this iterator.
hasNext() - Method in interface flux.ForecastIterator
Indicates whether there are more forecast elements in this iterator.
hasNext() - Method in interface flux.logging.LogIterator
Indicates whether there are more log entries in this iterator.
hasNext() - Method in interface flux.repository.RepositoryIterator
Indicates whether there are more flow charts or engine configurations or agent configurations or PGP keys or business intervals in the repository.
hasNext() - Method in interface flux.security.UserIterator
Indicates whether there are more users in this iterator.
hasPrivilege(Privilege) - Method in class flux.security.Role
Returns whether this role has this privilege.
Heartbeat - Interface in flux.audittrail.status
This abstract heartbeat event contains general diagnostic information about the health of the Flux engine instance that generated it.
HEARTBEAT_FREQUENCY - Static variable in class flux.Configuration
A time expression that specifies the frequency with which heartbeat audit trail events are generated.
HOLIDAY - Static variable in interface flux.Relative
holiday
HOST - Static variable in class flux.Configuration
The computer where an engine resides.
Host - Interface in flux.file
Abstract interface that represents a host on a network.
HOUR - Static variable in class flux.CronColumn
The Hour Cron column.
HOUR - Static variable in interface flux.Relative
hour

I

ID_DESCRIPTION - Static variable in class flux.agent.AgentConfiguration
A description of the agent instance intended for human consumption.
ID_DESCRIPTION - Static variable in class flux.Configuration
A description of the engine instance intended for human consumption.
ID_NAME - Static variable in class flux.agent.AgentConfiguration
The case-insensitive name of the agent instance.
ID_NAME - Static variable in class flux.Configuration
The case-insensitive name of the engine instance.
IMAP - Static variable in class flux.notification.MailProtocol
The IMAP email protocol.
IMAPS - Static variable in class flux.notification.MailProtocol
The IMAPS email protocol.
include(String, Date, Date, String, String, int) - Method in interface flux.BusinessInterval
Includes a span of time from execution.
include(String, Date, String, String) - Method in interface flux.BusinessInterval
Includes a span of time from execution.
include(String, String, String, String, String, int) - Method in interface flux.BusinessInterval
Includes a span of time from execution.
include(String) - Method in interface flux.file.IncludesFileCriteria
Includes files matching the specified file pattern.
include(String, int) - Method in interface flux.file.IncludesFileCriteria
Includes files matching the specified file pattern and minimum count, which allow a required minimum number of matching files to be found when using wildcard file patterns.
includeAll() - Method in interface flux.BusinessInterval
Includes all times for this business interval.
includeDay(String, Date) - Method in interface flux.BusinessInterval
Includes a calendar day from execution.
includeDay(String, Date, String) - Method in interface flux.BusinessInterval
Includes a calendar day for execution.
includesAllValues(CronColumn) - Method in interface flux.CronSlice
Indicates whether the specified Cron column contains all possible values.
IncludesFileCriteria - Interface in flux.file
A specification of files that are involved in a file operation.
INFINITY - Static variable in interface flux.CronForLoop
Indicates that a timing loop will fire indefinitely.
INFINITY - Static variable in interface flux.DelayTrigger
Use this constant in the setCount() method to allow this trigger to run forever or until the expiration.
INFINITY - Static variable in class flux.Factory
Used by engine wrappers to imply that retries will be attempted until the expiration time is exceeded.
INFINITY - Static variable in interface flux.TimerTrigger
Use this constant in the setCount() method to allow the timer trigger to run forever or until the end date.
info(String) - Method in interface flux.logging.Logger
Logs a message at the INFO level.
INITIAL_CONTEXT_FACTORY - Static variable in class flux.Configuration
The JNDI name of an application server's initial context factory.
INITIAL_CONTEXT_PASSWORD - Static variable in class flux.Configuration
The password used to create an application server initial context when looking up objects in an application server's JNDI tree, such as a data source, EJB info, or JMS info.
INITIAL_CONTEXT_USERNAME - Static variable in class flux.Configuration
The username used to create an application server initial context when looking up objects in an application server's JNDI tree, such as a data source, EJB info, or JMS info.
INTERNAL_LOGGER_DEBUG_ENABLED - Static variable in interface flux.runtimeconfiguration.RuntimeConfigurationNode
This property controls whether action and trigger properties and variables are logged to the audit trail.
INTERNAL_LOGGER_FILE_DIRECTORY - Static variable in class flux.agent.AgentConfiguration
The directory where log files are placed.
INTERNAL_LOGGER_FILE_DIRECTORY - Static variable in class flux.Configuration
The directory where log files are placed.
INTERNAL_LOGGER_FILE_ROTATION_SIZE - Static variable in class flux.agent.AgentConfiguration
The maximum size to which a log file for the internal asynchronous and internal synchronous loggers can grow before it is rotated.
INTERNAL_LOGGER_FILE_ROTATION_SIZE - Static variable in class flux.Configuration
The maximum size to which a log file for the internal asynchronous and internal synchronous loggers can grow before it is rotated.
INTERNAL_LOGGER_LEVEL - Static variable in class flux.Configuration
The logging level used for the internal asynchronous and internal synchronous loggers.
interrupt() - Method in class flux.agent.Agent
Interrupts the currently executing processes.
interrupt(String) - Method in interface flux.agent.AgentAdministrator
Interrupts the currently executing process on the specified agent.
interrupt(String) - Method in interface flux.Engine
Interrupts the specified flow charts as soon as possible.
isAddressingEnabled() - Method in interface flux.WebServiceAction
Indicates whether the WS-Addressing flag on the Web service request is enabled.
isAgentConfiguration() - Method in interface flux.repository.RepositoryElement
Indicates whether this repository element is an agent configuration.
isAllowed(Date, String, boolean, TimeZone) - Method in interface flux.AllowableBusinessInterval
Creates a span of time, starting with the "start" date and continuing for the Time Expression specified in "duration".
isAllowed(Date, TimeZone) - Method in interface flux.AllowableBusinessInterval
Determines if a job is allowed to run at the specified instant in time in the specified time zone.
isAppendToOutputFile() - Method in interface flux.ProcessAction
Indicates whether this process's output is written to the end of the configured stdout and stderr files, if not otherwise set on the command line.
isArmored() - Method in class flux.file.FileEncryptPgpAction
Indicates whether the encryption will be ASCII armored.
isAsynchronous() - Method in interface flux.FlowChartAction
Returns whether this workflow action waits synchronously — or does not wait (asynchronous) — for the newly spun off workflow to finish running before this workflow action completes.
isBuiltinDatabaseConnectionUsed() - Method in interface flux.DatabaseActionInfo
Indicates whether the database connection from the flow context, and thus the engine that is running this action, is used.
isBusinessInterval() - Method in interface flux.repository.RepositoryElement
Indicates whether this repository element is a business interval.
isCronForLoop() - Method in interface flux.Cron
Returns true only if this Cron object is a Cron "for" loop.
isCronOr() - Method in interface flux.Cron
Returns true only if this Cron object is a Cron "or".
isDeadlineExceeded() - Method in interface flux.FlowChartElement
Returns whether the flow chart, or flow chart run, exceeded its deadline.
isDeleteSource() - Method in class flux.file.FileDecryptPgpAction
Indicates whether the encrypted source files should be deleted after completing the decryption.
isDeleteSource() - Method in class flux.file.FileEncryptPgpAction
Indicates whether the unencrypted source files should be deleted after completing the encryption.
isDeliveryModePersistent() - Method in interface flux.j2ee.JmsAction
Indicates whether this JMS message is delivered as a persistent or non-persistent message.
isDirectory(String) - Method in interface flux.file.FtpFileListParser
Returns true if the specified line from an FTP file list represents a directory.
isDisposed() - Method in interface flux.Engine
Indicates whether the engine has been disposed and is no longer usable.
isElse() - Method in interface flux.Condition
Indicates whether this conditional expression guides the flow chart into an else action.
isEndOfRun() - Method in interface flux.Action
Indicates whether this action is the end of a flow chart run.
isEngineConfiguration() - Method in interface flux.repository.RepositoryElement
Indicates whether this repository element is an engine configuration.
isError() - Method in interface flux.Condition
Indicates whether this conditional expression guides the flow chart into an error action via an error flow.
isErrorCondition() - Method in interface flux.audittrail.status.Heartbeat
Indicates whether this heartbeat event constitutes an error condition, which indicates that a severe failure in the Flux engine has been detected.
isErrorWithoutRollback() - Method in interface flux.Condition
Indicates whether this conditional expression guides the flow chart into an error action via an error flow without rolling back the current transaction.
isErrorWithRollback() - Method in interface flux.Condition
Indicates whether this conditional expression guides the flow chart into an error action via an error flow while rolling back the current transaction.
isExpedited() - Method in interface flux.FlowContext
Indicates whether this flow of execution was expedited.
isFifoSchedulingEnabled() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Indicates whether first-in-first-out scheduling is enabled for this node in the hierarchical flow chart namespace.
isFile(String) - Method in interface flux.file.FtpFileListParser
Returns true if the specified line from an FTP file list represents a file.
isFinishedPrematurely() - Method in interface flux.ActionHistory
Indicates whether the flow chart was removed from the engine before this action finished.
isFinishedPrematurely() - Method in interface flux.FlowChartRun
Indicates whether this flow chart was removed from the engine before the flow chart run finished.
isFirstComponent(AllowableBusinessInterval) - Method in interface flux.BusinessInterval
Indicates whether the specified component is the first component to be evaluated for this business interval.
isFlowChart() - Method in interface flux.repository.RepositoryElement
Indicates whether this repository element is a workflow.
isHeader(String) - Method in interface flux.file.FtpFileListParser
Returns true if the specified line from an FTP file list is a header line.
isInitializeFromFlowContext() - Method in interface flux.FlowChartAction
Returns whether this action's Variables property will be initialized from the flow context.
isInteractiveAuthenticationEnabled() - Method in interface flux.RestAction
Indicates that the client should interactively prompt for credentials should it receive a 401 response.
isInternalLoggerDebugEnabled() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Indicates whether action and trigger properties and variables are logged to the audit trail for this node in the hierarchical flow chart namespace.
isInterrupted() - Method in interface flux.FlowContext
Returns true if execution has been interrupted by a call to Engine.interrupt().
isIssueCdCommandsMode() - Method in interface flux.file.FtpHost
Indicates whether "CD" commands are issued as part of the FTP protocol.
isJoinPoint() - Method in interface flux.Action
Indicates whether this action is a join point.
isLastComponent(AllowableBusinessInterval) - Method in interface flux.BusinessInterval
Indicates whether the specified component is the last component to be evaluated for this business interval.
isLocal() - Method in interface flux.EngineInfo
Indicates whether this engine is a local or remote engine.
isLoggable(Level) - Method in interface flux.logging.Logger
Returns true if and only if logging is enabled at a level that is equal to or less than the specfied level.
isLoggable(Level, LoggerType) - Method in interface flux.logging.Logger
Returns true if and only if logging is enabled at a level that is equal to or less than the specfied level and one of the configured loggers matches the specified logger type.
isLoggedIn() - Method in interface flux.Engine
For security purposes, indicates whether the current thread is logged into the engine as the specified user.
isOverwrite() - Method in interface flux.FlowChartAction
Returns whether the new workflow exported to an engine will overwrite an existing workflow or simply modify an existing workflow.
isPassiveMode() - Method in interface flux.file.FtpHost
Returns whether the FTP network connection is passive.
isPaused() - Method in interface flux.FlowChart
Determines whether the flow chart is paused.
isPgpKeyPair() - Method in interface flux.repository.RepositoryElement
Indicates whether this repository element is a PGP key pair.
isPreemptiveAuthenticationEnabled() - Method in interface flux.RestAction
Indicates that the client should send an authentication request even before the server gives a 401 response.
isPreserveDirectoryStructure() - Method in interface flux.file.DoubleFileParameter
Indicates whether file directory hierarchies are preserved, or flattened, during a file operation.
isQueueMessages() - Method in interface flux.j2ee.JmsAction
Indicates whether this JMS action sends JMS queue messages or JMS topic messages.
isReachable() - Method in interface flux.EngineInfo
Indicates whether this engine is accessible.
isRegularCron() - Method in interface flux.Cron
Returns true only if this Cron object is not a Cron "for" loop and is not a Cron "or".
isRunning() - Method in interface flux.Engine
Indicates if the engine has been started.
isSecured() - Method in interface flux.Engine
Indicates whether a Flux engine has security enabled on it.
isSecured() - Method in interface flux.EngineInfo
Indicates whether this engine has security enabled.
isSignalRaised(String) - Method in interface flux.FlowContext
Indicates whether the specified signal has been raised on the current action.
isSkippable() - Method in interface flux.Action
Indicates whether this action can be skipped if it generated an exception that caused the flow chart to enter the FAILED state.
isSkippable() - Method in interface flux.FlowChartElement
Returns whether the action that caused the flow chart to enter the failed state can be skipped.
isSsl() - Method in interface flux.EngineInfo
Indicates whether this engine is secured with SSL.
isSslEnabled() - Method in interface flux.RestAction
Indicates that the client should use SSL for communication.
isStartAction() - Method in interface flux.Action
Indicates whether this action is a starting point for the encapsulating flow chart.
isStartOfRun() - Method in interface flux.Action
Indicates whether this action is the start of a flow chart run.
isTimedOut() - Method in interface flux.FlowContext
Indicates whether the current action has timed out.
isTransactionBreak() - Method in interface flux.Action
Indicates whether this action is a transaction break.
isTransient(String) - Method in interface flux.FlowContext
Indicates if the specified variable name is transient.
isTrue() - Method in interface flux.Condition
Indicates whether this expression is an unconditional "true" expression.
isTrue(FlowContext) - Method in interface flux.Condition
Evaluates this condition's expression.
isWithinDeadlineWindow() - Method in interface flux.FlowChartElement
Returns whether the flow chart or denoted flow chart run is within its deadline window.
iterator() - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Returns all concurrency constraints in this concurrency throttle.

J

J2eeAction - Interface in flux.j2ee
Abstract interface for common Java EE methods.
J2eeFactory - Interface in flux.j2ee
Creates J2EE actions and triggers.
J2eeKeyAction - Interface in flux.j2ee
Abstract interface for common Java EE methods.
J2seTransactionCommittedEvent - Interface in flux.audittrail.client
Logged to the audit trail when a database transaction involved in a J2SE client call commits.
J2seTransactionRolledBackEvent - Interface in flux.audittrail.client
Logged to the audit trail when a database transaction involved in a J2SE client call rolls back.
JAN - Static variable in interface flux.Cron
January
JAN - Static variable in interface flux.Relative
January
JANUARY - Static variable in interface flux.Cron
January
JavaAction - Interface in flux
Creates a Java object from a class, then invokes a method on the newly created object.
JBOSS - Static variable in interface flux.OracleLargeObjectAdapter
Built-in adapter that supports the Oracle 8, 9, and 10 JDBC drivers supplied by Oracle Corporation, when wrapped by a JBoss driver.
JBossOracleAdapter - Class in flux
Built-in adapter to workaround an Oracle limitation when persisting more than 4k bytes of data.
JBossOracleAdapter() - Constructor for class flux.JBossOracleAdapter
 
JDBC_CONNECTION_RECYCLE_FREQUENCY - Static variable in class flux.Configuration
When a J2SE engine is created, it creates a database connection pool and periodically recycles database connections.
JDBC_ENCRYPTED_PASSWORD - Static variable in class flux.Configuration
The encrypted password used to create a direct JDBC database connection, without going through an application server or a data source.
JDBC_PASSWORD - Static variable in class flux.Configuration
The password used to create a direct JDBC database connection, without going through an application server or a data source.
JDBC_USERNAME - Static variable in class flux.Configuration
The username used to create a direct JDBC database connection, without going through an application server or a data source.
JmsAction - Interface in flux.j2ee
Publishes a JMS message to a JMS queue or JMS topic.
JmsMessageType - Enum in flux.j2ee
Enumerates the six different kinds of JMS messages that can be sent from a JMS Action.
JmxFactory - Interface in flux.jmx
Creates Flux Engine JMX MBeans (managed beans), which are used for monitoring and managing Flux engines from JMX management consoles.
join(String, String) - Method in interface flux.Engine
Waits (blocks) until there are no flow charts in the specified namespace or a timeout occurs.
join(String, String, String) - Method in interface flux.Engine
Waits (blocks) until there are no flow charts in the specified namespace or a timeout occurs.
Join - Interface in flux
A special node that performs an explicit join.
JUL - Static variable in interface flux.Cron
July
JUL - Static variable in interface flux.Relative
July
JULY - Static variable in interface flux.Cron
July
JUN - Static variable in interface flux.Cron
June
JUN - Static variable in interface flux.Relative
June
JUNE - Static variable in interface flux.Cron
June

K

key - Variable in class flux.StringMapEntry
 
KeyFlowContext - Interface in flux
Provides the user-defined key to a job listener that was specified when the flow chart was created.

L

lastModified - Variable in class flux.file.FileInfo
The date this file was last modified.
LDAP_BASE_DN - Static variable in class flux.Configuration
The base DN for LDAP lookups.
LDAP_BIND_DN - Static variable in class flux.Configuration
The bind DN for LDAP lookups.
LDAP_BIND_PASSWORD - Static variable in class flux.Configuration
The encrypted bind password for LDAP lookups.
LDAP_ENABLED - Static variable in class flux.Configuration
Indicates that usernames and passwords are retrieved from an LDAP server instead of internally within Flux.
LDAP_GROUP_BASE_DN - Static variable in class flux.Configuration
In group search mode, the group base DN for LDAP lookups.
LDAP_GROUP_MEMBER_ATTRIBUTE_ID - Static variable in class flux.Configuration
In group search mode, the group member attribute ID for LDAP lookups.
LDAP_GROUP_NAME_ATTRIBUTE_ID - Static variable in class flux.Configuration
In either user search mode or group search mode, the group name attribute ID for LDAP lookups.
LDAP_GROUP_TO_ROLE_MAP - Static variable in class flux.Configuration
Specifies how LDAP groups are mapped to security roles in Flux when a user logs in to a Flux engine for the first time.
LDAP_HOST_URL - Static variable in class flux.Configuration
An "ldap" or "ldaps" URL referring to the network location of the LDAP server.
LDAP_SEARCH_ATTRIBUTE - Static variable in class flux.Configuration
The search attribute for LDAP lookups.
LDAP_USER_GROUP_ATTRIBUTE - Static variable in class flux.Configuration
In user search mode, the user group attribute for LDAP lookups.
LDAP_USER_GROUP_ATTRIBUTE_IS_DN - Static variable in class flux.Configuration
In user search mode, the user group attribute is DN flag for LDAP lookups.
LDAP_USER_SEARCH_MODE_ENABLED - Static variable in class flux.Configuration
Indicates whether user search mode or group search mode is enabled.
Level - Enum in flux.logging
Enumerates supported logging levels.
LISTENER_CLASSPATH - Static variable in interface flux.runtimeconfiguration.RuntimeConfigurationNode
This property specifies the listener classpath for flow charts, which is used to load listener classes in Java Actions and Dynamic Java Actions.
LocalHost - Interface in flux.file
Represents the local file system.
log(Level, String) - Method in interface flux.logging.Logger
Logs a message at the specified level.
log(Level, String, Object[]) - Method in interface flux.logging.Logger
Logs a message at the specified level.
log(Level, String, Throwable) - Method in interface flux.logging.Logger
Logs a message and a Throwable object at the specified level.
log(Level, Throwable) - Method in interface flux.logging.Logger
Logs a Throwable object at the specified level.
LOG_EXPIRATION - Static variable in class flux.Configuration
A time expression indicating how old individual log entries in the Flux logs must be before they are automatically pruned.
LOG_FILENAME - Static variable in class flux.agent.AgentConfiguration
The name of the log file to which agent logs are written.
LogEntry - Interface in flux.logging
Contains information about one line in the Flux logs.
Logger - Interface in flux.logging
Abstract interface for logging to the various supported logger types.
LOGGER_TYPE - Static variable in class flux.Configuration
Indicates a logging system that the Flux engine uses.
LOGGER_TYPES - Static variable in class flux.Configuration
A set of flux.logging.LoggerType objects that indicates the logging systems that the Flux engine uses.
LoggerType - Enum in flux.logging
An enumeration of the kinds of loggers that are supported.
login(String, String) - Method in interface flux.Engine
For security purposes, logs the caller into the engine as the specified user.
LogIterator - Interface in flux.logging
Contains multiple log entries that are retrieved from the Flux logs.
logout() - Method in interface flux.Engine
For security purposes, logs the caller out of the engine as the specified user.
lookupEngine(String) - Method in class flux.Factory
Looks up a remote engine at the specified host.
lookupEngine(String, int) - Method in class flux.Factory
Looks up a remote engine at the specified host and port.
lookupEngine(String, int, boolean) - Method in class flux.Factory
Looks up a remote engine at the specified host.
lookupRemoteFluxEngineFromConfigurationFile(String) - Method in class flux.jmx.FluxEngineManagerForJmx
 
lookupRemoteFluxEngineFromConfigurationFile(String) - Method in interface flux.jmx.FluxEngineManagerForJmxMBean
Looks up a remote Flux Flux engine using a configuration file.

M

MailAction - Interface in flux.notification
Using an email template at flow chart construction time, constructs and sends a concrete email at runtime.
MailContentType - Class in flux.notification
An enumeration of supported email content types.
MailProtocol - Class in flux.notification
An enumeration of supported email protocols.
MailTrigger - Interface in flux.notification
Monitors an email server for incoming mail and fires when email arrives.
MailTrigger.Mail_Attachment - Class in flux.notification
Deprecated. Use MailAttachment instead. Deprecated in Flux 7.2. Will be removed in Flux 8.0.
MailTrigger.Mail_Attachment() - Constructor for class flux.notification.MailTrigger.Mail_Attachment
Deprecated. Creates a new mail attachment variable with default values.
MailTrigger.Mail_Attachment(String, byte[]) - Constructor for class flux.notification.MailTrigger.Mail_Attachment
Deprecated. Creates a new mail attachment variable with the specified values.
MailTrigger.Mail_Trigger_Result - Class in flux.notification
Deprecated. Use MailTriggerResult instead. Deprecated in Flux 7.2. Will be removed in Flux 8.0.
MailTrigger.Mail_Trigger_Result() - Constructor for class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. Creates a new mail message variable.
MailTrigger.MailAttachment - Class in flux.notification
Represents a file attachment to an email message.
MailTrigger.MailAttachment() - Constructor for class flux.notification.MailTrigger.MailAttachment
 
MailTrigger.MailTriggerResult - Class in flux.notification
The result when a mail trigger fires.
MailTrigger.MailTriggerResult() - Constructor for class flux.notification.MailTrigger.MailTriggerResult
 
Main - Class in flux
Provides a command line interface to engines and agents.
Main() - Constructor for class flux.Main
 
main(String[]) - Static method in class flux.Main
Provides a command line interface to engines and agents.
makeAction(FlowChart) - Method in interface flux.CatalogNode
Creates an action from the specified flow chart that corresponds to this ActionNode.
makeAction(FlowChart, String) - Method in interface flux.CatalogNode
Creates an action from the specified flow chart that corresponds to this ActionNode.
makeActionPropertyTarget(String) - Method in interface flux.FlowChart
Creates an action property target, for use in runtime data mapping.
makeAuditTrailTrigger(String) - Method in interface flux.FlowChart
Creates an audit trail trigger, which waits for an audit trail event to be recorded.
makeBusinessInterval(String) - Method in interface flux.BusinessIntervalFactory
Returns a new BusinessInterval with the specified name.
makeBusinessInterval(String) - Static method in class flux.EngineHelper
Returns a new BusinessInterval with the given name.
makeBusinessIntervalFactory() - Static method in class flux.EngineHelper
Returns a BusinessIntervalFactory for the creation and manipulation of complex BusinessInterval objects.
makeBusinessIntervalForDay(String, Date) - Method in interface flux.BusinessIntervalFactory
Returns a new BusinessIntervalComponent that represents a single calendar day.
makeBusinessIntervalForDay(String, Date, String) - Method in interface flux.BusinessIntervalFactory
Returns a new BusinessIntervalComponent that represents an all day interval that repeats according to repeatTimeExpression.
makeBusinessIntervalForever() - Method in interface flux.BusinessIntervalFactory
Returns a new BusinessIntervalComponent that represents all time.
makeBusinessIntervalForRange(String, Date, Date, String, String, int) - Method in interface flux.BusinessIntervalFactory
Returns a new BusinessIntervalComponent that represents an interval with an arbitrary duration, starting at the specified start date (inclusive), ending at the specified end date (exclusive), and repeating according to repeatTimeExpression for the specified number of times.
makeBusinessIntervalForRange(String, Date, String, String) - Method in interface flux.BusinessIntervalFactory
Returns a new BusinessIntervalComponent that represents an interval with an arbitrary duration, starting at the specified start date (inclusive), and repeating according to repeatTimeExpression.
makeChild(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Makes a new child for this node.
makeConcurrencyConstraint() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationFactory
Makes a concurrency constraint, which can be set on a concurrency throttle in order to limit the number of concurrently execute jobs.
makeConcurrencyThrottle() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationFactory
Makes a concurrency throttle, which can be set on a runtime configuration node in order to limit the number of concurrently execute jobs.
makeConsoleAction(String) - Method in interface flux.FlowChart
Creates a console action, which can print data to the console.
makeCron() - Static method in class flux.EngineHelper
Makes a new Cron object for manipulating Cron-style time expressions.
makeCron(CronSlice) - Static method in class flux.EngineHelper
Makes a new Cron object based on a CronSlice.
makeCronForLoop(CronSlice, CronSlice, CronSlice) - Static method in class flux.EngineHelper
Makes a new Cron "for" loop that represents a timing loop.
makeCronForLoop(CronSlice, CronSlice, CronSlice, int) - Static method in class flux.EngineHelper
Makes a new Cron "for" loop that represents a timing loop.
makeCronForLoop(CronSlice, CronSlice, int) - Static method in class flux.EngineHelper
Makes a new Cron "for" loop that represents a timing loop.
makeCronOr(Set<CronSlice>) - Static method in class flux.EngineHelper
Makes a new Cron "or" that represents a logical "or" of many Cron slices.
makeCronSlice(CronColumn, CronColumn) - Static method in class flux.EngineHelper
Makes a new CronSlice object based on the specified starting and ending Cron columns.
makeCustomBusinessInterval(AllowableBusinessIntervalDev) - Method in interface flux.BusinessIntervalFactory
Creates a custom BusinessInterval from an AllowableBusinessIntervalDev object.
makeDatabaseConditionAction(String) - Method in interface flux.FlowChart
Creates a Database Condition Action, which queries a database to test whether certain conditions are satisfied within the database.
makeDatabaseConditionTrigger(String) - Method in interface flux.FlowChart
Creates a Database Condition Trigger, which periodically queries a database to test whether certain conditions are satisfied within the database.
makeDatabaseQueryAction(String) - Method in interface flux.FlowChart
Creates a Database Query Action, which executes queries in a database.
makeDatabaseStoredProcedureAction(String) - Method in interface flux.FlowChart
Creates a Database Stored Procedure Action, which calls stored procedures in a database.
makeDatabaseUpdateAction(String) - Method in interface flux.FlowChart
Creates an Database Update Action, which executes statements in a database.
makeDate(Date) - Static method in class flux.EngineHelper
Makes a string date from the date object using the default time zone; the time zone is displayed in the string date.
makeDate(String) - Static method in class flux.EngineHelper
Makes a date from the given string date; the time zone is included in the string date.
makeDateInDefaultTimeZone(Date) - Static method in class flux.EngineHelper
Makes a string date from the date object using the default time zone; the default time zone is not displayed in the string date.
makeDateInDefaultTimeZone(String) - Static method in class flux.EngineHelper
Makes a date from the given string date in the default time zone; any time zone in the string date is ignored.
makeDecision(String) - Method in interface flux.FlowChart
Creates a Decision node, which makes an explicit decision, or conditional branch, in a flow chart.
makeDefaultRuntimeConfiguration() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationFactory
Makes a default runtime configuration that is identical to flux.Configuration.DEFAULT_RUNTIME_CONFIGURATION_NODE except that it is mutable.
makeDelayTrigger(String) - Method in interface flux.FlowChart
Creates a delay trigger, which pauses for a while before firing.
makeDifference(BusinessInterval, BusinessInterval) - Method in interface flux.BusinessIntervalFactory
Performs the set operation "difference" on the intervals, "left difference right".
makeDifference(String, BusinessInterval, BusinessInterval) - Method in interface flux.BusinessIntervalFactory
Performs the set operation "difference" on the intervals, "left difference right".
makeDynamicEjbEntityAction(String) - Method in interface flux.j2ee.J2eeFactory
Creates a new dynamic EJB entity action, which invokes methods on EJB entity beans that do not conform to a specific interface.
makeDynamicEjbSessionAction(String) - Method in interface flux.j2ee.J2eeFactory
Creates a new dynamic EJB session action, which creates and invokes EJB session beans that do not conform to an interface.
makeDynamicJavaAction(String) - Method in interface flux.FlowChart
Creates a dynamic Java action, which can execute arbitrary Java classes.
makeDynamicMethod() - Method in interface flux.j2ee.J2eeFactory
Creates a new DynamicMethod object.
makeDynamicRmiAction(String) - Method in interface flux.FlowChart
Creates a dynamic RMI action, which can execute arbitrary methods on remote Java objects.
makeEjbEntityAction(String) - Method in interface flux.j2ee.J2eeFactory
Creates a new EJB entity action, which invokes methods on EJB entity beans.
makeEjbSessionAction(String) - Method in interface flux.j2ee.J2eeFactory
Creates a new EJB session action, which creates and invokes EJB session beans.
makeElGamalKeyPair(int) - Method in class flux.file.PgpKeyFactory
Makes an ElGamal PGP public/private key pair.
makeElGamalKeyPair(int, String) - Method in class flux.file.PgpKeyFactory
Makes an ElGamal PGP public/private key pair with password protection on the private key.
makeEncryptedPassword(String) - Method in class flux.Factory
Returns the supplied clear-text password in encrypted format.
makeEngine() - Method in class flux.Factory
Creates an engine with a default, non-clusterable Derby database.
makeEngine(Configuration) - Method in class flux.Factory
Creates an engine using the supplied configuration.
makeEngine(String) - Method in class flux.Factory
Creates an engine using the supplied configuration file; if the engine is later restarted with a new configuration, the configuration file specified here will be overwritten with the new configuration.
makeErrorAction(String) - Method in interface flux.FlowChart
Creates an error action, which throws an exception and forces error processing to occur.
makeFactory(String) - Method in interface flux.FlowChart
Creates a custom factory for creating custom actions and triggers.
makeFileCopyAction(String) - Method in interface flux.file.FileFactory
Makes a new FileCopyAction.
makeFileCreateAction(String) - Method in interface flux.file.FileFactory
Makes a new FileCreateAction.
makeFileDeleteAction(String) - Method in interface flux.file.FileFactory
Makes a new FileDeleteAction.
makeFileExistTrigger(String) - Method in interface flux.file.FileFactory
Makes a new FileExistTrigger.
makeFileFactory() - Method in interface flux.FlowChart
Creates a file factory, which can create file actions and triggers.
makeFileModifiedTrigger(String) - Method in interface flux.file.FileFactory
Makes a new FileModifiedTrigger.
makeFileMoveAction(String) - Method in interface flux.file.FileFactory
Makes a new FileMoveAction.
makeFileNotExistTrigger(String) - Method in interface flux.file.FileFactory
Makes a new FileNotExistTrigger.
makeFileRenameAction(String) - Method in interface flux.file.FileFactory
Makes a new FileRenameAction.
makeFlowChart() - Static method in class flux.EngineHelper
Creates a new flow chart with a name equal to "/".
makeFlowChart(String) - Static method in class flux.EngineHelper
Creates a new flow chart with the given name.
makeFlowChartAction(String) - Method in interface flux.FlowChart
Creates a Flow Chart Action, which can export a new flow chart to the engine.
makeFlowChartsFromCrontab(InputStream) - Static method in class flux.EngineHelper
Creates a list of flow charts from a Crontab input stream, which represents a standard Unix Crontab file that contains Unix Cron jobs.
makeFlowChartsFromXml(InputStream) - Static method in class flux.EngineHelper
Creates a list of flow charts from an XML input stream.
makeFlowChartsFromXml(InputStream, boolean) - Static method in class flux.EngineHelper
Creates a list of flow charts from an XML input stream.
makeFlowChartSource(String) - Method in interface flux.FlowChart
Creates a flow chart variable source for use in runtime data mapping.
makeFlowChartTarget(String) - Method in interface flux.FlowChart
Creates a flow chart variable target for use in runtime data mapping.
makeFlowChartTrigger(String) - Method in interface flux.FlowChart
Creates a Flow Chart Trigger, which waits for other flow charts to finish before firing.
makeFlowContextSource(String) - Method in interface flux.FlowChart
Creates a flow context source, for use in runtime data mapping.
makeFlowContextTarget(String) - Method in interface flux.FlowChart
Creates a flow context target, for use in runtime data mapping.
makeFluxEngineManagerForJmxMBean() - Method in interface flux.jmx.JmxFactory
Makes a Flux engine JMX MBean, which can be used for monitoring and managing Flux engines from a JMX management console.
makeForEachCollectionElementAction(String) - Method in interface flux.FlowChart
Creates a for each collection element action, which makes each element in a collection available for individual processing in a flow chart.
makeForEachNumberAction(String) - Method in interface flux.FlowChart
Creates a for each number action, which counts numbers that fall within a range of numbers.
makeFridayWeekend() - Method in interface flux.BusinessIntervalFactory
Returns a pre-defined business interval that excludes Fridays.
makeFtpCommandAction(String) - Method in interface flux.file.FileFactory
Makes a new FtpCommandAction.
makeFtpHost() - Method in interface flux.file.FileFactory
Makes a new FtpHost.
makeFtpSslHost() - Method in interface flux.file.FileFactory
Makes a new FtpSslHost.
makeGlobRenamer(String, String) - Method in interface flux.file.FileFactory
Renamers are used by file actions that operate on sources and targets.
makeIncludesFileCriteria() - Method in interface flux.file.FileFactory
Makes a new IncludesFileCriteria.
makeIncludesFileCriteria(String) - Method in interface flux.file.FileFactory
Makes a new IncludesFileCriteria using a file pattern.
makeIncludesFileCriteria(String, int) - Method in interface flux.file.FileFactory
Makes a new IncludesFileCriteria using a file pattern and minimum count.
makeInstance() - Static method in class flux.Factory
Makes a new Factory.
makeInstance() - Static method in class flux.file.PgpKeyFactory
Makes a new PgpKeyFactory instance.
makeIntersection(BusinessInterval, BusinessInterval) - Method in interface flux.BusinessIntervalFactory
Performs the set operation "intersection" on the intervals, "left intersection right".
makeIntersection(String, BusinessInterval, BusinessInterval) - Method in interface flux.BusinessIntervalFactory
Performs the set operation "intersection" on the intervals, "left intersection right".
makeJ2eeFactory() - Method in interface flux.FlowChart
Creates a J2EE factory, which can create J2EE triggers and actions.
makeJ2seEngine(DatabaseType, String, String, String, String, int, String) - Method in class flux.Factory
Creates an engine using database connection information from a JDBC driver.
makeJ2seRemoteEngine(DatabaseType, String, String, String, String, int, String, String, int) - Method in class flux.Factory
Creates an remote engine using database connection information from a JDBC driver.
makeJavaAction(String) - Method in interface flux.FlowChart
Creates a Java Action, which can execute arbitrary Java classes.
makeJavaBeanFromXml(InputStream) - Static method in class flux.EngineHelper
Creates a JavaBean from an XML input stream, which conforms to the XML DTD file java-bean-5-0.dtd.
makeJmsAction(String) - Method in interface flux.j2ee.J2eeFactory
Creates a new JMS action, which publishes messages to a JMS queue or topic.
makeJmxFactory() - Method in class flux.Factory
Makes a new JmxFactory, which is responsible for creating Flux JMX MBeans, which are used for managing Flux engines from JMX management consoles.
makeJoin(String) - Method in interface flux.FlowChart
Creates a Join node, which merges multiple incoming flows into a single flow.
makeLocalHost() - Method in interface flux.file.FileFactory
Makes a new LocalHost.
makeMailAction(String) - Method in interface flux.notification.NotificationFactory
Makes a new MailAction.
makeMailTrigger(String) - Method in interface flux.notification.NotificationFactory
Makes a new MailTrigger.
makeManualTrigger(String) - Method in interface flux.FlowChart
Creates a manual trigger, which fires when expedited.
makeNetworkHost() - Method in interface flux.file.FileFactory
Makes a new NetworkHost.
makeNotificationFactory() - Method in interface flux.FlowChart
Creates a notification factory, which can create notification triggers and actions.
makeNullAction(String) - Method in interface flux.FlowChart
Creates an action that does nothing.
makeProcessAction(String) - Method in interface flux.FlowChart
Creates a process action, which executes native processes and command line programs.
makeRegexRenamer(String, String) - Method in interface flux.file.FileFactory
Renamers are used by file actions that operate on sources and targets.
makeRegularExpressionAction(String) - Method in interface flux.FlowChart
Creates a Regular Expression Action, which can determine if a string or the contents of a file match a regular expression and optionally replace matches.
makeRelative() - Static method in class flux.EngineHelper
Makes a new Relative object for manipulating Relative time expressions.
makeRemoteEngine() - Method in class flux.Factory
Creates an remote engine with a default in-memory database.
makeRestAction(String) - Method in interface flux.FlowChart
Creates a new rest action, which can invoke REST services.
makeRmiAction(String) - Method in interface flux.FlowChart
Creates an RMI action, which executes a method on a remote object.
makeRsaKeyPair(int) - Method in class flux.file.PgpKeyFactory
Makes an RSA PGP public/private key pair.
makeRsaKeyPair(int, String) - Method in class flux.file.PgpKeyFactory
Makes an RSA PGP public/private key pair with password protection on the private key.
makeRuntimeConfiguration() - Method in interface flux.runtimeconfiguration.RuntimeConfigurationFactory
Makes an empty runtime configuration that can be updated to create a custom runtime configuration.
makeRuntimeConfigurationFactory() - Method in class flux.Factory
Makes a new RuntimeConfigurationFactory, which is responsible for creating runtime configuration nodes and other runtime configuration objects.
makeRuntimeConfigurationSource(String) - Method in interface flux.FlowChart
Creates a runtime configuration source, for use in runtime data mapping.
makeSaturdaySundayWeekend() - Method in interface flux.BusinessIntervalFactory
Returns a business interval that excludes Saturdays and Sundays.
makeSaturdayWeekend() - Method in interface flux.BusinessIntervalFactory
Returns a pre-defined business interval that excludes Saturdays.
makeSecureFtpHost() - Method in interface flux.file.FileFactory
Makes a new SecureFtpHost.
makeSingleFileCriteria() - Method in interface flux.file.FileFactory
Makes a new SingleFileCriteria.
makeSingleFileCriteria(String) - Method in interface flux.file.FileFactory
Makes a new SingleFileCriteria using a filename.
makeSplit(String) - Method in interface flux.FlowChart
Creates a Split node, which activates multiple outgoing flows in parallel.
makeSundayWeekend() - Method in interface flux.BusinessIntervalFactory
Returns a pre-defined business interval that excludes Sundays.
makeTargetFileCriteria() - Method in interface flux.file.FileFactory
Makes a new TargetFileCriteria.
makeTimeExpression(String) - Static method in class flux.EngineHelper
Makes either a Cron time expression object or a Relative time expression object, based on the specified time expression string.
makeTimerTrigger(String) - Method in interface flux.FlowChart
Creates a new timer trigger, which automatically fires at specified times.
makeTimestamp(String) - Static method in class flux.EngineHelper
Makes a timestamp from the given string timestamp; the time zone is included in the string timestamp.
makeTimestamp(Timestamp) - Static method in class flux.EngineHelper
Makes a string timestamp from the timestamp object using the default time zone; the time zone is displayed in the string timestamp.
makeTimestampInDefaultTimeZone(String) - Static method in class flux.EngineHelper
Makes a timestamp from the given string timestamp in the default time zone; any time zone in the string timestamp is ignored.
makeTimestampInDefaultTimeZone(Timestamp) - Static method in class flux.EngineHelper
Makes a string timestamp from the timestamp object using the default time zone; the default time zone is not displayed in the string timestamp.
makeUncHost() - Method in interface flux.file.FileFactory
Makes a new UncHost.
makeUnion(BusinessInterval, BusinessInterval) - Method in interface flux.BusinessIntervalFactory
Performs the set operation "union" on the intervals, "left union right".
makeUnion(String, BusinessInterval, BusinessInterval) - Method in interface flux.BusinessIntervalFactory
Performs the set operation "union" on the intervals, "left union right".
makeUsFederalHolidays() - Method in interface flux.BusinessIntervalFactory
Returns a pre-defined business interval that excludes federal holidays in the United States.
makeWebService(String) - Method in interface flux.FlowChart
Creates a new web service action, which can invoke web services.
makeXmlFromFlowCharts(List<FlowChart>, OutputStream, boolean) - Static method in class flux.EngineHelper
Writes one or more flow charts to an XML output stream.
makeXmlFromJavaBean(Object, OutputStream) - Static method in class flux.EngineHelper
Writes a JavaBean to an XML output stream, which conforms to the XML DTD file java-bean-5-0.dtd.
ManualTrigger - Interface in flux
Fires only when this trigger is expedited.
map(String) - Method in interface flux.file.Renamer
Using a pre-defined renamer or substitution algorithm, returns an output string based on the input string and the renamer algorithm.
MAR - Static variable in interface flux.Cron
March
MAR - Static variable in interface flux.Relative
March
MARCH - Static variable in interface flux.Cron
March
matched - Variable in class flux.RegularExpressionAction.RegularExpressionActionResult
Indicates whether the regular expression pattern was found in the input content.
max(Date, Date) - Static method in class flux.EngineHelper
Returns the greater date.
MAX_CONNECTIONS - Static variable in class flux.Configuration
The maximum number of database connections used.
MAY - Static variable in interface flux.Relative
May
MAY_INT - Static variable in interface flux.Cron
May
MAY_STRING - Static variable in interface flux.Cron
May
message - Variable in class flux.ErrorResultElement
The exception's message as returned by java.lang.Exception.getMessage().
MILLISECOND - Static variable in class flux.CronColumn
The Millisecond Cron column.
MILLISECOND - Static variable in interface flux.Relative
millisecond
min(Date, Date) - Static method in class flux.EngineHelper
Returns the lesser date.
MINUTE - Static variable in class flux.CronColumn
The Minute Cron column.
MINUTE - Static variable in interface flux.Relative
minute
MON - Static variable in interface flux.Cron
Monday
MON - Static variable in interface flux.Relative
Monday
MONDAY - Static variable in interface flux.Cron
Monday
MONTH - Static variable in class flux.CronColumn
The Month Cron column.
MONTH - Static variable in interface flux.Relative
month
moveBackward(AllowableBusinessInterval) - Method in interface flux.BusinessInterval
Moves the specified component one step later in the evaluation process.
moveForward(AllowableBusinessInterval) - Method in interface flux.BusinessInterval
Moves the specified component one step earlier in the evaluation process.

N

namespace - Variable in class flux.AuditTrailTrigger.AuditTrailTriggerResult
The fully-qualified flow chart name, if any, in the hierarchical flow chart namespace that reported this audit trail event.
NetworkHost - Interface in flux.file
Abstract interface that represents a computer on a network.
next() - Method in interface flux.ActionHistoryIterator
Returns the next action history elements in this iterator.
next() - Method in interface flux.audittrail.AuditTrailIterator
Returns the next audit trail entry in this iterator.
next(CronColumn) - Static method in class flux.CronColumn
Returns the following CronColumn to the specified CronColumn.
next() - Method in interface flux.FlowChartElementIterator
Returns the next flow chart element in this iterator.
next() - Method in interface flux.FlowChartIterator
Returns the next flow chart in this iterator.
next() - Method in interface flux.FlowChartRunIterator
Returns the next flow chart run in this iterator.
next() - Method in interface flux.ForecastIterator
Returns the next forecast element in this forecast iterator.
next() - Method in interface flux.logging.LogIterator
Returns the next log entry in this iterator.
next() - Method in interface flux.repository.RepositoryIterator
Returns the next flow chart or engine configuration or agent configuration or PGP key or business interval in the repository.
next() - Method in interface flux.security.UserIterator
Returns the next user in this iterator.
next() - Method in interface flux.TimeExpression
Returns the next date that satisfies the constraints of this Time Expression.
next(Date) - Method in interface flux.TimeExpression
Returns the next date that satisfies the constraints of this Time Expression; the next date comes strictly after the specified date.
NON_HOLIDAY - Static variable in interface flux.Relative
non-holiday
NotificationFactory - Interface in flux.notification
Creates triggers and actions that process email.
NOV - Static variable in interface flux.Cron
November
NOV - Static variable in interface flux.Relative
November
NOVEMBER - Static variable in interface flux.Cron
November
NullAction - Interface in flux
Performs no action.

O

OCT - Static variable in interface flux.Cron
October
OCT - Static variable in interface flux.Relative
October
OCTOBER - Static variable in interface flux.Cron
October
Ok - Interface in flux.audittrail.status
A heartbeat event that indicates that no error has been diagnosed in the Flux engine.
ORACLE - Static variable in interface flux.OracleLargeObjectAdapter
Built-in adapter that supports the Oracle 8, 9, and 10 JDBC drivers supplied by Oracle Corporation.
ORACLE_LARGE_OBJECT_ADAPTER - Static variable in class flux.Configuration
By default, standard JDBC APIs are used to persist large binary and character data to all databases.
OracleAdapter - Class in flux
Built-in adapter to workaround an Oracle limitation when persisting more than 4k bytes of data.
OracleAdapter() - Constructor for class flux.OracleAdapter
 
OracleLargeObjectAdapter - Interface in flux
By default, standard JDBC APIs are used to persist large binary and character data to Oracle databases.
outParameters - Variable in class flux.DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
Represents the OUT parameters, if any.

P

parent - Variable in class flux.file.FileInfo
System-dependant absolute path to parent of this file.
parseForFileName(String) - Method in interface flux.file.FtpFileListParser
Parses the specified line from an FTP file list and returns the file name within the line.
parseForFileSize(String) - Method in interface flux.file.FtpFileListParser
Parses the specified line from an FTP file list and returns the file size of the file name within the line.
parseForTimestamp(String) - Method in interface flux.file.FtpFileListParser
Parses the specified line from an FTP file list and returns the timestamp within the line.
pause(String) - Method in interface flux.Engine
Pauses all flow charts specified by a hierarchical flow chart namespace expression.
pause() - Method in interface flux.FlowChart
Pauses this flow chart, that is, pauses all execution flow contexts in this flow chart.
PersistentVariableListener - Interface in flux
An optional interface whose methods are invoked during the lifecycle of a persistent variable.
persistingVariable() - Method in class flux.file.FileActionResult
 
persistingVariable() - Method in class flux.file.FileTrigger.FileTriggerResult
Called immediately before a persistent variable is stored to the database.
persistingVariable() - Method in interface flux.PersistentVariableListener
Called immediately before a persistent variable is stored to the database.
PgpBaseKey - Interface in flux.file
Base PGP key interface used to represent both public and private PGP keys.
PgpEncryptionAlgorithm - Enum in flux.file
Available PGP encryption algorithms.
PgpKeyFactory - Class in flux.file
Makes PGP public/private key pairs that can be used in conjunction with PGP file actions.
PgpKeyFactory() - Constructor for class flux.file.PgpKeyFactory
 
PgpKeyPair - Interface in flux.file
Encapsulates a PGP public and private key pair.
PgpKeyType - Enum in flux.file
Available PGP key types.
PgpPrivateKey - Interface in flux.file
PGP private key.
PgpPublicKey - Interface in flux.file
PGP public key.
ping() - Method in interface flux.Engine
An empty method that performs absolutely no function except to verify that the engine is alive.
POOL - Static variable in class flux.agent.AgentConfiguration
The name of the agent pool in which this agent resides.
POP3 - Static variable in class flux.notification.MailProtocol
The POP3 email protocol.
POP3S - Static variable in class flux.notification.MailProtocol
The POP3S email protocol.
PORT - Static variable in class flux.Configuration
The port to which an engine server listens.
previous() - Method in interface flux.Cron
Returns the previous date that satisfies the constraints of this Time Expression.
previous(Date) - Method in interface flux.Cron
Returns the previous date that satisfies the constraints of this Time Expression; the previous date comes strictly before the specified date.
previous(CronColumn) - Static method in class flux.CronColumn
Returns the previous CronColumn to the specified CronColumn.
print(boolean) - Method in interface flux.ConsoleAction
Prints a boolean to the console.
print(char) - Method in interface flux.ConsoleAction
Prints a char to the console.
print(char[]) - Method in interface flux.ConsoleAction
Prints a char[] to the console.
print(double) - Method in interface flux.ConsoleAction
Prints a double to the console.
print(float) - Method in interface flux.ConsoleAction
Prints a float to the console.
print(int) - Method in interface flux.ConsoleAction
Prints an int to the console.
print(long) - Method in interface flux.ConsoleAction
Prints a long to the console.
print(Object) - Method in interface flux.ConsoleAction
Prints an Object to the console.
print(String) - Method in interface flux.ConsoleAction
Prints a String to the console.
println() - Method in interface flux.ConsoleAction
Prints a newline to the console.
println(boolean) - Method in interface flux.ConsoleAction
Prints a boolean to the console.
println(char) - Method in interface flux.ConsoleAction
Prints a char to the console.
println(char[]) - Method in interface flux.ConsoleAction
Prints a char[] to the console.
println(double) - Method in interface flux.ConsoleAction
Prints a double to the console.
println(float) - Method in interface flux.ConsoleAction
Prints a float to the console.
println(int) - Method in interface flux.ConsoleAction
Prints an int to the console.
println(long) - Method in interface flux.ConsoleAction
Prints a long to the console.
println(Object) - Method in interface flux.ConsoleAction
Prints an Object to the console.
println(String) - Method in interface flux.ConsoleAction
Prints a String to the console.
PRIORITY - Static variable in interface flux.runtimeconfiguration.RuntimeConfigurationNode
This property specifies the priority of flow charts in the current branch in the tree of flow charts.
Privilege - Class in flux.security
Defines a privilege for a security role.
Privilege(PrivilegeType) - Constructor for class flux.security.Privilege
Creates a permission to perform a certain function based on the specified type of privilege.
PrivilegeType - Enum in flux.security
Different kinds of privileges that grant permission to perform varying actions in an engine, the cluster, and the Operations Console.
ProcessAction - Interface in flux
Executes a native process or command line program.
ProcessAction.ProcessActionResult - Class in flux
The result when a process finishes executing.
ProcessAction.ProcessActionResult() - Constructor for class flux.ProcessAction.ProcessActionResult
 
promote(String, String, int, boolean, String, String) - Method in interface flux.repository.RepositoryAdministrator
Copies one element from the local (source) repository to the (target) repository of a different cluster.
PROVIDER_URL - Static variable in class flux.Configuration
The URL to an application server.
put(FlowChart) - Method in interface flux.Engine
Adds a new flow chart for execution, or if the flow chart already exists, modifies it.
put(FlowChart, boolean) - Method in interface flux.Engine
Adds a new flow chart for execution, or if the flow chart already exists on the engine, replaces it with a new one, if replace is set to true.
put(String, AgentConfiguration, boolean) - Method in interface flux.repository.RepositoryAdministrator
Inserts or modifies an agent configuration in the repository.
put(String, Configuration, boolean) - Method in interface flux.repository.RepositoryAdministrator
Inserts or modifies an engine configuration in the repository.
put(FlowChart, boolean) - Method in interface flux.repository.RepositoryAdministrator
Inserts or modifies a flow chart in the repository.
put(FlowChart, String, boolean) - Method in interface flux.repository.RepositoryAdministrator
Inserts or modifies a flow chart in the repository with a description.
put(String, AllowableBusinessInterval, boolean) - Method in interface flux.repository.RepositoryAdministrator
Inserts or modifies a business interval in the repository.
put(String, String, PgpKeyPair, boolean) - Method in interface flux.repository.RepositoryAdministrator
Inserts or modifies a PGP private or public key in the repository.
put(String, boolean) - Method in interface flux.VariableManager
Adds a boolean variable to this variable manager.
put(String, byte) - Method in interface flux.VariableManager
Adds a byte variable to this variable manager.
put(String, char) - Method in interface flux.VariableManager
Adds a char variable to this variable manager.
put(String, double) - Method in interface flux.VariableManager
Adds a double variable to this variable manager.
put(String, float) - Method in interface flux.VariableManager
Adds a float variable to this variable manager.
put(String, int) - Method in interface flux.VariableManager
Adds an int variable to this variable manager.
put(String, short) - Method in interface flux.VariableManager
Adds a short variable to this variable manager.
put(String, long) - Method in interface flux.VariableManager
Adds a long variable to this variable manager.
put(String, Object) - Method in interface flux.VariableManager
Adds a variable to this variable manager.
putAll(Map) - Method in interface flux.VariableManager
Adds all variables from the specified map to this variable manager.
putRole(Role) - Method in interface flux.security.SecurityAdministrator
Adds or updates a role.
putTransient(String, Object) - Method in interface flux.FlowContext
Adds a transient variable to the flow context's variable manager, which will not be persisted to the database.
putUser(User) - Method in interface flux.security.SecurityAdministrator
Adds or updates a user in the cluster.

R

raiseSignal(String, String) - Method in interface flux.Engine
Raises the specified signal on all flow charts specified by a hierarchical flow chart namespace expression.
read - Variable in class flux.file.FileInfo
Whether this file can be read.
recover(String) - Method in interface flux.Engine
Restarts all flow contexts that are in the ERROR super-state and the FAILED sub-state from the beginning of the main-line (not the default error handler) flow chart transaction that led to the FAILED state.
recover(String, boolean) - Method in interface flux.Engine
Restarts all flow contexts that are in the ERROR super-state and the FAILED sub-state from the beginning of the main-line (not the default error handler) flow chart transaction that led to the FAILED state.
RegularExpressionAction - Interface in flux
Searches for strings in a file or an input string that match a regular expression.
RegularExpressionAction.RegularExpressionActionResult - Class in flux
The result when a RegularExpressionAction runs.
RegularExpressionAction.RegularExpressionActionResult() - Constructor for class flux.RegularExpressionAction.RegularExpressionActionResult
 
Relative - Interface in flux
Represents a relative time specification.
RemoteActionListener - Interface in flux
The listener interface for a remote action.
RemoteKeyFlowContext - Interface in flux
Provides the user-defined key to a remote job listener that was specified when the flow chart was created.
remove(AllowableBusinessInterval) - Method in interface flux.BusinessInterval
Removes the specified component from this BusinessInterval.
remove(String) - Method in interface flux.BusinessInterval
Removes an interval that was previously included or excluded.
remove(String) - Method in interface flux.Engine
Removes executing flow charts from the engine.
remove(String) - Method in interface flux.repository.RepositoryAdministrator
Removes all elements in the repository in the specified namespace.
remove(ConcurrencyConstraint) - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Deletes the specified concurrency constraint from this concurrency throttle.
remove(String) - Method in interface flux.VariableManager
Removes a variable from this variable manager.
removeAction(String) - Method in interface flux.FlowChart
Removes the specified action from this flow chart.
removeChild(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Deletes the specified child of the current node.
removeFlow(Flow) - Method in interface flux.Action
Removes the specified flow from this action.
removeProperty(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Deletes the specified runtime configuration property.
removeRole(String) - Method in interface flux.security.SecurityAdministrator
Deletes the specified role.
removeUser(String) - Method in interface flux.security.SecurityAdministrator
Deletes the specified user from the Flux engine.
rename(String, String) - Method in interface flux.Engine
Renames all flow charts in the old namespace to the new namespace.
rename(String, String) - Method in interface flux.repository.RepositoryAdministrator
Renames a repository element by changing the elements' namespace in the repository.
RenameableDoubleFileParameter - Interface in flux.file
Indicates that files should be renamed while being operated upon in a file operation.
Renamer - Interface in flux.file
Using a pre-defined renamer or substitution algorithm, returns an output string based on the input string and the renamer substitution algorithm.
renameRole(String, String) - Method in interface flux.security.SecurityAdministrator
Renames an existing role.
replace(AllowableBusinessInterval, AllowableBusinessInterval, BusinessIntervalOperation) - Method in interface flux.BusinessInterval
Replaces one business interval with another business interval.
replaced - Variable in class flux.RegularExpressionAction.RegularExpressionActionResult
The input, with groups matched by the regular expression pattern replaced by the replaceFirst and replaceAll properties.
reply_to_addresses - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. List of String.
RepositoryAdministrator - Interface in flux.repository
Manages a storage depot of template flow charts, engine configurations, agent configurations, PGP keys, and business intervals.
RepositoryElement - Interface in flux.repository
Represents a template workflow, an engine configuration, an agent configuration, a PGP key, or a business interval in the repository.
RepositoryElementType - Enum in flux.repository
Lists the kinds of objects that reside in the repository.
RepositoryIterator - Interface in flux.repository
Lists multiple flow charts or engine configurations or agent configurations or PGP keys or business intervals from the repository.
reset() - Method in interface flux.Action
Resets this action's attributes to their original values.
reset() - Method in interface flux.FlowChart
Resets this flow chart's attributes to their original values.
reset() - Method in interface flux.TimeExpression
Clears any existing time expression information.
responseCode - Variable in class flux.RestAction.RestActionResult
HTTP response code.
responseStatus - Variable in class flux.RestAction.RestActionResult
HTTP response status.
RestAction - Interface in flux
Invokes a REST service with support for SSL encryption, security certificates, multipart messages, and other REST capabilities.
RestAction.RestActionResult - Class in flux
The response from the REST service.
RestAction.RestActionResult() - Constructor for class flux.RestAction.RestActionResult
 
RestActionType - Enum in flux
The kind of HTTP action to perform against a REST service invoked using a Rest Action.
restart(AgentConfiguration) - Method in class flux.agent.Agent
Provides a way to reconfigure an agent without creating a new agent object.
restart(AgentConfiguration) - Method in interface flux.agent.AgentAdministrator
Provides a way to reconfigure an agent without creating a new agent object.
restart(Configuration) - Method in interface flux.Engine
Provides a way to reconfigure an engine without creating a new engine object.
restart(String) - Method in interface flux.Engine
Restarts all flow charts specified by a hierarchical flow chart namespace expression.
result - Variable in class flux.DatabaseConditionAction.DatabaseConditionActionResult
Indicates whether the condition was satisfied after the query ran.
result - Variable in class flux.DatabaseQueryAction.DatabaseQueryActionResult
The result when a SqlSelectAction runs and indicates whether more data is available through the underlying JDBC result set.
result - Variable in class flux.DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
Indicates whether more data is available through the underlying JDBC result set.
result - Variable in class flux.DatabaseUpdateAction.DatabaseUpdateActionResult
Indicates the number of database rows that were modified.
result - Variable in class flux.DelayTrigger.Delay_Result
Deprecated. The result when a delay trigger fires.
result - Variable in class flux.DelayTrigger.DelayTriggerResult
The result when a delay trigger fires.
result - Variable in class flux.file.FtpCommandAction.FtpCommandActionResult
A sequence of responses from the remote server for each FTP command that the server executed.
result - Variable in class flux.FlowChartAction.FlowChartActionResult
The fully qualified name of the new workflow that this Flow Chart Action exported to an engine.
result - Variable in class flux.ForEachAction.For_Each_Res
Deprecated. Indicates whether the end of data has been found.
result - Variable in class flux.ForEachAction.ForEachResult
Indicates whether the end of data has been found.
result - Variable in class flux.ProcessAction.ProcessActionResult
The process's exit code, as returned by the operating system, if the process executed synchronously.
result - Variable in class flux.RestAction.RestActionResult
The response from the REST service.
result - Variable in class flux.TimerTrigger.Timer_Result
The result when a timer trigger fires.
result - Variable in class flux.WebServiceAction.WebServiceActionResult
The result returned by the Web service, which is not a Flux persistent object and may be a simple object like a string or an integer or a more complex object like an object array whose types are defined by the WSDL.
RESULT_SET_FLOW_CONTEXT_KEY - Static variable in interface flux.DatabaseQueryAction
The key to a flow context variable that may hold an open JDBC result set from a previous iteration over this action within the same transaction.
RESULT_SET_FLOW_CONTEXT_KEY - Static variable in interface flux.DatabaseStoredProcedureAction
The key to a flow context variable that may hold an open JDBC result set from a previous iteration over this action within the same transaction.
resume(String) - Method in interface flux.Engine
Resumes all flow charts specified by the hierarchical flow chart namespace expression.
resume() - Method in interface flux.FlowChart
Resumes this flow chart after a previous pause.
retreat(int, String) - Method in interface flux.Relative
Appends "< <amount> <dayMonthUnit>" to the relative time expression.
retreat(String) - Method in interface flux.Relative
Appends "< <dayMonthUnit>" to the relative time expression.
returnTransient() - Method in interface flux.FlowContext
Indicates that the return value from the execute() method should be treated as a transient variable, which will not be stored to the database and will be purged at the next transaction break.
returnTransient(boolean) - Method in interface flux.FlowContext
Sets whether the return value from the execute() method should be treated as a transient variable, which will not be stored to the database and will be purged at the next transaction break.
Rmi - Interface in flux
Identifies an RMI server object.
RmiAction - Interface in flux
Invokes a method on an existing RMI server object.
Role - Class in flux.security
Security role that grants or restricts access to different parts of engines in the cluster as well as the Operations Console.
Role() - Constructor for class flux.security.Role
 
row - Variable in class flux.DatabaseQueryAction.DatabaseQueryActionResult
Represents the current row of the underlying JDBC result set.
row - Variable in class flux.DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
Represents the current row of the underlying JDBC result set.
RUN_AS_USER - Static variable in interface flux.runtimeconfiguration.RuntimeConfigurationNode
This property specifies the username under whose security context a flow chart executes.
RUN_HISTORY_ENABLED - Static variable in class flux.Configuration
Indicates whether flow chart run history information is recorded to the database; disabling run history reduces database activity.
RUNTIME_CONFIGURATION - Static variable in class flux.Configuration
Used to populate the flow chart namespace with configuration properties that apply to one engine only.
RUNTIME_CONFIGURATION_FILE - Static variable in class flux.Configuration
File path to a runtime configuration file.
RUNTIME_CONFIGURATION_FILE_REFRESH_FREQUENCY - Static variable in class flux.Configuration
A time expression that specifies the frequency with which the runtime configuration file is reloaded automatically.
RuntimeConfigurationFactory - Interface in flux.runtimeconfiguration
Creates runtime configuration nodes and other runtime configuration objects.
RuntimeConfigurationNode - Interface in flux.runtimeconfiguration
Used to populate the hierarchical flow chart namespace with configuration properties.
RuntimeConfigurationSource - Interface in flux.runtimedatamap
Represents the source for a runtime data mapping that originates from a runtime configuration.
RuntimeDataMap - Interface in flux.runtimedatamap
Provides a way to copy data at runtime from one location in a running flow chart to another.

S

SAT - Static variable in interface flux.Cron
Saturday
SAT - Static variable in interface flux.Relative
Saturday
SATURDAY - Static variable in interface flux.Cron
Saturday
scanAuditTrail(String, Date, Date, Set<String>, String) - Method in interface flux.Engine
Returns an ordered result of audit trail entries from the Flux audit trail.
scanAuditTrail(String, Date, Date, Set<String>, String, SortOrder) - Method in interface flux.Engine
Returns an ordered result of audit trail entries from the Flux audit trail.
scanAuditTrailByUser(String, Date, Date, Set<String>, String, String) - Method in interface flux.Engine
Returns an ordered result of audit trail entries from the Flux audit trail.
scanAuditTrailByUser(String, Date, Date, Set<String>, String, String, SortOrder) - Method in interface flux.Engine
Returns an ordered result of audit trail entries from the Flux audit trail.
scanLogs(String, Date, Date, Level, String, String, String) - Method in interface flux.Engine
Returns an ordered result of log entries from the Flux logs.
scanLogs(String, Date, Date, Level, String, String, String, SortOrder) - Method in interface flux.Engine
Returns an ordered result of log entries from the Flux logs.
scanLogsByUser(String, Date, Date, Level, String, String, String, String) - Method in interface flux.Engine
Returns an ordered result of log entries from the Flux logs.
scanLogsByUser(String, Date, Date, Level, String, String, String, String, SortOrder) - Method in interface flux.Engine
Returns an ordered result of log entries from the Flux logs.
SCRIPTING_LANGUAGES - Static variable in class flux.Configuration
Specifies the scripting languages that are registered with the Flux engine.
SECOND - Static variable in class flux.CronColumn
The Second Cron column.
SECOND - Static variable in interface flux.Relative
second
SecureFtpHost - Interface in flux.file
Represents a Secure FTP (SFTP) host on a network.
SECURITY_ENABLED - Static variable in class flux.Configuration
Indicates whether security is enabled.
SecurityAdministrator - Interface in flux.security
Administers user and role security for the Flux engine.
sendToAuditTrail(String, String) - Method in interface flux.Engine
Publishes an audit trail event using the given name and message.
sendToAuditTrail(String, String) - Method in interface flux.FlowContext
Publishes an audit trail event using the given name and message.
sent_date - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. The date the email message was sent.
SEP - Static variable in interface flux.Cron
September
SEP - Static variable in interface flux.Relative
September
SEPTEMBER - Static variable in interface flux.Cron
September
serialize(Object) - Static method in class flux.EngineHelper
Serializes the specified object to an array of bytes.
SERVER - Static variable in class flux.Configuration
Indicates whether an engine is created as a server that can be contacted over the network.
setActionName(String) - Method in interface flux.AuditTrailTrigger
Sets the action name filter.
setActionName(String) - Method in class flux.security.AccessibleActionVariable
Sets the name of the action, in conjunction with a namespace and an action variable, that is accessible to a security privilege.
setActionType(RestActionType) - Method in interface flux.RestAction
Sets the kind of HTTP action to perform against the REST service.
setActionVariableName(String) - Method in class flux.security.AccessibleActionVariable
Sets the name of the action variable, in conjunction with a namespace and an action, that is accessible to a security privilege.
setActionVariables(AccessibleActionVariable...) - Method in class flux.security.Privilege
Sets action variables used by some permission types.
setActiveWindow(AllowableBusinessInterval) - Method in interface flux.file.FileTrigger
Deprecated. Use FileTrigger.setActiveWindowNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
setActiveWindowNamespace(String) - Method in interface flux.file.FileTrigger
Sets a repository namespace to a business interval, which indicates the times when this file trigger may scan for files.
setAddressingEnabled(boolean) - Method in interface flux.WebServiceAction
Indicates whether the WS-Addressing flag on the Web service request is enabled.
setAgentFailoverTimeWindow(String) - Method in class flux.Configuration
Sets the AGENT_FAILOVER_TIME_WINDOW configuration property.
setAgentPool(String) - Method in interface flux.agent.AgentAction
This property indicates whether this process runs on an agent, and if it does, which subset of agents are considered for process execution.
setAlgorithm(PgpEncryptionAlgorithm) - Method in class flux.file.FileEncryptPgpAction
Sets the encryption algorithm used for the PGP encryption.
setAppendToOutputFile(boolean) - Method in interface flux.ProcessAction
Sets whether this process's output is written to the end of the configured stdout and stderr files, if not otherwise set on the command line.
setArgument(int, Boolean) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, boolean) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, Byte) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, byte) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, char) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, Character) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, Double) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, double) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, Float) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, float) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, int) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, Integer) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, Long) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, long) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, Object) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, Short) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, short) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, String) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArgument(int, String[]) - Method in interface flux.DynamicMethod
Sets an argument corresponding to the listener's method signature.
setArguments(List) - Method in interface flux.ProcessAction
Sets command line arguments for the native process.
setArmored(boolean) - Method in class flux.file.FileEncryptPgpAction
Sets whether the encryption will be ASCII armored.
setAsynchronous(boolean) - Method in interface flux.FlowChartAction
Sets whether this workflow action waits synchronously — or does not wait (asynchronous) — for the newly spun off workflow to finish running before this workflow action completes.
setAsynchronous(boolean) - Method in interface flux.ProcessAction
Sets whether the native process runs asynchronously, in the background.
setAttachments(List<URL>) - Method in interface flux.notification.MailAction
Sets the mail attachments for this mail.
setAuditTrailExpiration(String) - Method in class flux.Configuration
Sets the AUDIT_TRAIL_EXPIRATION configuration property.
setAuditTrailExpiration(String) - Method in interface flux.Engine
Sets a time expression indicating how old individual audit trail entries in the Flux audit trail must be before they are automatically pruned.
setAuditTrailFilter(Set<String>) - Method in class flux.Configuration
Sets the AUDIT_TRAIL_FILTER configuration property.
setAuditTrailLogger(String) - Method in class flux.Configuration
Sets the AUDIT_TRAIL_LOGGER configuration property.
setAuditTrailRollbackRecordingsEnabled(boolean) - Method in class flux.Configuration
Sets the AUDIT_TRAIL_ROLLBACK_RECORDINGS_ENABLED configuration property.
setBaseUrl(URL) - Method in interface flux.RestAction
Sets the base URL that defines how the REST service is accessed and used.
setBaseUrlAsString(String) - Method in interface flux.RestAction
Sets the base URL that defines how the REST service is accessed and used.
setBccAddresses(List<String>) - Method in interface flux.notification.MailAction
Sets the BCC addresses for this mail.
setBindName(String) - Method in interface flux.Rmi
Sets the name that the RMI server object is bound to in the RMI registry.
setBody(Object) - Method in interface flux.j2ee.JmsAction
Sets the body of the message.
setBody(String) - Method in interface flux.notification.MailAction
Sets the contents of the email message.
setBodyFooter(String) - Method in interface flux.notification.MailAction
Sets the end of the body of this mail.
setBodyHeader(String) - Method in interface flux.notification.MailAction
Sets the beginning of the body of this mail.
setBodyParts(Properties) - Method in interface flux.RestAction
Sets the body parts, commonly called file attachments, that are set in a multipart HTTP request to the REST service.
setBodyProperties(Properties) - Method in interface flux.notification.MailAction
Sets substitution properties that are referenced by the mail body.
setBuiltinDatabaseConnectionUsed(boolean) - Method in interface flux.DatabaseActionInfo
Sets whether the database connection from the flow context, and thus the engine that is running this action, is used.
setBusinessInterval(AllowableBusinessInterval) - Method in interface flux.TimeExpression
Registers a Business Interval with this time expression, which is consulted when the time expression is evaluated, that is, when next() and next(Date) are called.
setBusinessInterval(AllowableBusinessInterval) - Method in interface flux.TimerTrigger
Deprecated. Use TimerTrigger.setBusinessIntervalNamespace. Deprecated in Flux 8.0. Will be removed in a future version.
setBusinessIntervalNamespace(String) - Method in interface flux.TimerTrigger
Sets a repository namespace to a business interval, which is consulted when time expressions are evaluated.
setCacheSize(int) - Method in class flux.Configuration
Sets the CACHE_SIZE configuration property.
setCacheType(CacheType) - Method in class flux.Configuration
Sets the CACHE_TYPE configuration property.
setCcAddresses(List<String>) - Method in interface flux.notification.MailAction
Sets the CC addresses for this mail.
setClientCertificatesFilename(String) - Method in interface flux.file.FtpSslHost
Sets the absolute path of the Java keystore file containing client certificates used for authentication with this FTP-over-SSL host.
setClientCertificatesPassword(String) - Method in interface flux.file.FtpSslHost
Sets the password associated with the Java keystore file containing client certificates for this FTP-over-SSL host.
setClientLogger(String) - Method in class flux.Configuration
Sets the CLIENT_LOGGER configuration property.
setClusterNetworkingEnabled(boolean) - Method in class flux.Configuration
Sets the CLUSTER_NETWORKING_ENABLED configuration property.
setCollection(Object) - Method in interface flux.ForEachCollectionElementAction
Sets the array, List, Map, or Set that is to be iterated over.
setCommand(String) - Method in interface flux.ProcessAction
Sets the command line for the native process.
setCommandProperties(Properties) - Method in interface flux.ProcessAction
Sets substitution properties that are referenced by the process command line.
setCommands(List<String>) - Method in interface flux.file.FtpCommandAction
Sets the sequence of FTP commands to be executed.
setConcurrencyLevel(int) - Method in class flux.Configuration
Sets the CONCURRENCY_LEVEL configuration property.
setConcurrencyLevel(int) - Method in interface flux.Engine
Sets the concurrency throttle limit in the root node of the runtime configuration tree, assuming the root concurrency throttle expression is "/ <= N", where N is the limit or level.
setConcurrencyThrottle(int) - Method in class flux.agent.AgentConfiguration
Sets the CONCURRENCY_THROTTLE agent configuration property.
setConcurrencyThrottle(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the concurrency throttle for this node.
setConcurrencyThrottle(int) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the concurrency throttle for this node.
setConcurrencyThrottle(ConcurrencyThrottle) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the concurrency throttle for this node.
setConcurrencyThrottleClusterWide(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the concurrency throttle for this node, which applies to flow charts running across the entire cluster.
setConcurrencyThrottleClusterWide(int) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the concurrency throttle for this node, which applies to flow charts running across the entire cluster.
setConcurrencyThrottleClusterWide(ConcurrencyThrottle) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the concurrency throttle for this node, which applies to flow charts running across the entire cluster..
setCondition(String) - Method in interface flux.DatabaseConditionAction
Sets the expression that is tested to detect when the data in a database satisfies certain criteria.
setCondition(String) - Method in interface flux.Flow
Sets the condition for this flow, if any.
setConnectionFactory(String) - Method in interface flux.j2ee.JmsAction
Sets the JMS queue or topic factory.
setContentType(MailContentType) - Method in interface flux.notification.MailAction
Sets the email content type for this mail.
setContentType(String) - Method in interface flux.RestAction
Sets the optional "Content-Type" header in the HTTP request to the REST service.
setCorrelationId(String) - Method in interface flux.j2ee.JmsAction
Sets the JMS correlation ID for this JMS message.
setCount(long) - Method in interface flux.DelayTrigger
Sets the total number of times this trigger is configured to repeat until it expires.
setCount(long) - Method in interface flux.TimerTrigger
Sets the total number of times this timer trigger is scheduled to fire.
setDailyMaintenanceTime(String) - Method in class flux.Configuration
Sets the DAILY_MAINTENANCE_TIME configuration property.
setDatabaseProperties(Properties) - Method in class flux.Configuration
Sets the DATABASE_PROPERTIES configuration property.
setDatabaseProperties(String) - Method in class flux.Configuration
Sets the DATABASE_PROPERTIES configuration property.
setDatabaseType(DatabaseType) - Method in class flux.Configuration
Sets the DATABASE_TYPE configuration property.
setDataSource(String) - Method in class flux.Configuration
Sets the DATA_SOURCE configuration property.
setDataSource(String) - Method in interface flux.DatabaseActionInfo
Sets the name of an application server's data source used to retrieve database connections.
setDataSourceAutoCommitCheck(boolean) - Method in class flux.Configuration
Sets the DATA_SOURCE_AUTO_COMMIT_CHECK configuration setting.
setDataSourceCaching(boolean) - Method in class flux.Configuration
Sets the DATA_SOURCE_CACHING configuration property.
setDataSourceInitialContextFactory(String) - Method in interface flux.DatabaseActionInfo
Sets the initial context factory used to lookup an application server's data source for retrieving database connections.
setDataSourceInitialContextPassword(String) - Method in interface flux.DatabaseActionInfo
Sets the password used to access an application server.
setDataSourceInitialContextProviderUrl(String) - Method in interface flux.DatabaseActionInfo
Sets the network location used to lookup an application server's data source for retrieving database connections.
setDataSourceInitialContextUsername(String) - Method in interface flux.DatabaseActionInfo
Sets the username used to access an application server.
setDataSourcePassword(String) - Method in class flux.Configuration
Sets the DATA_SOURCE_PASSWORD configuration property.
setDataSourcePassword(String) - Method in interface flux.DatabaseActionInfo
Sets the password used to access a data source in an application server.
setDataSourceUsername(String) - Method in class flux.Configuration
Sets the DATA_SOURCE_USERNAME configuration property.
setDataSourceUsername(String) - Method in interface flux.DatabaseActionInfo
Sets the username used to access a data source in an application server.
setDataSourceUserTransactionClientJndiName(String) - Method in class flux.Configuration
Sets the DATA_SOURCE_USER_TRANSACTION_CLIENT_JNDI_NAME configuration setting.
setDataSourceUserTransactions(boolean) - Method in class flux.Configuration
Sets the DATA_SOURCE_USER_TRANSACTIONS configuration property.
setDataSourceUserTransactionServerJndiName(String) - Method in class flux.Configuration
Sets the DATA_SOURCE_USER_TRANSACTION_SERVER_JNDI_NAME configuration setting.
setDataSourceUserTransactionTimeout(String) - Method in class flux.Configuration
Sets the DATA_SOURCE_USER_TRANSACTION_TIMEOUT configuration property.
setDeadline(Date) - Method in interface flux.FlowChart
Sets the date when this flow chart or denoted flow chart run should finish execution.
setDeadline(String) - Method in interface flux.FlowChart
Sets the deadline for this flow chart or denoted flow chart run using a time expression.
setDeadlineWindow(String) - Method in interface flux.FlowChart
Sets a relative time expression which specifies when to publish the DeadlineApproachingEvent to the audit trail, expression is relative to the deadline date.
setDefaultFlowChartErrorHandler(FlowChart) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the default error handler for flow charts at or below the level of this node in the hierarchical flow chart namespace.
setDelayTimeExpression(String) - Method in interface flux.DelayTrigger
Sets a time expression that describes how long to wait.
setDeleteProcessedMessage(boolean) - Method in interface flux.notification.MailTrigger
Sets whether a processed email is automatically deleted after control returns to the mail trigger.
setDeleteSource(boolean) - Method in class flux.file.FileDecryptPgpAction
Sets whether the encrypted source files should be deleted after completing the decryption.
setDeleteSource(boolean) - Method in class flux.file.FileEncryptPgpAction
Sets whether the unencrypted source files should be deleted after completing the encryption.
setDeliveryModePersistent(boolean) - Method in interface flux.j2ee.JmsAction
Sets whether this JMS message is delivered as a persistent or non-persistent message.
setDescription(String) - Method in interface flux.Action
Sets a description of this action meant for human consumption.
setDescription(String) - Method in interface flux.FlowChart
Sets a description of this flow chart meant for human consumption.
setDestinationName(String) - Method in interface flux.j2ee.JmsAction
Sets the name of the destination (queue or topic) for this JMS message.
setDestroyOnInterrupt(boolean) - Method in interface flux.ProcessAction
Sets whether this process is destroyed if the current flow chart is interrupted.
setDestroyOnSignal(boolean) - Method in interface flux.ProcessAction
Sets whether this process is destroyed if this process action receives a signal.
setDestroyOnTimeout(boolean) - Method in interface flux.ProcessAction
Sets whether this process is destroyed if this process takes too long to execute.
setDirectory(String) - Method in interface flux.file.TargetFileCriteria
Sets the target directory for a file action.
setDisplayName(String) - Method in class flux.security.User
Sets the user's full display name.
setDomain(String) - Method in interface flux.file.UncHost
Sets the domain of the UNC host.
setDriver(String) - Method in class flux.Configuration
Sets the DRIVER configuration property.
setElseFlow(Action) - Method in interface flux.Action
Sets the next action to execute if all other flow conditions are not satisfied at runtime.
setEncryptionProtocol(FtpSslEncryptionProtocol) - Method in interface flux.file.FtpSslHost
Sets the encryption protocol to use when communicating with this host.
setEndDate(Date) - Method in interface flux.TimerTrigger
Sets the date such that the timer trigger expires on or after the given end date.
setEndOfRange(double) - Method in interface flux.ForEachNumberAction
Sets the end of the range of numbers.
setEndOfRange(long) - Method in interface flux.ForEachNumberAction
Sets the end of the range of numbers.
setEndOfRun(boolean) - Method in interface flux.Action
Sets whether this action is an end point for a flow chart run.
setEndTimeExpression(String) - Method in interface flux.TimerTrigger
Applies the specified time expression to the current date to determine when this timer trigger expires.
setEngineContentsSummaryFrequency(String) - Method in class flux.Configuration
Sets the ENGINE_CONTENTS_STATUS_FREQUENCY configuration property.
setEngineEncryptedPassword(String) - Method in class flux.agent.AgentConfiguration
Sets the ENGINE_ENCRYPTED_PASSWORD agent configuration property.
setEngineHost(String) - Method in class flux.agent.AgentConfiguration
Sets the ENGINE_HOST agent configuration property.
setEngineName(String) - Method in interface flux.AuditTrailTrigger
Sets the engine name filter.
setEnginePassword(String) - Method in class flux.agent.AgentConfiguration
Sets the ENGINE_PASSWORD agent configuration property.
setEnginePort(int) - Method in class flux.agent.AgentConfiguration
Sets the ENGINE_PORT agent configuration property.
setEngineSsl(boolean) - Method in class flux.agent.AgentConfiguration
Sets the ENGINE_SSL agent configuration property.
setEngineUsername(String) - Method in class flux.agent.AgentConfiguration
Sets the ENGINE_USERNAME agent configuration property.
setEnvironment(Properties) - Method in interface flux.ProcessAction
Sets the environment properties used by the native process.
setErrorCondition(String) - Method in interface flux.ProcessAction
Sets the expression that is tested to detect whether a process failed.
setErrorFlow(Action) - Method in interface flux.Action
If this action ends with an error, sets the next action to execute; the transaction will NOT be rolled back as this error flow executes and before the error action executes.
setErrorFlowWithoutRollback(Action) - Method in interface flux.Action
If this action ends with an error, sets the next action to execute; the transaction will NOT be rolled back as execution continues along this error flow.
setErrorFlowWithRollback(Action) - Method in interface flux.Action
If this action ends with an error, sets the next action to execute; the transaction will be rolled back as this error flow executes and before the error action executes.
setEventMessage(String) - Method in interface flux.AuditTrailTrigger
Sets the event message filter.
setEventName(String) - Method in interface flux.AuditTrailTrigger
Sets the event name filter.
setExpirationFlow(Action) - Method in interface flux.DelayTrigger
The flow that is followed when this delay trigger expires.
setExpirationFlow(Action) - Method in interface flux.ForEachAction
Sets the flow to follow after this for each action is finished.
setExpirationFlow(Action) - Method in interface flux.ForEachNumberAction
Sets the flow to follow after this for each number action expires.
setExpirationFlow(Action) - Method in interface flux.TimerTrigger
The flow that is followed when this timer trigger expires.
setExpirationTimeExpression(String) - Method in interface flux.DelayTrigger
Sets the time expression that governs when this trigger expires.
setExtraHeaders(Properties) - Method in interface flux.notification.MailAction
Sets additional mail headers that accompany this mail.
setExtraInitialContextProperties(Properties) - Method in interface flux.j2ee.J2eeAction
Sets additional initial context properties to be used when creating an InitialContext object in preparation for looking up J2EE objects in the JNDI tree.
setFailoverTimeWindow(String) - Method in class flux.Configuration
Sets the FAILOVER_TIME_WINDOW configuration property.
setFairnessTimeWindow(String) - Method in class flux.Configuration
Sets the FAIRNESS_TIME_WINDOW configuration property.
setFifoSchedulingEnabled(boolean) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets whether first-in-first-out scheduling is enabled for this node in the hierarchical flow chart namespace.
setFileListParser(Class) - Method in interface flux.file.FtpHost
Sets the class that parses FTP directory listings.
setFilename(String) - Method in interface flux.file.SingleFileCriteria
Sets a target zip file in a File Zip Action.
setFilename(String) - Method in interface flux.FlowChartAction
Sets the filename of a workflow XML file to use when exporting a new flow chart to an engine.
setFileTransferDebug(boolean) - Method in class flux.Configuration
Sets the FILE_TRANSFER_DEBUG configuration property.
setFlowChartDeadlinesEnabled(boolean) - Method in class flux.Configuration
Sets the FLOW_CHART_DEADLINES_ENABLED configuration property.
setFlowChartLogger(String) - Method in class flux.Configuration
Sets the FLOW_CHART_LOGGER configuration property.
setFlowChartVariableName(String) - Method in class flux.security.AccessibleFlowChartVariable
Sets the name of the flow chart variable, in conjunction with a namespace, that is accessible to a security privilege.
setFlowChartVariables(AccessibleFlowChartVariable...) - Method in class flux.security.Privilege
Sets flow chart variables used by some permission types.
setFromAddress(String) - Method in interface flux.notification.MailAction
Sets the FROM address for this mail.
setFromPattern(String) - Method in interface flux.file.Renamer
Sets the "from" pattern.
setHeaders(Properties) - Method in interface flux.RestAction
Sets the optional headers set in the HTTP request to the REST service.
setHeartbeatFrequency(String) - Method in class flux.Configuration
Sets the HEARTBEAT_FREQUENCY configuration property.
setHomeMethod(DynamicMethod) - Method in interface flux.j2ee.DynamicEjbEntityAction
Sets a method on an EJB home interface, which is responsible for returning one or more remote references.
setHomeMethod(DynamicMethod) - Method in interface flux.j2ee.EjbEntityAction
Sets a method on an EJB home interface, which is responsible for returning one or more remote references.
setHost(String) - Method in class flux.Configuration
Sets the HOST configuration property.
setHost(Host) - Method in interface flux.file.FileCriteria
Sets the network host where these files are located.
setHost(FtpHost) - Method in interface flux.file.FtpCommandAction
Sets the FTP, SFTP, or FTPS host on which the specified commands will be executed.
setHost(String) - Method in interface flux.Rmi
Sets the host where the RMI server object is located.
setHost(URL) - Method in interface flux.Rmi
Sets the host, registry port, and bind name where the RMI server object is located.
setIdDescription(String) - Method in class flux.agent.AgentConfiguration
Sets the ID_DESCRIPTION agent configuration property.
setIdDescription(String) - Method in class flux.Configuration
Sets the ID_DESCRIPTION configuration property.
setIdName(String) - Method in class flux.agent.AgentConfiguration
Sets the ID_NAME agent configuration property.
setIdName(String) - Method in class flux.Configuration
Sets the ID_NAME configuration property.
setIgnoreErrorStatements(List<Integer>) - Method in interface flux.DatabaseUpdateAction
Sets the 0-based index numbers of the statements where any executions errors are ignored.
setImapFolder(String) - Method in interface flux.notification.MailTrigger
Sets the name of the IMAP folder that is checked for email messages.
setImapFolderCopyDestination(String) - Method in interface flux.notification.MailTrigger
Sets the name of an IMAP folder, if any, to which a processed email is copied when the mail trigger fires.
setInitialContextFactory(String) - Method in class flux.Configuration
Sets the INITIAL_CONTEXT_FACTORY configuration property.
setInitialContextFactory(String) - Method in interface flux.j2ee.J2eeAction
Sets the optional initial context factory.
setInitialContextPassword(String) - Method in class flux.Configuration
Sets the INITIAL_CONTEXT_PASSWORD configuration property.
setInitialContextUsername(String) - Method in class flux.Configuration
Sets the INITIAL_CONTEXT_USERNAME configuration property.
setInitializeFromFlowContext(boolean) - Method in interface flux.FlowChartAction
Sets whether this action's Variables property will be initialized from the flow context.
setInput(String) - Method in interface flux.RegularExpressionAction
Sets the input string content which the regular expression will test.
setInputFilename(String) - Method in interface flux.RegularExpressionAction
Sets the name of the input file which the regular expression will test.
setInteractiveAuthenticationEnabled(boolean) - Method in interface flux.RestAction
Sets whether the client should interactively prompt for credentials should it receive a 401 response.
setInternalLoggerDebugEnabled(boolean) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the INTERNAL_LOGGER_DEBUG_ENABLED property for this node.
setInternalLoggerFileDirectory(String) - Method in class flux.agent.AgentConfiguration
Returns the INTERNAL_LOGGER_FILE_DIRECTORY agent configuration property.
setInternalLoggerFileDirectory(String) - Method in class flux.Configuration
Returns the INTERNAL_LOGGER_FILE_DIRECTORY configuration property.
setInternalLoggerFileRotationSize(long) - Method in class flux.agent.AgentConfiguration
Returns the INTERNAL_LOGGER_FILE_ROTATION_SIZE agent configuration property.
setInternalLoggerFileRotationSize(long) - Method in class flux.Configuration
Returns the INTERNAL_LOGGER_FILE_ROTATION_SIZE configuration property.
setInternalLoggerLevel(Level) - Method in class flux.Configuration
Sets the INTERNAL_LOGGER_LEVEL configuration property.
setIssueCdCommandsMode(boolean) - Method in interface flux.file.FtpHost
Sets whether "CD" commands are issued as part of the FTP protocol.
setJdbcConnectionRecycleFrequency(String) - Method in class flux.Configuration
Sets the JDBC_CONNECTION_RECYCLE_FREQUENCY configuration property.
setJdbcDriver(String) - Method in interface flux.DatabaseActionInfo
Sets the JDBC driver class name that is used to lookup direct connections to a database.
setJdbcEncryptedPassword(String) - Method in class flux.Configuration
Sets the JDBC_ENCRYPTED_PASSWORD configuration property.
setJdbcPassword(String) - Method in class flux.Configuration
Sets the JDBC_PASSWORD configuration property.
setJdbcPassword(String) - Method in interface flux.DatabaseActionInfo
Sets the password that is used to lookup direct connections to a database.
setJdbcUrl(String) - Method in interface flux.DatabaseActionInfo
Sets the network location of the database for looking up direct connections to a database.
setJdbcUsername(String) - Method in class flux.Configuration
Sets the JDBC_USERNAME configuration property.
setJdbcUsername(String) - Method in interface flux.DatabaseActionInfo
Sets the username that is used to lookup direct connections to a database.
setJoinExpression(String) - Method in interface flux.Action
Sets a join expression that specifies the conditions that must be met before a join point will fire.
setJoinPoint(boolean) - Method in interface flux.Action
Indicates whether this action is a join point.
setKey(Object) - Method in interface flux.j2ee.J2eeKeyAction
Sets a key that is passed to the listener in the callback.
setKey(Object) - Method in interface flux.JavaAction
Sets optional data that is passed to the Java object to provide context as it is invoked.
setKey(Object) - Method in interface flux.RmiAction
Sets optional data that is passed to the RMI server object to provide context as it is invoked.
setKey(String) - Method in class flux.StringMapEntry
Sets the key of an indexed bean property element.
setKeyNamespace(String) - Method in class flux.file.FileDecryptPgpAction
Sets the repository namespace this action will use to retrieve the private key.
setKeyNamespace(String) - Method in class flux.file.FileEncryptPgpAction
Sets the repository namespace this action will use to retrieve the public key.
setKeystoreFilename(String) - Method in interface flux.RestAction
Sets the optional filename that references a keystore on the file system; a keystore contains a collection of private keys and associated certificates.
setKeystorePassword(String) - Method in interface flux.RestAction
Sets the password for the keystore.
setKeyType(PgpKeyType) - Method in interface flux.file.PgpBaseKey
Sets the kind of PGP key for this key.
setLateTimeWindow(String) - Method in interface flux.TimerTrigger
Sets a time expression that indicates the latest a timer trigger may fire past its scheduled firing time without being skipped.
setLateTimeWindow(String, boolean) - Method in interface flux.TimerTrigger
Sets a time expression that indicates the latest a timer trigger may fire past its scheduled firing time without being skipped.
setLdapBaseDn(String) - Method in class flux.Configuration
Sets the LDAP_BASE_DN configuration property.
setLdapBindDn(String) - Method in class flux.Configuration
Sets the LDAP_BIND_DN configuration property.
setLdapBindPassword(String) - Method in class flux.Configuration
Sets the LDAP_BIND_PASSWORD configuration property.
setLdapEnabled(boolean) - Method in class flux.Configuration
Sets the LDAP_ENABLED configuration property.
setLdapGroupBaseDn(String) - Method in class flux.Configuration
Sets the LDAP_GROUP_BASE_DN configuration property.
setLdapGroupMemberAttributeId(String) - Method in class flux.Configuration
Sets the LDAP_GROUP_MEMBER_ATTRIBUTE_ID configuration property.
setLdapGroupNameAttributeId(String) - Method in class flux.Configuration
Sets the LDAP_GROUP_NAME_ATTRIBUTE_ID configuration property.
setLdapGroupToRoleMap(Map<String, String>) - Method in class flux.Configuration
Sets the LDAP_GROUP_TO_ROLE_MAP configuration property.
setLdapHostUrl(String) - Method in class flux.Configuration
Sets the LDAP_HOST_URL configuration property.
setLdapSearchAttribute(String) - Method in class flux.Configuration
Sets the LDAP_SEARCH_ATTRIBUTE configuration property.
setLdapUserGroupAttribute(String) - Method in class flux.Configuration
Sets the LDAP_USER_GROUP_ATTRIBUTE configuration property.
setLdapUserGroupAttributeIsDn(boolean) - Method in class flux.Configuration
Sets the LDAP_USER_GROUP_ATTRIBUTE_IS_DN configuration property.
setLdapUserSearchModeEnabled(boolean) - Method in class flux.Configuration
Sets the LDAP_USER_SEARCH_MODE_ENABLED configuration property.
setLimit(int) - Method in interface flux.runtimeconfiguration.ConcurrencyConstraint
Sets the limit for this concurrency constraint, which indicates the maximum number of jobs that can run at the same time in the concurrency constraint's namespace.
setListener(Class) - Method in interface flux.DynamicJavaAction
Sets the listener that receives a callback.
setListener(String, Class) - Method in interface flux.j2ee.DynamicEjbEntityAction
Sets the JNDI name and class of an EJB home interface.
setListener(String, Class) - Method in interface flux.j2ee.EjbEntityAction
Sets the JNDI name and class of an EJB home interface.
setListener(String, Class) - Method in interface flux.j2ee.EjbListener
Sets the listener that receives a callback.
setListener(String, String) - Method in interface flux.j2ee.EjbListener
Sets the listener that receives a callback.
setListener(String, Class) - Method in interface flux.j2ee.EjbSessionAction
The EJB session bean's remote interface must implement RemoteActionListener.
setListener(Class) - Method in interface flux.JavaAction
Sets the listener that receives a callback.
setListenerAsString(String) - Method in interface flux.DynamicJavaAction
Sets the listener that receives a callback.
setListenerAsString(String) - Method in interface flux.JavaAction
Sets the listener that receives a callback.
setListenerClasspath(String) - Method in interface flux.FlowChart
Sets the listener classpath for this flow chart, which is used to load listener classes for Java Action and Dynamic Java Action.
setListenerClasspath(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the listener classpath for this node.
setListenerSignature(String) - Method in interface flux.DynamicMethod
Sets the method that receives a callback.
setListenerSignature(String) - Method in interface flux.j2ee.DynamicEjbEntityAction
Sets the optional method that receives a callback.
setLogExpiration(String) - Method in class flux.Configuration
Sets the LOG_EXPIRATION configuration property.
setLogExpiration(String) - Method in interface flux.Engine
Sets a time expression indicating how old individual log entries in the Flux logs must be before they are automatically pruned.
setLogFilename(String) - Method in class flux.agent.AgentConfiguration
Sets the LOG_FILENAME agent configuration property.
setLoggerType(LoggerType) - Method in class flux.Configuration
Sets the LOGGER_TYPE configuration property.
setLoggerTypes(Set<LoggerType>) - Method in class flux.Configuration
Sets the LOGGER_TYPES configuration property.
setLoopIndex(String) - Method in interface flux.ForEachAction
Sets the flow context variable that contains one of the data that is being iterated over.
setMailServer(String) - Method in interface flux.notification.MailAction
Sets the name of the mail server through which this mail is sent.
setMapKeyIndex(String) - Method in interface flux.ForEachCollectionElementAction
Sets the name of the flow context variable that contains one of the map keys from the collection that is being iterated over.
setMaxConnections(int) - Method in class flux.Configuration
Sets the MAX_CONNECTIONS configuration property.
setMessage(String) - Method in interface flux.ConsoleAction
Sets the message to be printed to the console.
setMessage(String) - Method in interface flux.ErrorAction
Sets the optional message that indicates the cause of this error.
setMessageType(JmsMessageType) - Method in interface flux.j2ee.JmsAction
Sets the kind of JMS message to be sent.
setMinimumCount(int) - Method in interface flux.file.FilePattern
Sets the minimum number of files that must exist for this pattern to be satisfied.
setName(String) - Method in interface flux.Action
Sets the name of this action, which must be unique within a flow chart.
setName(String) - Method in interface flux.AllowableBusinessInterval
Sets the name of this interval.
setName(String) - Method in interface flux.file.NetworkHost
Sets the name of the network host.
setName(String) - Method in interface flux.FlowChart
Sets the name of this flow chart in the flow chart namespace.
setName(String) - Method in interface flux.runtimedatamap.AbstractRuntimeDataMap
Sets the name of this runtime data mapping.
setNamespace(String) - Method in interface flux.AuditTrailTrigger
Sets the namespace filter.
setNamespace(String) - Method in interface flux.FlowChartAction
Sets the namespace where the new workflow will be exported to an engine.
setNamespace(String) - Method in interface flux.FlowChartTrigger
Sets the namespace of flow charts to watch.
setNamespace(String) - Method in interface flux.runtimeconfiguration.ConcurrencyConstraint
Sets the position in the job tree to which this concurrency constraint applies.
setNamespace(String) - Method in class flux.security.AccessibleActionVariable
Sets the namespace, in conjunction with an action and an action variable, that is accessible to a security privilege.
setNamespace(String) - Method in class flux.security.AccessibleFlowChartVariable
Sets the namespace, in conjunction with a flow chart variable, that is accessible to a security privilege.
setNamespaces(Properties) - Method in interface flux.RestAction
Sets the optional XML namespaces for resolving an XPath query.
setNamespaces(String...) - Method in class flux.security.Privilege
Sets namespaces used by some permission types.
setOperator(ConcurrencyConstraintOperator) - Method in interface flux.runtimeconfiguration.ConcurrencyConstraint
Sets the operator used to compare the number of currently executing jobs in this concurrency constraint's namespace to the maximum number of jobs that are allowed to execute in this concurrency constraint's namespace.
setOracleLargeObjectAdapter(String) - Method in class flux.Configuration
Sets the ORACLE_LOB_SUPPORT_ADAPTER configuration property.
setOverwrite(boolean) - Method in interface flux.FlowChartAction
Sets whether the new workflow exported to an engine will overwrite an existing workflow or simply modify an existing workflow.
setParameters(List<Object>) - Method in interface flux.DatabaseConditionAction
Sets the parameters for the SQL query.
setParameters(List<Object>) - Method in interface flux.DatabaseQueryAction
Sets the parameters for the SQL query to be executed.
setParameters(List<Object>) - Method in interface flux.DatabaseStoredProcedureAction
Sets the parameters that are supplied to a stored procedure call.
setParameters(List<List<Object>>) - Method in interface flux.DatabaseUpdateAction
Sets parameter lists for each SQL statement to be executed.
setPassiveMode(boolean) - Method in interface flux.file.FtpHost
Sets whether the FTP network connection is passive.
setPassphrase(String) - Method in class flux.file.FileDecryptPgpAction
Returns the passphrase used to encrypt the specified PGP files.
setPassphrase(String) - Method in class flux.file.FileEncryptPgpAction
Sets the passphrase used to secure the PGP encryption.
setPassword(String) - Method in interface flux.file.NetworkHost
Sets the password for the network host.
setPassword(String) - Method in interface flux.file.PgpPrivateKey
Sets the password that provides access to the private key.
setPassword(String) - Method in interface flux.j2ee.J2eeAction
Sets the optional password for logging into the application server.
setPassword(String) - Method in interface flux.notification.MailAction
Sets the password that will be used to authenticate with the mail server.
setPassword(String) - Method in interface flux.notification.MailTrigger
Sets the password to access the mail server.
setPassword(String) - Method in interface flux.RestAction
Sets the optional password used to access the REST service, assuming the service is secured with basic authentication.
setPassword(String) - Method in class flux.security.User
Sets the user's password.
setPassword(String) - Method in interface flux.WebServiceAction
Sets the optional password used to access the Web service, assuming the Web service is secured.
setPasswordType(WebServiceActionPasswordType) - Method in interface flux.WebServiceAction
Sets the kind of password used to authenticate a secure Web service.
setPattern(String) - Method in interface flux.file.FilePattern
The file pattern to which files are matched; the file pattern typically includes wildcard characters.
setPattern(String) - Method in interface flux.RegularExpressionAction
Sets the regular expression against which the input file or input string will be tested.
setPollingDelay(String) - Method in interface flux.DatabaseConditionTrigger
Sets the delay that occurs between database queries.
setPollingDelay(String) - Method in interface flux.file.FileTrigger
Sets the delay that occurs between file polling.
setPollingDelay(String) - Method in interface flux.notification.MailTrigger
Sets a time expression that specifies how long the mail trigger waits to poll the mail server for new email messages.
setPool(String) - Method in class flux.agent.AgentConfiguration
Sets the POOL agent configuration property.
setPort(int) - Method in class flux.Configuration
Sets the PORT configuration property.
setPort(int) - Method in interface flux.file.NetworkHost
Sets the network port for the network host.
setPort(int) - Method in interface flux.notification.MailAction
Sets the port that will be used to connect to the mail server.
setPort(int) - Method in interface flux.notification.MailTrigger
Sets the mail server port.
setPort(int) - Method in interface flux.Rmi
Sets the registry port where the RMI server object is located.
setPortAsString(String) - Method in interface flux.file.NetworkHost
Sets the network port for the network host.
setPostscript(String) - Method in interface flux.Action
Sets the script that is executed at the end of this action.
setPostscriptLanguage(String) - Method in interface flux.Action
Sets the scripting language in which the postscript is written.
setPreemptiveAuthenticationEnabled(boolean) - Method in interface flux.RestAction
Sets whether the client should send an authentication request even before the server gives a 401 response.
setPrescript(String) - Method in interface flux.Action
Sets the script that is executed at the beginning of this action.
setPrescriptLanguage(String) - Method in interface flux.Action
Sets the scripting language in which the prescript is written.
setPreserveDirectoryStructure(boolean) - Method in interface flux.file.DoubleFileParameter
Sets whether file directory hierarchies are preserved, or flattened, during a file operation.
setPriority(Integer) - Method in interface flux.FlowChart
Sets the priority of this flow chart, which overrides any priority set in the runtime configuration.
setPriority(int) - Method in interface flux.j2ee.JmsAction
Sets the JMS priority of this JMS message.
setPriority(Integer) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the priority, if any, for flow charts at or below the level of this node in the hierarchical flow chart namespace.
setPrivateKeyFilename(String) - Method in interface flux.file.SecureFtpHost
Sets the absolute path of the private key file used for authentication with this secure FTP host.
setPrivateKeyPassphrase(String) - Method in interface flux.file.SecureFtpHost
Sets the passphrase associated with the private key for this secure FTP host.
setPrivileges(Privilege...) - Method in class flux.security.Role
Sets the privileges for this role.
setProperties(Map) - Method in interface flux.j2ee.JmsAction
Sets the message properties.
setProperty(String, Object) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the runtime configuration property for the specified name.
setProtocol(MailProtocol) - Method in interface flux.notification.MailTrigger
Sets the mail protocol used to communicate with the mail server.
setProviderUrl(String) - Method in class flux.Configuration
Sets the PROVIDER_URL configuration property.
setProviderUrl(String) - Method in interface flux.j2ee.J2eeAction
Sets the optional provider URL.
setQuery(String) - Method in interface flux.DatabaseConditionAction
Sets the SQL query that is used to detect when the data in a database satisfies certain criteria.
setQuery(String) - Method in interface flux.DatabaseQueryAction
Sets the SQL query that is used to query a database.
setQueryParameters(Properties) - Method in interface flux.RestAction
Sets the optional input string data that are used as query parameters to the REST service.
setQueueMessages(boolean) - Method in interface flux.j2ee.JmsAction
Sets whether this JMS action sends JMS queue messages or JMS topic messages.
setRegisteredInoutParameters(Map<Integer, Integer>) - Method in interface flux.DatabaseStoredProcedureAction
Sets positional and type information about this stored procedure's registered IN-OUT parameters.
setRegisteredOutParameters(Map<Integer, Integer>) - Method in interface flux.DatabaseStoredProcedureAction
Sets positional and type information about this stored procedure's registered OUT parameters.
setRegisteredOutParameterSqlType(int) - Method in interface flux.DatabaseStoredProcedureAction
Sets the registered OUT parameter's SQL type, taken from java.sql.Types, in the common case where there is only one registered OUT parameter and it is the last parameter in the stored procedure signature.
setRenamer(Renamer) - Method in interface flux.file.RenameableDoubleFileParameter
Sets the name substitution algorithm to use in this file operation.
setReplaceAll(String) - Method in interface flux.RegularExpressionAction
Sets the content that will replace all occurrences of the regular expression in the input file or input string.
setReplaceFirst(String) - Method in interface flux.RegularExpressionAction
Sets the content that will replace the first occurrence of the regular expression in the input file or input string.
setReplyToName(String) - Method in interface flux.j2ee.JmsAction
Sets the name of the JMS reply-to destination (queue or topic) for this JMS message.
setRepositoryNamespace(String) - Method in interface flux.FlowChartAction
Sets the repository location of the workflow to use when exporting a new workflow to an engine.
setRequestEntity(Object) - Method in interface flux.RestAction
Sets the optional request entity to be sent with an HTTP POST or PUT action.
setResponseType(Class) - Method in interface flux.RestAction
Sets the type of the response from the REST service.
setResponseTypeAsString(String) - Method in interface flux.RestAction
Sets the type of the response from the REST service.
setRole(String) - Method in class flux.security.User
Sets the name of the security roles in which this user participates.
setRoleDescription(String) - Method in class flux.security.Role
Sets a description of this role meant for human consumption.
setRoleName(String) - Method in class flux.security.Role
Sets the name of this role.
setRunAsUser(String) - Method in interface flux.FlowChart
Sets the username under whose security context this flow chart executes; applicable for secure Flux engines only.
setRunAsUser(String) - Method in interface flux.runtimeconfiguration.RuntimeConfigurationNode
Sets the run-as-user property for this node, if any.
setRunHistoryEnabled(boolean) - Method in class flux.Configuration
Sets the RUN_HISTORY_ENABLED configuration property.
setRuntimeConfiguration(RuntimeConfigurationNode) - Method in class flux.Configuration
Sets the RUNTIME_CONFIGURATION configuration property.
setRuntimeConfiguration(RuntimeConfigurationNode) - Method in interface flux.Engine
Sets the runtime configuration for this engine instance to a new runtime configuration after this engine has been instantiated.
setRuntimeConfigurationFile(String) - Method in class flux.Configuration
Sets the RUNTIME_CONFIGURATION_FILE configuration property.
setRuntimeConfigurationFileRefreshFrequency(String) - Method in class flux.Configuration
Sets the RUNTIME_CONFIGURATION_FILE configuration property.
setRuntimeDataMap(Map) - Method in interface flux.runtimedatamap.RuntimeDataMap
Sets mappings that determine the values of action properties and flow context variables at runtime.
setScheduledTriggerDate(Date) - Method in interface flux.TimerTrigger
Sets the date when this timer trigger is next scheduled to fire.
setScriptingLanguages(Map<String, String>) - Method in class flux.Configuration
Sets the SCRIPTING_LANGUAGES configuration property.
setSecurityEnabled(boolean) - Method in class flux.Configuration
Sets the SECURITY_ENABLED configuration property.
setServer(boolean) - Method in class flux.Configuration
Sets the SERVER configuration property.
setServer(String) - Method in interface flux.notification.MailTrigger
Sets the host name of the email server.
setServerCertificatesFilename(String) - Method in interface flux.file.FtpSslHost
Sets the absolute path of the Java keystore file containing server certificates used for authentication with this FTP-over-SSL host.
setServerCertificatesPassword(String) - Method in interface flux.file.FtpSslHost
Sets the password associated with the Java keystore file containing server certificates for this FTP-over-SSL host.
setSignalsToClear(Set<String>) - Method in interface flux.Flow
Sets the signals that this flow will clear if it is followed.
setSignalsToMonitor(Set<String>) - Method in interface flux.Action
Sets the signals that this action monitors.
setSignalsToRaise(Set<String>) - Method in interface flux.Flow
Sets the signals that this flow will raise if it is followed.
setSkippable(boolean) - Method in interface flux.Action
Indicates whether this action can be skipped if it generated an exception that caused the flow chart to enter the FAILED state.
setSortOrder(SortOrder) - Method in interface flux.file.FileTrigger
Sets the sorting algorithm used to order the file trigger result contents.
setSsl(boolean) - Method in class flux.Configuration
Sets the SSL configuration property.
setSsl(boolean) - Method in interface flux.notification.MailAction
Sets whether or not to use SSL for the connection to the mail server.
setSsl(boolean) - Method in interface flux.notification.MailTrigger
Sets whether or not to use SSL for the connection to the mail server.
setSslEnabled(boolean) - Method in interface flux.RestAction
Sets whether the client should use SSL for communication.
setStablePeriod(String) - Method in interface flux.file.FileStableTrigger
Sets the period during which a candidate file for triggering must not be modified before the trigger will fire.
setStartAction(boolean) - Method in interface flux.Action
Sets whether this action is a starting point for the encapsulating flow chart.
setStartOfRange(double) - Method in interface flux.ForEachNumberAction
Sets the start of the range of numbers.
setStartOfRange(long) - Method in interface flux.ForEachNumberAction
Sets the start of the range of numbers.
setStartOfRun(boolean) - Method in interface flux.Action
Sets whether this action is a starting point for a flow chart run.
setStatements(List<String>) - Method in interface flux.DatabaseUpdateAction
Sets a sequence of SQL statements that are used to update a database.
setStatus(String) - Method in interface flux.FlowContext
Sets the status message for this flow context, which is an optional natural language description that describes the state of this flow context within the scope of its enveloping flow chart.
setStderr() - Method in interface flux.ConsoleAction
Instructs the action to print to stderr.
setStderrFile(String) - Method in interface flux.ProcessAction
Sets the file name where the process's stderr (standard error) is redirected, if not otherwise set on the command line.
setStdinFile(String) - Method in interface flux.ProcessAction
Sets the file name where the process's stdin (standard in) is redirected, if not otherwise set on the command line.
setStdoutFile(String) - Method in interface flux.ProcessAction
Sets the file name where the process's stdout (standard out) is redirected, if not otherwise set on the command line.
setStepping(double) - Method in interface flux.ForEachNumberAction
Sets the distance between successive numbers in the range.
setStepping(long) - Method in interface flux.ForEachNumberAction
Sets the distance between successive numbers in the range.
setStoredFunctionResultSqlType(int) - Method in interface flux.DatabaseStoredProcedureAction
If this stored procedure is a stored function, sets the stored function's result SQL type, taken from java.sql.Types.
setStoredProcedureCall(String) - Method in interface flux.DatabaseStoredProcedureAction
Sets the signature of the stored procedure call that is used to invoke a stored procedure on a database.
setSubject(String) - Method in interface flux.notification.MailAction
Sets the subject of this mail.
setSystemDelay(String) - Method in class flux.Configuration
Sets the SYSTEM_DELAY configuration property.
setSystemDelayMinimum(String) - Method in class flux.Configuration
Sets the SYSTEM_DELAY_MINIMUM configuration property.
setSystemLogger(String) - Method in class flux.Configuration
Sets the SYSTEM_LOGGER configuration property.
setSystemResourceCommand(String) - Method in class flux.Configuration
Sets the SYSTEM_RESOURCE_COMMAND configuration property.
setSystemResourceInterval(String) - Method in class flux.Configuration
Sets the SYSTEM_RESOURCE_INTERVAL configuration property.
setTablePrefix(String) - Method in class flux.Configuration
Sets the TABLE_PREFIX configuration property.
setTimeExpression(String) - Method in interface flux.TimerTrigger
Sets the time expression that governs how frequently this timer trigger fires.
setTimeoutBusinessInterval(AllowableBusinessInterval) - Method in interface flux.Action
Deprecated. Use Action.setTimeoutBusinessIntervalNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
setTimeoutBusinessIntervalNamespace(String) - Method in interface flux.Action
Sets the repository namespace to the business interval that is used to calculate the timeout expression.
setTimeoutExpression(String) - Method in interface flux.Action
Returns a time expression that specifies the elapsed time that may pass before this action times out.
setTimeoutFlow(Action) - Method in interface flux.Action
Sets the next action to execute if this action times out.
setTimeToLive(long) - Method in interface flux.j2ee.JmsAction
Sets the JMS time-to-live for this JMS message.
setTimeZone(TimeZone) - Method in interface flux.TimeExpression
Sets the time zone associated with this time expression.
setTimeZone(TimeZone) - Method in interface flux.TimerTrigger
Sets the time zone associated with this timer trigger.
setToAddresses(List<String>) - Method in interface flux.notification.MailAction
Sets the TO addresses for this mail.
setToPattern(String) - Method in interface flux.file.Renamer
Sets the "to" pattern.
setTransactionBreak(boolean) - Method in interface flux.Action
Sets whether this action is a transaction break.
setTransferMode(FtpTransferMode) - Method in interface flux.file.FtpHost
Sets the FTP file transfer mode used to transfer files.
setTruncate(boolean) - Method in interface flux.file.FileCreateAction
Indicates whether to truncate existing files.
setTruststoreFilename(String) - Method in interface flux.RestAction
Sets the optional filename that references a truststore on the file system; a truststore contains only the certificates trusted by the client.
setTruststorePassword(String) - Method in interface flux.RestAction
Sets the password for the truststore.
setType(String) - Method in interface flux.j2ee.JmsAction
Sets the JMS type for this JMS message.
setUrl(String) - Method in class flux.Configuration
Sets the URL configuration property.
setUsername(String) - Method in interface flux.AuditTrailTrigger
Sets the username filter.
setUsername(String) - Method in interface flux.file.NetworkHost
Sets the username for the network host.
setUsername(String) - Method in interface flux.j2ee.J2eeAction
Sets the optional username for logging into the application server.
setUsername(String) - Method in interface flux.notification.MailAction
Sets the username that will be used to authenticate with the mail server.
setUsername(String) - Method in interface flux.notification.MailTrigger
Sets the username to access the mail server.
setUsername(String) - Method in interface flux.RestAction
Sets the optional username used to access the REST service, assuming the service is secured with basic authentication.
setUsername(String) - Method in class flux.security.User
Sets a unique identifier for this user.
setUsername(String) - Method in interface flux.WebServiceAction
Sets the optional username used to access the Web service, assuming the Web service is secured.
setValue(String) - Method in class flux.StringMapEntry
Sets the value of an indexed bean property element.
setVariables(Map<String, Object>) - Method in interface flux.FlowChartAction
Sets the variables used to initialize the workflow variables of the created workflow.
setWorkingDirectory(String) - Method in interface flux.ProcessAction
Sets the starting directory where the native process runs.
setWorkManagerResourceName(String) - Method in class flux.Configuration
Sets the WORK_MANAGER_RESOURCE_NAME configuration property.
setWsdl(URL) - Method in interface flux.WebServiceAction
Sets the WSDL location that defines how the Web service is accessed and used.
setXpathExpression(String) - Method in interface flux.RestAction
Sets the optional XPath expression used to query the response from the REST service.
setXpathResponseType(Class) - Method in interface flux.RestAction
Sets the optional type of the response from an XPath query.
setXpathResponseTypeAsString(String) - Method in interface flux.RestAction
Sets the optional type of the response from an XPath query.
severe(String) - Method in interface flux.logging.Logger
Logs a message at the SEVERE level.
SingleFileCriteria - Interface in flux.file
Specifies a target zip file in a File Zip Action.
SingleFileParameter - Interface in flux.file
File operations that use a single set of file parameters.
size() - Method in interface flux.audittrail.AuditTrailIterator
Returns the total number of audit trail entries available to this iterator throughout this iterator object's lifetime.
size() - Method in interface flux.CronOr
The number of components in this Cron "or".
size() - Method in interface flux.Engine
Returns the number of flow charts in the engine.
size(String) - Method in interface flux.Engine
Returns the number of flow charts in the specified hierarchical flow chart namespace within the engine.
size - Variable in class flux.file.FileInfo
The size of this file, in bytes.
size - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. The size of the email message.
size(String) - Method in interface flux.repository.RepositoryAdministrator
Returns the number of repository elements in the specified namespace.
size() - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Returns the number of concurrency constraints in this concurrency throttle.
size() - Method in interface flux.VariableManager
Returns the number of variables in this variable manager.
sizeByState(String, SuperState, SubState) - Method in interface flux.Engine
Returns the number of flow charts in the specified state and hierarchical flow chart namespace within the engine.
sizeUsers() - Method in interface flux.security.SecurityAdministrator
Returns the number of users in the Flux engine.
skip(Date, Date, String, AllowableBusinessInterval) - Static method in class flux.EngineHelper
Repeatedly applies the time expression to the start date to derive the smallest date that meets or exceeds the limit date.
skip(Date, Date, String, AllowableBusinessInterval, int) - Static method in class flux.EngineHelper
Repeatedly applies the time expression to the start date until the repeat count expires or the smallest date that meets or exceeds the limit date is calculated.
SortOrder - Enum in flux.file
The available sorting algorithms for ordering the results from file triggers.
SortOrder - Enum in flux
The available sorting algorithms for ordering the results from reports and flow chart elements.
Split - Interface in flux
A special node that makes an explicit split, also known as a fork.
SSL - Static variable in class flux.Configuration
Indicates whether SSL is enabled on the server.
stackTrace - Variable in class flux.ErrorResultElement
The exception's stack trace, as returned by java.lang.Exception.printStackTrace().
start() - Method in class flux.agent.Agent
Starts this agent.
start(String) - Method in interface flux.agent.AgentAdministrator
Starts the specified agent.
start() - Method in interface flux.Engine
Instructs the engine to start executing flow charts.
start - Variable in class flux.RegularExpressionAction.RegularExpressionActionResult
The 0-based location of the first occurrence of the regular expression matched in the input file or input string.
startFluxEngine() - Method in class flux.jmx.FluxEngineManagerForJmx
 
startFluxEngine() - Method in interface flux.jmx.FluxEngineManagerForJmxMBean
Starts the Flux engine that was previously created or looked up.
StartingExecutionFlowEvent - Interface in flux.audittrail.server
Logged to the audit trail when an execution flow context is created and starts.
StartingRunEvent - Interface in flux.audittrail.server
Logged to the audit trail when a flow chart run starts.
status_flags - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. Status flags for the email message.
stderr - Variable in class flux.ProcessAction.ProcessActionResult
The standard error (stderr) from the completed process, if the process executed synchronously.
stdout - Variable in class flux.ProcessAction.ProcessActionResult
The standard output (stdout) from the completed process, if the process executed synchronously.
stop() - Method in class flux.agent.Agent
Stops this agent.
stop(String) - Method in interface flux.agent.AgentAdministrator
Stops the specified agent.
stop() - Method in interface flux.Engine
Instructs the engine to stop executing flow charts.
stopFluxEngine() - Method in class flux.jmx.FluxEngineManagerForJmx
 
stopFluxEngine() - Method in interface flux.jmx.FluxEngineManagerForJmxMBean
Stops the Flux engine that was previously created or looked up.
StringMapEntry - Class in flux
Provides a string-to-string map view of an indexed bean property.
StringMapEntry() - Constructor for class flux.StringMapEntry
 
subject - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. The subject of the email message.
SubState - Enum in flux
Represents valid sub-states in which job execution flow contexts can exist.
substitute(String) - Method in interface flux.FlowContext
Performs variable substitution on a string that may contain Flux variable substitution expressions.
subtract(int, String) - Method in interface flux.Relative
Appends "- <amount> <timeUnit>" to the relative time expression.
subtract(String) - Method in interface flux.Relative
Appends "- <unit>" to the relative time expression.
successful_count - Variable in class flux.file.FileActionResult
The number of files that succeeded in the file action operation.
SUN - Static variable in interface flux.Cron
Sunday
SUN - Static variable in interface flux.Relative
Sunday
SUNDAY - Static variable in interface flux.Cron
Sunday
SuperState - Enum in flux
Represents valid super-states in which job execution flow contexts can exist.
SYSTEM_DELAY - Static variable in class flux.Configuration
The maximum amount of time the engine sleeps when it has nothing to do.
SYSTEM_DELAY_MINIMUM - Static variable in class flux.Configuration
The minimum amount of time the engine sleeps before polling the database to determine if more work is available.
SYSTEM_LOGGER - Static variable in class flux.Configuration
The name of the logger used when logging system information.
SYSTEM_RESOURCE_COMMAND - Static variable in class flux.Configuration
Command to obtain system resource information such as CPU and memory usage.
SYSTEM_RESOURCE_INTERVAL - Static variable in class flux.Configuration
A time expression that specifies the frequency with which the system resource command is executed to obtain a snapshot of system resources.

T

TABLE_PREFIX - Static variable in class flux.Configuration
The prefix for all table names.
TargetFileCriteria - Interface in flux.file
Represents the destination directory on a particular host for a file action.
TEXT_HTML - Static variable in class flux.notification.MailContentType
The text/html email content type.
TEXT_PLAIN - Static variable in class flux.notification.MailContentType
The text/plain email content type.
throwingAction - Variable in class flux.ErrorResultElement
The name of the trigger or action that threw the exception.
THU - Static variable in interface flux.Cron
Thursday
THU - Static variable in interface flux.Relative
Thursday
THURSDAY - Static variable in interface flux.Cron
Thursday
TimeExpression - Interface in flux
Represents a time specification.
TimerTrigger - Interface in flux
Fires triggers at scheduled dates and times.
TimerTrigger.Timer_Result - Class in flux
The result when a timer trigger fires.
TimerTrigger.Timer_Result() - Constructor for class flux.TimerTrigger.Timer_Result
 
timestamp - Variable in class flux.AuditTrailTrigger.AuditTrailTriggerResult
The moment when the audit trail event was reported.
to_addresses - Variable in class flux.notification.MailTrigger.Mail_Trigger_Result
Deprecated. List of String.
TOMCAT - Static variable in interface flux.OracleLargeObjectAdapter
Built-in adapter that supports the Oracle 8, 9, and 10 JDBC drivers, supplied by Oracle Corporation, when wrapped by a Tomcat driver.
TomcatOracleAdapter - Class in flux
Built-in adapter to workaround an Oracle limitation when persisting more than 4k bytes of data.
TomcatOracleAdapter() - Constructor for class flux.TomcatOracleAdapter
 
toString() - Method in interface flux.Cron
Converts the Cron-style Time Expression to string form, which can then be submitted to the engine as a Time Expression.
toString() - Method in class flux.CronColumn
Returns the name of the Cron column.
toString() - Method in class flux.DatabaseConditionAction.DatabaseConditionActionResult
Returns a readable version of this result.
toString() - Method in class flux.DatabaseQueryAction.DatabaseQueryActionResult
Returns a readable version of this object.
toString() - Method in class flux.DatabaseStoredProcedureAction.DatabaseStoredProcedureActionResult
 
toString() - Method in class flux.DatabaseUpdateAction.DatabaseUpdateActionResult
 
toString() - Method in class flux.DelayTrigger.Delay_Result
Deprecated. Returns a readable version of this object.
toString() - Method in class flux.DelayTrigger.DelayTriggerResult
Returns a readable version of this object.
toString() - Method in class flux.file.FileInfo
 
toString() - Method in class flux.file.FtpCommandAction.FtpCommandActionResult
Returns a readable version of this object.
toString() - Method in class flux.FlowChartAction.FlowChartActionResult
toString() - Method in class flux.notification.MailContentType
Returns the name of the specific email content type enumeration item.
toString() - Method in class flux.notification.MailProtocol
Returns the name of the specific mail protocol enumeration item.
toString() - Method in class flux.ProcessAction.ProcessActionResult
toString() - Method in class flux.RestAction.RestActionResult
 
toString() - Method in interface flux.runtimeconfiguration.ConcurrencyConstraint
Returns this concurrency constraint as a string, which can be used to create a new concurrency constraint.
toString() - Method in enum flux.runtimeconfiguration.ConcurrencyConstraintOperator
 
toString() - Method in interface flux.runtimeconfiguration.ConcurrencyThrottle
Returns this concurrency throttle as a complete concurrency throttle expression, which can be used to create a new concurrency throttle.
toString() - Method in class flux.TimerTrigger.Timer_Result
Returns a readable version of this object.
Trigger - Interface in flux
Waits for an event to occur.
TUE - Static variable in interface flux.Cron
Tuesday
TUE - Static variable in interface flux.Relative
Tuesday
TUESDAY - Static variable in interface flux.Cron
Tuesday
type - Variable in class flux.RestAction.RestActionResult
HTTP response media type.

U

UncHost - Interface in flux.file
Represents a UNC file system for accessing Windows shares.
URL - Static variable in class flux.Configuration
A JDBC database URL.
url - Variable in class flux.file.FileInfo
A URL to this file.
url_object_matches - Variable in class flux.file.FileTrigger.FileTriggerResult
Contains URLs of files and directories against which the file trigger matched using its file criteria.
url_objects - Variable in class flux.file.FileActionResult
Source to destination mapping of URL objects for which the file action was carried out successfully.
url_string_matches - Variable in class flux.file.FileTrigger.FileTriggerResult
Contains URLs of files and directories against which the file trigger matched using its file criteria.
url_strings - Variable in class flux.file.FileActionResult
URLs of files for which the file action was carried out successfully.
useLastResult() - Static method in class flux.EngineHelper
Generates a conditional expression that the engine will evaluate in a flow to access the previous action's result variable, which must be one of Java's built-in types: Boolean, Byte, Character, Double, Float, Integer, Long, Short, and String.
useLastResult(String) - Static method in class flux.EngineHelper
Generates a conditional expression that the engine will evaluate in a flow to access the previous action's result variable, which must not be one of Java's built-in types.
User - Class in flux.security
Contains information about a user.
User() - Constructor for class flux.security.User
 
UserIterator - Interface in flux.security
Contains multiple users that are retrieved from the Flux engine.
username - Variable in class flux.AuditTrailTrigger.AuditTrailTriggerResult
The name of the user, if any, who was logged in when this audit trail event was reported.

V

value - Variable in class flux.StringMapEntry
 
valueOf(String) - Static method in enum flux.agent.AgentProcessCompletionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.agent.AgentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.BusinessIntervalOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.file.FtpSslEncryptionProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.file.FtpTransferMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.file.PgpEncryptionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.file.PgpKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.file.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.j2ee.JmsMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.logging.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.logging.LoggerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.repository.RepositoryElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.RestActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.runtimeconfiguration.ConcurrencyConstraintOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.security.PrivilegeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.SubState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.SuperState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum flux.WebServiceActionPasswordType
Returns the enum constant of this type with the specified name.
values() - Static method in enum flux.agent.AgentProcessCompletionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.agent.AgentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.BusinessIntervalOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class flux.CronColumn
The Cron columns as an ordered enumeration.
values() - Static method in enum flux.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.file.FtpSslEncryptionProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.file.FtpTransferMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.file.PgpEncryptionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.file.PgpKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.file.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.j2ee.JmsMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.logging.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.logging.LoggerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.repository.RepositoryElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.RestActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.runtimeconfiguration.ConcurrencyConstraintOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.security.PrivilegeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.SubState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.SuperState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum flux.WebServiceActionPasswordType
Returns an array containing the constants of this enum type, in the order they are declared.
VariableManager - Interface in flux
Manages variables associated with flow charts, actions, and flow contexts.
verify() - Method in interface flux.Action
Indicates if this action was configured correctly.
verify() - Method in class flux.agent.AgentConfiguration
Indicates whether this agent configuration is valid.
verify() - Method in class flux.Configuration
Indicates whether this configuration is valid.
verify() - Method in interface flux.FlowChart
Indicates whether this flow chart and all the actions within this flow chart are configured correctly.
verifyAll() - Method in interface flux.FlowChart
Finds all actions within this flow chart, including the flow chart itself, which failed verification and returns all of their error messages, sorted by action name.
verifyAllOnClient() - Method in interface flux.FlowChart
Finds all actions within this flow chart, including the flow chart itself, which failed client verification and returns all of their error messages, sorted by action name.
verifyOnClient() - Method in interface flux.Action
Indicates if this action is configured correctly on or in a client, not necessarily on or in a server.
verifyOnClient() - Method in interface flux.FlowChart
Indicates whether this flow chart and all the actions within this flow chart are configured correctly on or in a client, not necessarily on or in a server.

W

warning(String) - Method in interface flux.logging.Logger
Logs a message at the WARNING level.
WEBLOGIC - Static variable in interface flux.OracleLargeObjectAdapter
Built-in adapter that supports the Oracle 8, 9, and 10 JDBC drivers, supplied by Oracle Corporation, when wrapped by a WebLogic driver.
WebLogicOracleAdapter - Class in flux
Built-in adapter to workaround an Oracle limitation when persisting more than 4k bytes of data.
WebLogicOracleAdapter() - Constructor for class flux.WebLogicOracleAdapter
 
WebServiceAction - Interface in flux
Invokes an operation on a Web service.
WebServiceAction.WebServiceActionResult - Class in flux
The result returned by the Web service, which is not a Flux persistent object and may be a single result object or multi-valued result object, which is returned as an object array whose types are defined by the WSDL.
WebServiceAction.WebServiceActionResult() - Constructor for class flux.WebServiceAction.WebServiceActionResult
 
WebServiceActionPasswordType - Enum in flux
The kind of password used to authenticate a secure Web service.
WEBSPHERE - Static variable in interface flux.OracleLargeObjectAdapter
Built-in adapter that supports the Oracle 8, 9, and 10 JDBC drivers, supplied by Oracle Corporation, when wrapped by a WebSphere driver.
WebSphereOracleAdapter - Class in flux
Built-in adapter to workaround an Oracle limitation when persisting more than 4k bytes of data.
WebSphereOracleAdapter() - Constructor for class flux.WebSphereOracleAdapter
 
WED - Static variable in interface flux.Cron
Wednesday
WED - Static variable in interface flux.Relative
Wednesday
WEDNESDAY - Static variable in interface flux.Cron
Wednesday
WEEK - Static variable in interface flux.Relative
week
WEEK_OF_MONTH - Static variable in class flux.CronColumn
The Week-of-Month Cron column.
WEEK_OF_YEAR - Static variable in class flux.CronColumn
The Week-of-Year Cron column.
WEEKDAY - Static variable in interface flux.Relative
weekday
WEEKEND_DAY - Static variable in interface flux.Relative
weekend day
willReturnTransient() - Method in interface flux.FlowContext
Indicates whether the return value from the execute() method will be treated as a transient variable, which will not be stored to the database and will be purged at the next transaction break.
WORK_MANAGER_RESOURCE_NAME - Static variable in class flux.Configuration
The name used to locate a Work Manager resource, to which the engine delegates background processing instead of using threads created directly by the engine.
wrapEngine(Engine, int, String, String) - Method in class flux.Factory
Wraps an existing engine with an engine that retries failed client calls.
write - Variable in class flux.file.FileInfo
Whether this file can be modified.

Y

YEAR - Static variable in class flux.CronColumn
The Year Cron column.
YEAR - Static variable in interface flux.Relative
year

A B C D E F G H I J K L M N O P R S T U V W Y

© 2014 Flux Corporation. All rights reserved.