Package | Description |
---|---|
com.caplin.motif.blotter |
Non FX-specific classes that relate to sorting and filtering blotters.
|
Class and Description |
---|
BlotterQuery
Represents a Query to be performed on a blotter, usually parsed by
BlotterRequestParser.parse(java.lang.String) . |
Filter
A Filter contains information for filtering a blotter by a column or
field name on a particular value, for example L1_Status==Open.
|
Filter.Operator
Represents all of the possible Operators that can be used to perform a filter.
|
Sort
A Sort operation sorts the resultant set after a filter has been
performed on a specific value.
|
Sort.Direction
The possible Directions that can be used in a sort operation
(ASCENDING or DESCENDING).
|
Copyright © 2015 Caplin Systems.