com.qualcommlabs.usercontext.protocol
Class QueryForAnyAttributes

java.lang.Object
  extended by com.qualcommlabs.usercontext.protocol.QueryForAnyAttributes
All Implemented Interfaces:
Query

public class QueryForAnyAttributes
extends Object
implements Query

Filters based on keys and values. This query filters data that has any of the key/value combinations.


Constructor Summary
QueryForAnyAttributes()
           
 
Method Summary
 void whereAttributeContains(String key, String value)
          Adds string value for a key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryForAnyAttributes

public QueryForAnyAttributes()
Method Detail

whereAttributeContains

public void whereAttributeContains(String key,
                                   String value)
Adds string value for a key.

Parameters:
key - the key
value - the value
Throws:
IllegalArgumentException - Key or Value is null


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.