See: Description
Class | Description |
---|---|
BlotterQuery |
Represents a Query to be performed on a blotter, usually parsed by
BlotterRequestParser.parse(java.lang.String) . |
BlotterRequestParser |
Provides a means for parsing blotter requests that contain filter and sort
information into an object which can be used to perform filtering and sorting on a blotter
(for example, using a database).
|
Filter |
A Filter contains information for filtering a blotter by a column or
field name on a particular value, for example L1_Status==Open.
|
Sort |
A Sort operation sorts the resultant set after a filter has been
performed on a specific value.
|
Enum | Description |
---|---|
Filter.Operator |
Represents all of the possible Operators that can be used to perform a filter.
|
Sort.Direction |
The possible Directions that can be used in a sort operation
(ASCENDING or DESCENDING).
|
Copyright © 2015 Caplin Systems.