|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.ui.meta.persistence.Predicate
public abstract class Predicate
Nested Class Summary | |
---|---|
static class |
Predicate.And
|
static class |
Predicate.Junction
|
static class |
Predicate.KeyValue
|
static class |
Predicate.Operator
|
static class |
Predicate.Or
|
static class |
Predicate.RangeValue
When used as a value in map for fromKeyValueMap, results in > < used in predicate |
Constructor Summary | |
---|---|
Predicate()
|
Method Summary | |
---|---|
static Predicate |
fromKeyValueMap(java.util.Map<java.lang.String,java.lang.Object> toMatch)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ariba.ui.meta.persistence.QueryGenerator.Visitor |
---|
generate |
Constructor Detail |
---|
public Predicate()
Method Detail |
---|
public static Predicate fromKeyValueMap(java.util.Map<java.lang.String,java.lang.Object> toMatch)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |