| Package | Description |
|---|---|
| org.b3log.latke.repository |
Data access service.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeFilterOperator |
CompositeFilter.getOperator()
Gets the operator.
|
static CompositeFilterOperator |
CompositeFilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeFilterOperator[] |
CompositeFilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CompositeFilter(CompositeFilterOperator operator,
List<Filter> subFilters)
Constructor with the specified parameters.
|
Copyright © 2009–2019 B3log. All rights reserved.