Uses of Interface
flux.CronSlice

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

Uses of CronSlice in flux
 

Subinterfaces of CronSlice 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.
 

Methods in flux that return CronSlice
 CronSlice CronForLoop.getEndConstraint()
          Returns the constraint when the timing loop finishes.
 CronSlice CronForLoop.getIncrementConstraint()
          Returns the constraint that specifies intermittent timing points between the start and end constraints.
 CronSlice CronForLoop.getStartConstraint()
          Returns the constraint when the timing loop begins.
static CronSlice EngineHelper.makeCronSlice(CronColumn start, CronColumn end)
          Makes a new CronSlice object based on the specified starting and ending Cron columns.
 

Methods in flux with parameters of type CronSlice
static Cron EngineHelper.makeCron(CronSlice slice)
          Makes a new Cron object based on a CronSlice.
static CronForLoop EngineHelper.makeCronForLoop(CronSlice startConstraint, CronSlice endConstraint, CronSlice incrementConstraint)
          Makes a new Cron "for" loop that represents a timing loop.
static CronForLoop EngineHelper.makeCronForLoop(CronSlice startConstraint, CronSlice endConstraint, CronSlice incrementConstraint, int count)
          Makes a new Cron "for" loop that represents a timing loop.
static CronForLoop EngineHelper.makeCronForLoop(CronSlice startConstraint, CronSlice incrementConstraint, int count)
          Makes a new Cron "for" loop that represents a timing loop.
 

Method parameters in flux with type arguments of type CronSlice
static CronOr EngineHelper.makeCronOr(java.util.Set<CronSlice> cronSlices)
          Makes a new Cron "or" that represents a logical "or" of many Cron slices.
 



© 2014 Flux Corporation. All rights reserved.