Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Method and Description |
---|---|
static BusinessInterval |
EngineHelper.makeBusinessInterval(java.lang.String name)
Returns a new BusinessInterval with the given name.
|
BusinessInterval |
BusinessIntervalFactory.makeBusinessInterval(java.lang.String name)
Returns a new BusinessInterval with the specified name.
|
BusinessInterval |
BusinessIntervalFactory.makeCustomBusinessInterval(flux.dev.AllowableBusinessIntervalDev customBusinessInterval)
Creates a custom BusinessInterval from an AllowableBusinessIntervalDev
object.
|
BusinessInterval |
BusinessIntervalFactory.makeDifference(BusinessInterval left,
BusinessInterval right)
Performs the set operation "difference" on the intervals, "left difference
right".
|
BusinessInterval |
BusinessIntervalFactory.makeDifference(java.lang.String name,
BusinessInterval left,
BusinessInterval right)
Performs the set operation "difference" on the intervals, "left difference
right".
|
BusinessInterval |
BusinessIntervalFactory.makeFridayWeekend()
Returns a pre-defined business interval that excludes Fridays.
|
BusinessInterval |
BusinessIntervalFactory.makeIntersection(BusinessInterval left,
BusinessInterval right)
Performs the set operation "intersection" on the intervals, "left
intersection right".
|
BusinessInterval |
BusinessIntervalFactory.makeIntersection(java.lang.String name,
BusinessInterval left,
BusinessInterval right)
Performs the set operation "intersection" on the intervals, "left
intersection right".
|
BusinessInterval |
BusinessIntervalFactory.makeSaturdaySundayWeekend()
Returns a business interval that excludes Saturdays and Sundays.
|
BusinessInterval |
BusinessIntervalFactory.makeSaturdayWeekend()
Returns a pre-defined business interval that excludes Saturdays.
|
BusinessInterval |
BusinessIntervalFactory.makeSundayWeekend()
Returns a pre-defined business interval that excludes Sundays.
|
BusinessInterval |
BusinessIntervalFactory.makeUnion(BusinessInterval left,
BusinessInterval right)
Performs the set operation "union" on the intervals, "left union right".
|
BusinessInterval |
BusinessIntervalFactory.makeUnion(java.lang.String name,
BusinessInterval left,
BusinessInterval right)
Performs the set operation "union" on the intervals, "left union right".
|
BusinessInterval |
BusinessIntervalFactory.makeUsFederalHolidays()
Returns a pre-defined business interval that excludes federal holidays in
the United States.
|
Modifier and Type | Method and Description |
---|---|
BusinessInterval |
BusinessIntervalFactory.makeDifference(BusinessInterval left,
BusinessInterval right)
Performs the set operation "difference" on the intervals, "left difference
right".
|
BusinessInterval |
BusinessIntervalFactory.makeDifference(java.lang.String name,
BusinessInterval left,
BusinessInterval right)
Performs the set operation "difference" on the intervals, "left difference
right".
|
BusinessInterval |
BusinessIntervalFactory.makeIntersection(BusinessInterval left,
BusinessInterval right)
Performs the set operation "intersection" on the intervals, "left
intersection right".
|
BusinessInterval |
BusinessIntervalFactory.makeIntersection(java.lang.String name,
BusinessInterval left,
BusinessInterval right)
Performs the set operation "intersection" on the intervals, "left
intersection right".
|
BusinessInterval |
BusinessIntervalFactory.makeUnion(BusinessInterval left,
BusinessInterval right)
Performs the set operation "union" on the intervals, "left union right".
|
BusinessInterval |
BusinessIntervalFactory.makeUnion(java.lang.String name,
BusinessInterval left,
BusinessInterval right)
Performs the set operation "union" on the intervals, "left union right".
|
© 2000-2025 Flux Corporation. All rights reserved.