Uses of Class
com.stackmob.sdkapi.SMCondition

Packages that use SMCondition
com.stackmob.sdkapi   
 

Uses of SMCondition in com.stackmob.sdkapi
 

Subclasses of SMCondition in com.stackmob.sdkapi
 class SMEquals
           
 class SMIn
           
 

Method parameters in com.stackmob.sdkapi with type arguments of type SMCondition
 List<SMObject> DataService.readObjects(String schema, List<SMCondition> conditions)
          Reads a list of objects matching the given query fields from the datastore.
 List<SMObject> DataService.readObjects(String schema, List<SMCondition> conditions, List<String> fields)
          Reads a list of objects matching the given query fields from the datastore, returning only the specified fields
 void DataService.updateObjects(String schema, List<SMCondition> conditions, List<SMUpdate> updateActions)
          Updates all objects matching the given query in the datastore
 



Copyright © 2012 StackMob. All Rights Reserved.