| Package | Description |
|---|---|
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.date | |
| org.dashbuilder.dataset.group | |
| org.dashbuilder.dataset.impl |
| Modifier and Type | Method and Description |
|---|---|
T |
DataSetLookupBuilder.dynamic(DateIntervalType intervalSize,
boolean emptyAllowed)
Same as "dynamic(int maxIntervals, DateIntervalType intervalSize)" but taking
"maxIntervals=15" as default.
|
T |
DataSetLookupBuilder.dynamic(int maxIntervals,
DateIntervalType intervalSize,
boolean emptyAllowed)
Group the data set by one of the columns, of type ColumnType.Date, specifying the size of the date interval
by which the column should be grouped.
|
T |
DataSetLookupBuilder.fixed(DateIntervalType type,
boolean emptyAllowed)
Set the grouping strategy to a fixed date interval on a previously defined date group operation.
|
| Modifier and Type | Method and Description |
|---|---|
DateIntervalType |
TimeInstant.getIntervalType() |
DateIntervalType |
TimeAmount.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeInstant.setIntervalType(DateIntervalType intervalType) |
void |
TimeAmount.setType(DateIntervalType type) |
| Constructor and Description |
|---|
TimeAmount(long quantity,
DateIntervalType sizeType) |
TimeInstant(TimeInstant.TimeMode timeMode,
DateIntervalType intervalType,
Month firstMonthOfYear,
TimeAmount timeAmount) |
| Modifier and Type | Field and Description |
|---|---|
static List<DateIntervalType> |
DateIntervalType.FIXED_INTERVALS_SUPPORTED
List of the only DateIntervalType's supported as fixed date intervals
|
| Modifier and Type | Method and Description |
|---|---|
static DateIntervalType |
DateIntervalType.getByIndex(int index) |
static DateIntervalType |
DateIntervalType.getByName(String interval) |
static DateIntervalType |
DateIntervalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateIntervalType[] |
DateIntervalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
DateIntervalType.compare(DateIntervalType interval1,
DateIntervalType interval2) |
static long |
DateIntervalType.getDurationInMillis(DateIntervalType type) |
static String |
DateIntervalPattern.getPattern(DateIntervalType type) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractDataSetLookupBuilder.dynamic(DateIntervalType intervalSize,
boolean emptyAllowed) |
T |
AbstractDataSetLookupBuilder.dynamic(int maxIntervals,
DateIntervalType intervalSize,
boolean emptyAllowed) |
T |
AbstractDataSetLookupBuilder.fixed(DateIntervalType intervalSize,
boolean emptyAllowed) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.