ariba.ui.meta.persistence
Class Predicate

java.lang.Object
  extended by ariba.ui.meta.persistence.Predicate
All Implemented Interfaces:
QueryGenerator.Visitor
Direct Known Subclasses:
Predicate.Junction, Predicate.KeyValue

public abstract class Predicate
extends java.lang.Object
implements QueryGenerator.Visitor


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

Predicate

public Predicate()
Method Detail

fromKeyValueMap

public static Predicate fromKeyValueMap(java.util.Map<java.lang.String,java.lang.Object> toMatch)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.