| Package | Description |
|---|---|
| pro.taskana.impl.report.row | |
| pro.taskana.impl.report.structure |
| 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 |
|---|---|
Row<I> |
FoldableRow.getFoldableRow(String key) |
| Modifier and Type | Method and Description |
|---|---|
protected Row<I> |
Report.createRow(int columnSize) |
Row<I> |
Report.getRow(String key) |
Row<I> |
Report.getSumRow() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Row<I>> |
Report.getRows() |
Copyright © 2020. All rights reserved.