Criteria builder
The CriteriaBuilder is a utility class designed to build objects used in creating query criteria in a Groovy expression format. These criteria can be used in requests to back-end services.
The CriteriaBuilder is a utility class designed to build objects used in creating query criteria in a Groovy expression format. These criteria can be used in requests to back-end services.
The FoundationUI framework has several components that communicate directly with the back end.
The ExpressionBuilder is a utility class to build criteria objects that are used with the CriteriaBuilder.
Serialisers are utility functions for creating Groovy expressions for different operators, such as greater than, less than, equals, etc.