| Modifier and Type | Method and Description |
|---|---|
Condition |
XOAIContext.getCondition() |
Condition |
XOAIContext.getSetFilter(String setID) |
| Modifier and Type | Method and Description |
|---|---|
void |
XOAIContext.setCondition(Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
MetadataFormat.getCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataFormat.setFilter(Condition filter) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
ScopedFilter.getCondition() |
Condition |
FilterManager.getFilter(String id) |
| Constructor and Description |
|---|
ScopedFilter(Condition condition,
Scope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndCondition |
class |
CustomCondition |
class |
NotCondition |
class |
OrCondition |
| Modifier and Type | Method and Description |
|---|---|
Condition |
NotCondition.getCondition() |
Condition |
OrCondition.getLeft() |
Condition |
AndCondition.getLeft() |
Condition |
OrCondition.getRight() |
Condition |
AndCondition.getRight() |
| Constructor and Description |
|---|
AndCondition(FilterResolver resolver,
Condition left,
Condition right) |
NotCondition(FilterResolver filterResolver,
Condition condition) |
OrCondition(FilterResolver filterResolver,
Condition left,
Condition right) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
StaticSet.getCondition() |
| Constructor and Description |
|---|
StaticSet(Condition condition,
String spec,
String name) |
Copyright © 2020. All rights reserved.