| Package | Description |
|---|---|
| pro.taskana.monitor.api.reports | |
| pro.taskana.monitor.api.reports.row |
| Modifier and Type | Method and Description |
|---|---|
Row<I> |
Report.createRow(String key) |
protected Row<I> |
Report.createRow(String key,
int columnSize) |
Row<I> |
Report.getRow(String key) |
Row<I> |
Report.getSumRow() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Row<I>> |
Report.getRows() |
| Modifier and Type | Class and Description |
|---|---|
class |
DetailedClassificationRow
Represents a single Row inside
ClassificationReport.DetailedClassificationReport. |
class |
FoldableRow<I extends QueryItem>
The FoldableRow extends the
SingleRow. |
class |
SingleRow<I extends QueryItem>
A SingleRow represents a single row in a
Report. |
class |
TimestampRow
A single Row inside the
TimestampReport. |
static class |
TimestampRow.OrgLevel1Row
Row inside the
TimestampReport containing the information regarding a specific org
level 1. |
static class |
TimestampRow.OrgLevel2Row
Row inside the
TimestampReport containing the information regarding a specific org
level 2. |
static class |
TimestampRow.OrgLevel3Row
Row inside the
TimestampReport containing the information regarding a specific org
level 3. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Row<I> |
FoldableRow.buildRow(String key,
int columnSize) |
protected Row<DetailedMonitorQueryItem> |
DetailedClassificationRow.buildRow(String key,
int columnSize) |
protected Row<TimestampQueryItem> |
TimestampRow.OrgLevel3Row.buildRow(String key,
int columnSize) |
Row<I> |
FoldableRow.getFoldableRow(String key) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Row<I>> |
FoldableRow.getFoldableRows() |
Copyright © 2020. All rights reserved.