| Package | Description |
|---|---|
| io.syndesis.common.model.filter |
| Modifier and Type | Field and Description |
|---|---|
static Op |
Op.CONTAINS |
static Op |
Op.CONTAINS_IGNORE_CASE |
static Op[] |
Op.DEFAULT_OPTS |
static Op |
Op.EQUALS |
static Op |
Op.EQUALS_IGNORE_CASE |
static Op |
Op.GREATER_THAN |
static Op |
Op.GREATER_THAN_OR_EQUALS |
static Op |
Op.IN |
static Op |
Op.LESS_THAN |
static Op |
Op.LESS_THAN_OR_EQUALS |
static Op |
Op.MATCHES |
static Op |
Op.NOT_CONTAINS |
static Op |
Op.NOT_EQUALS |
static Op |
Op.NOT_IN |
static Op |
Op.NOT_MATCHES |
| Modifier and Type | Method and Description |
|---|---|
List<Op> |
FilterOptions.getOps() |
Copyright © 2016–2019 Red Hat. All rights reserved.