Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
flux.audittrail |
Audit trail
|
flux.audittrail.client |
Client-side audit trail
|
flux.file |
File triggers and actions
|
flux.repository |
Storage depot of template workflows and other reusable Flux components like engine configurations
|
flux.runtimeconfiguration |
Configuration properties that can be updated at runtime, including concurrency
throttles and default workflow error handlers
|
Modifier and Type | Method and Description |
---|---|
FlowChart |
Engine.get(java.lang.String flowChartName)
Returns a flow chart whose name matches the specified flow chart name.
|
static FlowChart |
EngineHelper.makeFlowChart()
Creates a new flow chart with a name equal to "/".
|
static FlowChart |
EngineHelper.makeFlowChart(java.lang.String name)
Creates a new flow chart with the given name.
|
FlowChart |
FlowChartIterator.next()
Returns the next flow chart in this iterator.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<FlowChart> |
EngineHelper.makeFlowChartsFromCrontab(java.io.InputStream crontabInputStream)
Creates a list of flow charts from a Crontab input stream, which represents
a standard Unix Crontab file that contains Unix Cron jobs.
|
static java.util.List<FlowChart> |
EngineHelper.makeFlowChartsFromXml(java.io.InputStream xmlStream)
Creates a list of flow charts from an XML input stream.
|
static java.util.List<FlowChart> |
EngineHelper.makeFlowChartsFromXml(java.io.InputStream xmlStream,
boolean verify)
Creates a list of flow charts from an XML input stream.
|
Modifier and Type | Method and Description |
---|---|
static java.beans.BeanInfo |
EngineHelper.getBeanInfo(FlowChart flowChart)
Returns a BeanInfo object for the specified flow chart, which describes the
properties that are defined on all flow charts.
|
Action |
CatalogNode.makeAction(FlowChart flowChart)
Creates an action from the specified flow chart that corresponds to this
ActionNode.
|
Action |
CatalogNode.makeAction(FlowChart flowChart,
java.lang.String actionName)
Creates an action from the specified flow chart that corresponds to this
ActionNode.
|
java.lang.String |
Engine.put(FlowChart flowChart)
Adds a new flow chart for execution, or if the flow chart already exists,
modifies it.
|
java.lang.String |
Engine.put(FlowChart flowChart,
boolean replace)
Adds a new flow chart for execution, or if the flow chart already exists on the engine,
replaces it with a new one, if replace is set to true.
|
Modifier and Type | Method and Description |
---|---|
static void |
EngineHelper.makeXmlFromFlowCharts(java.util.List<FlowChart> flowCharts,
java.io.OutputStream xmlStream,
boolean verify)
Writes one or more flow charts to an XML output stream.
|
Modifier and Type | Method and Description |
---|---|
FlowChart |
AuditTrailFlowContext.getFlowChart()
Returns the current flow chart.
|
Modifier and Type | Method and Description |
---|---|
FlowChart |
FlowChartRemovedEvent.getFlowChart()
Returns the flow chart that was removed from the engine.
|
Constructor and Description |
---|
FileDecryptPgpAction(FlowChart flowChart,
java.lang.String name)
Creates a PGP decryption action that is associated with the specified
flow chart.
|
FileEncryptPgpAction(FlowChart flowChart,
java.lang.String name)
Creates a PGP encryption action that is associated with the specified
flow chart.
|
FileUnzipAction(FlowChart flowChart,
java.lang.String name)
Creates a file unzip action that is associated with the specified flow chart.
|
FileZipAction(FlowChart flowChart,
java.lang.String name)
Creates a file zip action that is associated with the specified
flow chart.
|
Modifier and Type | Method and Description |
---|---|
FlowChart |
RepositoryElement.getFlowChart()
Returns this repository element specifically as a flow chart.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryAdministrator.put(FlowChart flowChart,
boolean overwrite)
Inserts or modifies a flow chart in the repository.
|
void |
RepositoryAdministrator.put(FlowChart flowChart,
java.lang.String description,
boolean overwrite)
Inserts or modifies a flow chart in the repository with a description.
|
Modifier and Type | Method and Description |
---|---|
FlowChart |
RuntimeConfigurationNode.getDefaultFlowChartErrorHandler()
Returns the default error handler for flow charts at or below the level of
this node in the hierarchical flow chart namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeConfigurationNode.setDefaultFlowChartErrorHandler(FlowChart defaultErrorHandler)
Sets the default error handler for flow charts at or below the level of
this node in the hierarchical flow chart namespace.
|
© 2000-2025 Flux Corporation. All rights reserved.