|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SMObject | |
|---|---|
| com.stackmob.sdkapi | |
| Uses of SMObject in com.stackmob.sdkapi |
|---|
| Methods in com.stackmob.sdkapi that return SMObject | |
|---|---|
SMObject |
DataService.addRelatedObjects(String schema,
SMValue objectId,
String relation,
List<? extends SMValue> relatedIds)
Adds the specified IDs to the specified relationship |
SMObject |
DataService.addRelatedObjects(String schema,
SMValue objectId,
String relation,
SMList relatedIds)
Adds the specified IDs to the specified relationship |
SMObject |
DataService.createObject(String schema,
SMObject toCreate)
Creates a new object in the datastore. |
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. |
| Methods in com.stackmob.sdkapi that return types with arguments of type SMObject | |
|---|---|
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. |
| Methods in com.stackmob.sdkapi with parameters of type SMObject | |
|---|---|
SMObject |
DataService.createObject(String schema,
SMObject toCreate)
Creates a new object in the datastore. |
| Method parameters in com.stackmob.sdkapi with type arguments of type SMObject | |
|---|---|
BulkResult |
DataService.createRelatedObjects(String schema,
SMValue objectId,
String relatedField,
List<SMObject> relatedObjectsToCreate)
Creates a number of new objects in the datastore. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||