|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SMCondition | |
|---|---|
| com.stackmob.sdkapi | |
| Uses of SMCondition in com.stackmob.sdkapi |
|---|
| Subclasses of SMCondition in com.stackmob.sdkapi | |
|---|---|
class |
SMEquals
|
class |
SMGreater
A "greater than" query |
class |
SMGreaterOrEqual
A "greater than or equal to" query |
class |
SMIn
An "in" query |
class |
SMIsNull
|
class |
SMLess
A "less than" query |
class |
SMLessOrEqual
A "less than or equal to" query |
class |
SMNear
A "near" query. |
class |
SMNotEqual
|
class |
SMWithin
A "within" query |
class |
SMWithinBox
A "within" query for searching within a rectangular area |
| 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,
int expandDepth)
Reads a list of objects matching the given query fields from the datastore, expanding relationships. |
List<SMObject> |
DataService.readObjects(String schema,
List<SMCondition> conditions,
int expandDepth,
ResultFilters resultFilters)
Reads a list of objects matching the given query fields from the datastore subject to several conditions. |
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. |
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. |
void |
DataService.updateObjects(String schema,
List<SMCondition> conditions,
List<SMUpdate> updateActions)
Updates all objects matching the given query in the datastore |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||