Uses of Interface
flux.TimeExpression

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

Uses of TimeExpression in flux
 

Subinterfaces of TimeExpression in flux
 interface Cron
          Represents a time specification in the traditional Cron style.
 interface CronForLoop
          A new Cron "for" loop represents a timing loop.
 interface CronOr
          A Cron "or" represents a logical "or" of many Cron slices.
 interface Relative
          Represents a relative time specification.
 

Methods in flux that return TimeExpression
 TimeExpression ForecastElement.getTimeExpression()
          Returns the time expression associated with the referenced timer trigger.
static TimeExpression EngineHelper.makeTimeExpression(java.lang.String timeExpression)
          Makes either a Cron time expression object or a Relative time expression object, based on the specified time expression string.
 

Methods in flux with parameters of type TimeExpression
 void Relative.evaluate(java.lang.String unit, TimeExpression then, TimeExpression els)
          Appends "?unit{then}{else}" to the relative time expression.
 



© 2014 Flux Corporation. All rights reserved.