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 optionalSeparateByCategoryinterval(IntervalField field, TimeAxisInterval interval) Completes theDataSetaccess.Completes theDataSetaccess.Specify an optional Lucene sorting string.
-
Method Details
-
revision
Completes theDataSetaccess.- 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.)
The format is same as forModelObjectsSearch.sort(String).- Returns:
- The same instance allows for method chaining.
- Throws:
IllegalStateException- if this accessor has already completed.
-