Uses of Class
com.stackmob.sdkapi.SMUpdate

Packages that use SMUpdate
com.stackmob.sdkapi   
 

Uses of SMUpdate in com.stackmob.sdkapi
 

Subclasses of SMUpdate in com.stackmob.sdkapi
 class SMSet
          A "set" update action.
 

Method parameters in com.stackmob.sdkapi with type arguments of type SMUpdate
 SMObject DataService.updateObject(String schema, SMValue id, List<SMCondition> conditions, List<SMUpdate> updateActions)
          Updates an object in the datastore, if and only if it meets additional conditions.
 SMObject DataService.updateObject(String schema, SMValue id, List<SMUpdate> updateActions)
          Updates an object in the datastore.
 SMObject DataService.updateObject(String schema, String id, List<SMUpdate> updateActions)
          Updates an object in the datastore.
 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.