Uses of Interface
flux.AllowableBusinessInterval

Packages that use AllowableBusinessInterval
flux File Orchestration Solutions for Banking and Finance 
flux.file File triggers and actions 
flux.repository Storage depot of template workflows and other reusable Flux components like engine configurations 
 

Uses of AllowableBusinessInterval in flux
 

Subinterfaces of AllowableBusinessInterval in flux
 interface BusinessInterval
          Defines intervals of time that indicate when business operations may take place.
 

Methods in flux that return AllowableBusinessInterval
 AllowableBusinessInterval TimerTrigger.getBusinessInterval()
          Deprecated. Use TimerTrigger.getBusinessIntervalNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
 AllowableBusinessInterval TimeExpression.getBusinessInterval()
          Returns the optional business interval associated with this time expression.
 AllowableBusinessInterval BusinessIntervalElement.getComponent()
          The object representation of a business interval include or exclude method call.
 AllowableBusinessInterval Action.getTimeoutBusinessInterval()
          Deprecated. Use Action.getTimeoutBusinessIntervalNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
 

Methods in flux with parameters of type AllowableBusinessInterval
 void BusinessInterval.addNewInterval(AllowableBusinessInterval newInterval, AllowableBusinessInterval previousInterval, BusinessIntervalOperation operation)
          Adds a new business interval to this BusinessInterval after the "previous" location using the specified operation.
 void BusinessInterval.addNewInterval(AllowableBusinessInterval newInterval, BusinessIntervalOperation operation)
          Adds a new business interval to this BusinessInterval using operation.
static java.util.Date EngineHelper.applyTimeExpression(java.util.Date relativeTo, java.lang.String timeExpression, AllowableBusinessInterval businessInterval, java.util.TimeZone timeZone)
          Applies the given time expression to the specified date.
static java.util.Date EngineHelper.applyTimeExpression(java.util.Date relativeTo, java.lang.String timeExpression, AllowableBusinessInterval businessInterval, java.util.TimeZone timeZone, int count)
          Applies the given time expression to the specified date several times.
static java.util.Date EngineHelper.applyTimeExpression(java.lang.String timeExpression, AllowableBusinessInterval businessInterval, java.util.TimeZone timeZone)
          Applies the given time expression to the current date.
static java.util.Date EngineHelper.applyTimeExpression(java.lang.String timeExpression, AllowableBusinessInterval businessInterval, java.util.TimeZone timeZone, int count)
          Applies the given time expression to the current date several times.
 void BusinessInterval.changeOperation(AllowableBusinessInterval component, BusinessIntervalOperation newOperation)
          Changes the operator that this business interval uses to evaluate component.
static boolean EngineHelper.fallsOn(java.util.Date date, java.lang.String unit, AllowableBusinessInterval businessInterval, java.util.TimeZone timeZone)
          Determines if the specified date falls on the specified unit.
 java.util.List BusinessInterval.findPathToComponent(AllowableBusinessInterval component)
          Returns a list of BusinessIntervalElements that represents the path to the specified component.
 boolean BusinessInterval.isFirstComponent(AllowableBusinessInterval component)
          Indicates whether the specified component is the first component to be evaluated for this business interval.
 boolean BusinessInterval.isLastComponent(AllowableBusinessInterval component)
          Indicates whether the specified component is the last component to be evaluated for this business interval.
 void BusinessInterval.moveBackward(AllowableBusinessInterval component)
          Moves the specified component one step later in the evaluation process.
 void BusinessInterval.moveForward(AllowableBusinessInterval component)
          Moves the specified component one step earlier in the evaluation process.
 void BusinessInterval.remove(AllowableBusinessInterval component)
          Removes the specified component from this BusinessInterval.
 void BusinessInterval.replace(AllowableBusinessInterval original, AllowableBusinessInterval newInterval, BusinessIntervalOperation newOperation)
          Replaces one business interval with another business interval.
 void TimerTrigger.setBusinessInterval(AllowableBusinessInterval businessInterval)
          Deprecated. Use TimerTrigger.setBusinessIntervalNamespace. Deprecated in Flux 8.0. Will be removed in a future version.
 void TimeExpression.setBusinessInterval(AllowableBusinessInterval businessInterval)
          Registers a Business Interval with this time expression, which is consulted when the time expression is evaluated, that is, when next() and next(Date) are called.
 void Action.setTimeoutBusinessInterval(AllowableBusinessInterval businessInterval)
          Deprecated. Use Action.setTimeoutBusinessIntervalNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
static java.util.Date EngineHelper.skip(java.util.Date start, java.util.Date limit, java.lang.String timeExpression, AllowableBusinessInterval businessInterval)
          Repeatedly applies the time expression to the start date to derive the smallest date that meets or exceeds the limit date.
static java.util.Date EngineHelper.skip(java.util.Date start, java.util.Date limit, java.lang.String timeExpression, AllowableBusinessInterval businessInterval, int count)
          Repeatedly applies the time expression to the start date until the repeat count expires or the smallest date that meets or exceeds the limit date is calculated.
 

Uses of AllowableBusinessInterval in flux.file
 

Methods in flux.file that return AllowableBusinessInterval
 AllowableBusinessInterval FileTrigger.getActiveWindow()
          Deprecated. Use FileTrigger.getActiveWindowNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
 

Methods in flux.file with parameters of type AllowableBusinessInterval
 void FileTrigger.setActiveWindow(AllowableBusinessInterval activeWindow)
          Deprecated. Use FileTrigger.setActiveWindowNamespace. Deprecated in Flux 8.0. Will be removed in a future release.
 

Uses of AllowableBusinessInterval in flux.repository
 

Methods in flux.repository that return AllowableBusinessInterval
 AllowableBusinessInterval RepositoryElement.getBusinessInterval()
          Returns this repository element specifically as a business interval.
 

Methods in flux.repository with parameters of type AllowableBusinessInterval
 java.lang.String RepositoryAdministrator.put(java.lang.String namespace, AllowableBusinessInterval businessInterval, boolean overwrite)
          Inserts or modifies a business interval in the repository.
 



© 2014 Flux Corporation. All rights reserved.