- 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(String, Set<RepositoryElementType>, SortOrder, int) - Method in interface flux.repository.RepositoryAdministrator
-
Returns elements from the repository.
- get(String, Set<RepositoryElementType>, SortOrder, int, int) - 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.ActionStatus
-
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.
- getActionPk() - Method in interface flux.ActionStatus
-
Returns the action PK of the selected action.
- getActions() - Method in interface flux.FlowChart
-
Returns all actions in the flow chart.
- getActionStatus(String, 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.
- 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.
- 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.
- getAddress() - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- getAllEnginesInTheCluster() - Method in interface flux.Engine
-
Returns the set of engines available 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.
- getAvailableProcessors() - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- getBucket() - Method in interface flux.file.S3Host
-
Returns the name of the S3 bucket.
- 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
-
- 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.
- getCachedCpuUsage() - Method in interface flux.Engine
-
Returns the percentage of CPU usage for the system running the Flux engine.
- 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.
- getCpuCombinedTime() - Method in class flux.SigarAction.SigarActionResult
-
- getCpuInfoList() - Method in class flux.SigarAction.SigarActionResult
-
- getCpuSysTime() - Method in class flux.SigarAction.SigarActionResult
-
- getCpuUsage() - Method in interface flux.Engine
-
Returns the percentage of CPU usage for the system running the Flux engine.
- getCpuUserTime() - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- getEngineContactInfoList() - Method in class flux.agent.AgentInfo
-
Get the list of engine contacts for this agent
- 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.
- getEnterTimestamp() - Method in interface flux.ActionStatus
-
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.
- getExecutionTimestamp() - Method in interface flux.ActionStatus
-
The timestamp of when this action is next scheduled to fire.
- 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.
- getExitTimestamp() - Method in interface flux.ActionStatus
-
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.
- getFileContents() - Method in class flux.agent.AgentFileActionResult
-
- 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.ActionStatus
-
The timestamp of when this action's flowchart was added to the 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.
- getFlowContext() - Method in interface flux.FlowChartElement
-
Returns the current flow context pk.
- getFlowContextByPk(long) - Method in interface flux.Engine
-
Returns the flowcontext as a json string for the specified pk.
- 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.
- getFreePhysicalMemory() - Method in class flux.SigarAction.SigarActionResult
-
- getFreeSwapSize() - Method in class flux.SigarAction.SigarActionResult
-
- 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.agent.AgentConfiguration
-
Returns the INTERNAL_LOGGER_LEVEL agent 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.
- getKeepCompletedOnEngine() - Method in class flux.Configuration
-
Returns the KEEP_COMPLETED_ON_ENGINE configuration property.
- 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.ActionStatus
-
Returns the current message associated with the action within the context of
this workflow (i.e., its namespace).
- 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.ActionStatus
-
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.
- getOsArchitecture() - Method in class flux.SigarAction.SigarActionResult
-
- getOsName() - Method in class flux.SigarAction.SigarActionResult
-
- getOsUpTime() - Method in class flux.SigarAction.SigarActionResult
-
- getOsVersion() - Method in class flux.SigarAction.SigarActionResult
-
- 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.DatabaseQueryCollectionAction
-
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.
- getPid() - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- getProcessCurrentUsage() - Method in class flux.SigarAction.SigarActionResult
-
- getProcessStart() - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- getQuery() - Method in interface flux.DatabaseQueryCollectionAction
-
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.
- getRandomJobSelect() - Method in class flux.Configuration
-
Returns the RANDOM_JOB_SELECT configuration property.
- 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.
- getRegion() - Method in interface flux.file.S3Host
-
Returns the region of the S3 bucket.
- 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.
- getRunId() - Method in interface flux.ActionStatus
-
Returns the runId (the ready PK) of the executing flowchart.
- 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.ActionStatus
-
Returns the difference between the action 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 interface flux.ActionStatus
-
Returns the current substate of the action within the context of
this workflow (i.e., its namespace).
- 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
-
- getSystemResourceInterval() - Method in class flux.Configuration
-
- 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
-
- 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.
- getTotalPhysicalMemory() - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- getVersionLocation() - Method in class flux.Configuration
-
Returns the VERSION_LOCATION configuration property.
- getVersionType() - Method in class flux.Configuration
-
Returns the VERSION_TYPE configuration property.
- getVersionWorkflows() - Method in class flux.Configuration
-
Returns the VERSION_WORKFLOWS configuration property.
- getWaitTime() - Method in interface flux.ActionHistory
-
Returns the difference in milliseconds between the enter and start
timestamps.
- getWaitTime() - Method in interface flux.ActionStatus
-
Returns the difference in milliseconds between the enter and start
timestamps.
- getWorkflowEnterTimestamp() - Method in interface flux.ActionStatus
-
Returns the timestamp of when this workflow started its run.
- getWorkflowExitTimestamp() - Method in interface flux.ActionStatus
-
Returns the timestamp of when this workflow started its run.
- getWorkflowVariable(String, String) - Method in interface flux.Engine
-
Returns the value of a variable stored within a workflow.
- 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.
- Mail_Attachment(String, byte[]) - Constructor for class flux.notification.MailTrigger.Mail_Attachment
-
Deprecated.
- Mail_Attachment() - Constructor for class flux.notification.MailTrigger.Mail_Attachment
-
Deprecated.
Provide a default constructor
- Mail_Trigger_Result() - Constructor for class flux.notification.MailTrigger.Mail_Trigger_Result
-
Deprecated.
- MailAction - Interface in flux.notification
-
Using an email template at flow chart construction time, constructs and sends
a concrete email at runtime.
- MailAttachment() - Constructor for class flux.notification.MailTrigger.MailAttachment
-
Creates a new mail attachment variable with default values.
- MailAttachment(String, byte[]) - Constructor for class flux.notification.MailTrigger.MailAttachment
-
Creates a new mail attachment variable with the specified values.
- 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
-
- MailTrigger.Mail_Trigger_Result - Class in flux.notification
-
- MailTrigger.MailAttachment - Class in flux.notification
-
Represents a file attachment to an email message.
- MailTrigger.MailTriggerResult - Class in flux.notification
-
The result when a mail trigger fires.
- MailTriggerResult() - Constructor for class flux.notification.MailTrigger.MailTriggerResult
-
Creates a new mail message variable.
- 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.
- makeDatabaseQueryCollectionAction(String) - Method in interface flux.FlowChart
-
- 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.FlowChart
-
- 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.FlowChart
-
- 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.FlowChart
-
- 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.FlowChart
-
- 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.
- makeFileDecryptPgpAction(String) - Method in interface flux.file.FileFactory
-
- makeFileDeleteAction(String) - Method in interface flux.file.FileFactory
-
Makes a new FileDeleteAction.
- makeFileEncryptPgpAction(String) - Method in interface flux.file.FileFactory
-
- 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.
- makeFileReadAction(String) - Method in interface flux.file.FileFactory
-
Makes a new FileRenameAction.
- makeFileRenameAction(String) - Method in interface flux.file.FileFactory
-
Makes a new FileRenameAction.
- makeFileUnzipAction(String) - Method in interface flux.file.FileFactory
-
- makeFileZipAction(String) - Method in interface flux.file.FileFactory
-
- 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.FlowChart
-
Creates a Mail Action
- makeMailAction(String) - Method in interface flux.notification.NotificationFactory
-
Makes a new MailAction.
- makeMailTrigger(String) - Method in interface flux.FlowChart
-
- 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.
- makeS3Host() - Method in interface flux.file.FileFactory
-
Makes a new S3Host.
- 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.
- makeSigarAction(String) - Method in interface flux.FlowChart
-
Creates a sigar action
- 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.
- makeSshCommandAction(String) - Method in interface flux.FlowChart
-
Creates a new ssh command action, which can run remote commands.
- makeSshFileDownloadAction(String) - Method in interface flux.FlowChart
-
Creates a new ssh file download action, which performs scp.
- makeSshFileUploadAction(String) - Method in interface flux.FlowChart
-
Creates a new ssh file upload action, which performs scp.
- 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.
- makeWebServiceAction(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().
- message - Variable in class flux.notification.MailTrigger.MailTriggerResult
-
The RFC 822 format of the email message.
- 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.
- S3Host - Interface in flux.file
-
Represents an Amazon Web Services S3 bucket for accessing S3 files.
- 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.
- scanAuditTrail(String, 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, 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.
- scanAuditTrail(String, String, Date, Date, Set<String>, String, SortOrder, int) - Method in interface flux.Engine
-
Returns an ordered result of audit trail entries from the Flux audit
trail.
- scanAuditTrail(String, String, Date, Date, Set<String>, String, SortOrder, int, int) - 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.
- scanAuditTrailByUser(String, 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, 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.
- scanAuditTrailByUser(String, String, Date, Date, Set<String>, String, String, SortOrder, int) - Method in interface flux.Engine
-
Returns an ordered result of audit trail entries from the Flux audit
trail.
- scanAuditTrailByUser(String, String, Date, Date, Set<String>, String, String, SortOrder, int, int) - 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.
- scanLogs(String, Date, Date, Level, String, String, String, SortOrder, int) - 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, int, int) - 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.
- scanLogsByUser(String, Date, Date, Level, String, String, String, String, SortOrder, int) - 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.MailTriggerResult
-
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.
- 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.
- setAddress(String) - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- setAvailableProcessors(int) - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- setBucket(String) - Method in interface flux.file.S3Host
-
Sets the name of the S3 bucket.
- 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
-
- 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.
- setCpuCombinedTime(double) - Method in class flux.SigarAction.SigarActionResult
-
- setCpuInfoList(LinkedHashMap<String, String>) - Method in class flux.SigarAction.SigarActionResult
-
- setCpuSysTime(double) - Method in class flux.SigarAction.SigarActionResult
-
- setCpuUserTime(double) - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- setEngineContactInfoList(LinkedHashSet<EngineContactInfo>) - Method in class flux.agent.AgentInfo
-
Set the list of engine contacts of this agent
- 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.
- setFreePhysicalMemory(long) - Method in class flux.SigarAction.SigarActionResult
-
- setFreeSwapSize(long) - Method in class flux.SigarAction.SigarActionResult
-
- 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.agent.AgentConfiguration
-
Sets the INTERNAL_LOGGER_LEVEL agent 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.
- setKeepCompletedOnEngine(boolean) - Method in class flux.Configuration
-
Sets the KEEP_COMPLETED_ON_ENGINE configuration property.
- 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.
- setMakeupFiring(boolean) - Method in interface flux.TimerTrigger
-
Indicates whether makeup firings are enabled.
- 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.
- setOsArchitecture(String) - Method in class flux.SigarAction.SigarActionResult
-
- setOsName(String) - Method in class flux.SigarAction.SigarActionResult
-
- setOsUpTime(String) - Method in class flux.SigarAction.SigarActionResult
-
- setOsVersion(String) - Method in class flux.SigarAction.SigarActionResult
-
- 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.DatabaseQueryCollectionAction
-
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.
- setPid(long) - Method in class flux.SigarAction.SigarActionResult
-
- 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(String) - Method in interface flux.notification.MailAction
-
Sets the port that will be used to connect to the mail server.
- setPort(String) - 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.
- setPort(String) - Method in interface flux.Rmi
-
- 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.
- setProcessCurrentUsage(double) - Method in class flux.SigarAction.SigarActionResult
-
- setProcessStart(String) - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- setQuery(String) - Method in interface flux.DatabaseQueryCollectionAction
-
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.
- setRegion(String) - Method in interface flux.file.S3Host
-
Sets the region of the S3 bucket.
- 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
-
- setSystemResourceInterval(String) - Method in class flux.Configuration
-
- setTablePrefix(String) - Method in class flux.Configuration
-
Sets the TABLE_PREFIX configuration property.
- setTimeExpression(TimeExpression) - Method in interface flux.ForecastElement
-
Sets the time expression associated with the referenced timer trigger.
- 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
-
- 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.
- setTotalPhysicalMemory(long) - Method in class flux.SigarAction.SigarActionResult
-
- 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.
- setVersionLocation(String) - Method in class flux.Configuration
-
Sets the VERSION_LOCATION configuration property.
- setVersionType(String) - Method in class flux.Configuration
-
Sets the VERSION_TYPE configuration property.
- setVersionWorkflows(boolean) - Method in class flux.Configuration
-
Sets the VERSION_WORKFLOWS configuration property.
- 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.
- SigarAction - Interface in flux
-
Generate system information created from the SIGAR library,
- SigarAction.SigarActionResult - Class in flux
-
- SigarActionResult() - Constructor for class flux.SigarAction.SigarActionResult
-
- 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() - Method in interface flux.logging.LogIterator
-
Returns the total number of log entries available to this iterator
throughout this iterator object's lifetime.
- size - Variable in class flux.notification.MailTrigger.MailTriggerResult
-
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.
- statesByNamespace(String, String, String, String) - Method in interface flux.Engine
-
Returns the number of flow charts in all states and hierarchical
flow chart namespace within the engine.
- status_flags - Variable in class flux.notification.MailTrigger.MailTriggerResult
-
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.MailTriggerResult
-
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.