Uses of Interface
flux.VariableManager

Packages that use VariableManager
flux File Orchestration Solutions for Banking and Finance 
flux.audittrail Audit trail 
flux.runtimeconfiguration Configuration properties that can be updated at runtime, including concurrency throttles and default workflow error handlers 
 

Uses of VariableManager in flux
 

Subinterfaces of VariableManager in flux
 interface FlowContext
          Provides information about a particular flow of execution in a flow chart.
 interface KeyFlowContext
          Provides the user-defined key to a job listener that was specified when the flow chart was created.
 

Methods in flux that return VariableManager
 VariableManager Action.getVariableManager()
          Returns the variable manager for this action.
 VariableManager FlowChart.getVariableManager()
          Returns the variable manager for this flow chart.
 

Uses of VariableManager in flux.audittrail
 

Subinterfaces of VariableManager in flux.audittrail
 interface AuditTrailFlowContext
          Contains FlowContext methods that may be used in an audit trail context.
 

Uses of VariableManager in flux.runtimeconfiguration
 

Subinterfaces of VariableManager in flux.runtimeconfiguration
 interface RuntimeConfigurationNode
          Used to populate the hierarchical flow chart namespace with configuration properties.
 



© 2014 Flux Corporation. All rights reserved.