ListFilter
|
Type |
Class |
|
Extends |
|
|
Import path |
|
A filter that returns search results if all or any of a set of values are included in a certain attribute.
For example, return only those search results where the type attribute matches all or any of the following values: "video", "film", "audio".
Constructor
Parameters
|
Name |
Type |
Description |
|---|---|---|
|
|
|
The entity's attribute to be compared with the |
|
|
The operator to check if any or all of a set of values is included in a certain attribute. Accepted values:
| |
|
|
|
The value to compare the entity's attribute with. |
Properties
|
Name |
Type |
Description |
|---|---|---|
|
|
|
Required. The entity's attribute to be compared with the |
Methods
toDTO
Maps the ListFilter instance to its DTO (data transfer object) format.
Signature
Return value
Returns the ListFilter instance in a standardized DTO format.