FilterBuilder
Constructor Summary
| Public Constructor | ||
| public |
|
|
Public Constructors
Public Methods
public and(args: [Expression]): * source
Params:
| Name | Type | Attribute | Description |
| args | [Expression] | The parameters will be operators of the class Expression |
Return:
| * |
Example:
fb.and(Ex.like("collected.serialNumber", "SN"), Ex.eq("entityId", "e64ccd08-e302-4b65-b19d-e38eeb7b2d25"))
public or(args: [Expression]): * source
Params:
| Name | Type | Attribute | Description |
| args | [Expression] | The parameters will be operators of the class Expression |
Return:
| * |
Example:
fb.or(Ex.like("collected.serialNumber", "SN"), Ex.eq("entityId", "e64ccd08-e302-4b65-b19d-e38eeb7b2d25"))