Uses of Interface
flux.ActionHistoryIterator

Packages that use ActionHistoryIterator
flux File Orchestration Solutions for Banking and Finance 
 

Uses of ActionHistoryIterator in flux
 

Methods in flux that return ActionHistoryIterator
 ActionHistoryIterator Engine.getActionHistory(java.lang.String flowChartName, java.util.Date lowerBound, java.util.Date upperBound)
          Returns historical execution timestamps which occurred within the lower and upper date boundaries for all actions and triggers in a flow chart.
 ActionHistoryIterator Engine.getActionHistory(java.lang.String flowChartName, java.util.Date lowerBound, java.util.Date upperBound, java.lang.String actionType)
          Returns historical execution timestamps which occurred within the lower and upper date boundaries for an action or trigger type in a flow chart.
 ActionHistoryIterator Engine.getActionHistory(java.lang.String flowChartName, java.lang.String actionName)
          Returns historical timestamps for an action or trigger in a flow chart.
 ActionHistoryIterator Engine.getActionHistory(java.lang.String flowChartName, java.lang.String actionName, java.util.Date lowerBound, java.util.Date upperBound)
          Returns historical execution timestamps which occurred within the lower and upper date boundaries for an action or trigger in a flow chart.
 



© 2014 Flux Corporation. All rights reserved.