| java.lang.Object | |
| ↳ | org.mule.module.magento.filters.FiltersBuilder |
A simple builder for Filters
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| complexFilters | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a binary expression as a new
ComplexFilter to the built
Filters | |||||||||||
Adds a unary expression as a new
ComplexFilter to the built
Filters | |||||||||||
Answers the built filters
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Adds a binary expression as a new ComplexFilter to the built
Filters
| operation | The operator |
|---|---|
| variable | The first operand |
| value | The second operand |
Adds a unary expression as a new ComplexFilter to the built
Filters
| operation | The operator |
|---|---|
| variable | The operand |