Uses of Interface
flux.FlowChart

Packages that use FlowChart
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 
 

Uses of FlowChart in flux
 

Methods in flux that return FlowChart
 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.
 

Methods in flux that return types with arguments of type FlowChart
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.
 

Methods in flux with parameters of type FlowChart
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.
 

Method parameters in flux with type arguments of type FlowChart
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.
 

Uses of FlowChart in flux.audittrail
 

Methods in flux.audittrail that return FlowChart
 FlowChart AuditTrailFlowContext.getFlowChart()
          Returns the current flow chart.
 

Uses of FlowChart in flux.audittrail.client
 

Methods in flux.audittrail.client that return FlowChart
 FlowChart FlowChartRemovedEvent.getFlowChart()
          Returns the flow chart that was removed from the engine.
 

Uses of FlowChart in flux.file
 

Constructors in flux.file with parameters of type FlowChart
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.
 

Uses of FlowChart in flux.repository
 

Methods in flux.repository that return FlowChart
 FlowChart RepositoryElement.getFlowChart()
          Returns this repository element specifically as a flow chart.
 

Methods in flux.repository with parameters of type FlowChart
 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.
 

Uses of FlowChart in flux.runtimeconfiguration
 

Methods in flux.runtimeconfiguration that return FlowChart
 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.
 

Methods in flux.runtimeconfiguration with parameters of type FlowChart
 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.
 



© 2014 Flux Corporation. All rights reserved.