Modifier and Type | Field and Description |
---|---|
static KeyDefinition |
IndexKey.INDEX_ID |
static KeyDefinition |
UUIDKey.UNIQUE_UUID |
Modifier and Type | Method and Description |
---|---|
KeyDefinition |
Key.getKeyDefinition() |
Constructor and Description |
---|
Key(KeyDefinition keyDefinition,
Comparable value) |
Key(KeyDefinition keyDefinition,
Values values) |
UpdatableKey(KeyDefinition keyDefinition,
Comparable value) |
UpdatableKey(KeyDefinition keyDefinition,
Values values) |
Modifier and Type | Field and Description |
---|---|
protected KeyDefinition |
Matcher.keyDefinition |
protected KeyDefinition |
KeyMatcher.keyDefinition |
Modifier and Type | Method and Description |
---|---|
KeyDefinition |
Matcher.getKeyDefinition() |
KeyDefinition |
KeyMatcher.getKeyDefinition() |
Constructor and Description |
---|
ComparableMatchers(KeyDefinition keyDefinition) |
ExactMatcher(KeyDefinition keyDefinition,
Comparable value) |
ExactMatcher(KeyDefinition keyDefinition,
Comparable value,
boolean negate) |
FieldMatchers(KeyDefinition keyDefinition) |
FromMatcher(KeyDefinition keyDefinition,
Comparable from) |
FromMatcher(KeyDefinition keyDefinition,
Comparable from,
boolean includeSetValue) |
KeyMatcher(KeyDefinition keyDefinition) |
Matcher(KeyDefinition keyDefinition) |
ToMatcher(KeyDefinition keyDefinition,
Comparable to) |
Modifier and Type | Field and Description |
---|---|
protected static KeyDefinition |
Action.COLUMN_UUID |
protected static KeyDefinition |
Action.SUPER_TYPE |
protected static KeyDefinition |
Action.VALUE |
Modifier and Type | Method and Description |
---|---|
static KeyDefinition[] |
FieldAction.keyDefinitions() |
static KeyDefinition[] |
Rule.keyDefinitions() |
static KeyDefinition[] |
Pattern.keyDefinitions() |
static KeyDefinition[] |
ObjectType.keyDefinitions() |
static KeyDefinition[] |
FieldCondition.keyDefinitions() |
static KeyDefinition[] |
FieldBase.keyDefinitions() |
static KeyDefinition[] |
Condition.keyDefinitions() |
static KeyDefinition[] |
Column.keyDefinitions() |
static KeyDefinition[] |
Action.keyDefinitions() |
Constructor and Description |
---|
Matchers(KeyDefinition keyDefinition) |
Modifier and Type | Method and Description |
---|---|
KeyDefinition |
KeyDefinition.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
KeyDefinition.compareTo(KeyDefinition other) |
MultiMap<Value,T,List<T>> |
KeyTreeMap.get(KeyDefinition keyDefinition) |
protected MultiMap<Value,T,List<T>> |
KeyTreeMap.resolveMapByKeyId(KeyDefinition id) |
Constructor and Description |
---|
IndexedKeyTreeMap(KeyDefinition... keyIDs) |
KeyTreeMap(KeyDefinition... keyIDs) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.