Uses of Class
org.usergrid.persistence.Query.CounterFilterPredicate

Packages that use Query.CounterFilterPredicate
org.usergrid.persistence   
 

Uses of Query.CounterFilterPredicate in org.usergrid.persistence
 

Fields in org.usergrid.persistence with type parameters of type Query.CounterFilterPredicate
protected  List<Query.CounterFilterPredicate> Query.counterFilters
           
 

Methods in org.usergrid.persistence that return Query.CounterFilterPredicate
static Query.CounterFilterPredicate Query.CounterFilterPredicate.fromString(String s)
           
 

Methods in org.usergrid.persistence that return types with arguments of type Query.CounterFilterPredicate
static List<Query.CounterFilterPredicate> Query.CounterFilterPredicate.fromList(List<String> l)
           
 List<Query.CounterFilterPredicate> Query.getCounterFilters()
           
 List<Query.CounterFilterPredicate> CounterQuery.getCounterFilters()
           
 

Method parameters in org.usergrid.persistence with type arguments of type Query.CounterFilterPredicate
 void Query.setCounterFilters(List<Query.CounterFilterPredicate> counterFilters)
           
 void CounterQuery.setCounterFilters(List<Query.CounterFilterPredicate> counterFilters)
           
 CounterQuery CounterQuery.withCounterFilters(List<Query.CounterFilterPredicate> counterFilters)
           
 



Copyright © 2013. All Rights Reserved.