Package com.pullreports.model.config
Class ColumnsTerm
Object
com.pullreports.model.config.ColumnsTerm
Represents one semicolon separated term within the Export Report "columns"
parameter.
-
Constructor Summary
ConstructorsConstructorDescriptionColumnsTerm
(TablePath tablePath) Constructs a new ColumnsTerm with the given TablePath.ColumnsTerm
(TablePath tablePath, ColumnId... columnIds) ColumnsTerm
(TablePath tablePath, String... columnIds) ColumnsTerm
(TablePath tablePath, List<ColumnId> columnIds) Constructs a new ColumnsTerm with the given TablePath and column ids.ColumnsTerm
(String tablePath) ColumnsTerm
(String tablePath, String... columnIds) -
Method Summary
-
Constructor Details
-
ColumnsTerm
Constructs a new ColumnsTerm with the given TablePath. The List of Columns within the export result will be the exportable, permitted columns from the referenced TablePath.- Parameters:
tablePath
- The full table resource path from which to construct the ColumnsTerm. The TablePath must include the report's base table id as the first path element.
-
ColumnsTerm
Constructs a new ColumnsTerm with the given TablePath and column ids.- Parameters:
tablePath
- The full table resource path from which to construct the ColumnsTerm. The TablePath must include the report's base table id as the first path element.columnIds
- The optional list ofColumnId
s of the Table to include in the export results.
-
ColumnsTerm
-
ColumnsTerm
-
ColumnsTerm
-
ColumnsTerm
-
-
Method Details