Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
© 2000-2025 Flux Corporation. All rights reserved.