Uses of Class
flux.BusinessIntervalOperation

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

Uses of BusinessIntervalOperation in flux
 

Methods in flux that return BusinessIntervalOperation
 BusinessIntervalOperation BusinessIntervalElement.getOperation()
          The operation that was used to add the AllowableBusinessInterval to the business interval.
static BusinessIntervalOperation BusinessIntervalOperation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BusinessIntervalOperation[] BusinessIntervalOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flux with parameters of type BusinessIntervalOperation
 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.
 void BusinessInterval.changeOperation(AllowableBusinessInterval component, BusinessIntervalOperation newOperation)
          Changes the operator that this business interval uses to evaluate component.
 void BusinessInterval.replace(AllowableBusinessInterval original, AllowableBusinessInterval newInterval, BusinessIntervalOperation newOperation)
          Replaces one business interval with another business interval.
 



© 2014 Flux Corporation. All rights reserved.