Interface DataSetAccessor
public interface DataSetAccessor
Accessor for
DataSet
that allows for the use of optional parameters like category(SeparateByCategory)
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptioncategory
(SeparateByCategory category) Specify optionalSeparateByCategory
interval
(IntervalField field, TimeAxisInterval interval) Completes theDataSet
access.Completes theDataSet
access.Specify an optional Lucene sorting string.
-
Method Details
-
revision
Completes theDataSet
access.- Throws:
IllegalStateException
- if this accessor has already completed.
-
sort
Specify an optional Lucene sorting string. (It is currently ignored when something else, other than a Lucene query is done by a user.)
Format: field ids separated by spaces and '~' before the field id for descending sorting. Example: "~created ~id"- Returns:
- The same instance to allow for method chaining.
- Throws:
IllegalStateException
- if this accessor has already completed.
-