| Package | Description |
|---|---|
| org.doktorodata.ohdata.client.base | |
| org.doktorodata.ohdata.client.entityaccess |
| Modifier and Type | Method and Description |
|---|---|
OhResult |
OhCaller.createEntry(String entitySetName,
org.json.JSONObject json) |
OhResult |
OhCaller.deleteEntry(String entityName,
Object id) |
OhResult |
OhCaller.readEntry(String entitySetName,
Object keyValue) |
OhResult |
OhCaller.readEntry(String entitySetName,
Object keyValue,
OhQuery query) |
OhResult |
OhCaller.readFeed(String entitySetName,
OhQuery query) |
OhResult |
OhCaller.updateEntry(String entitySetName,
Object id,
org.json.JSONObject json) |
| Constructor and Description |
|---|
OhEntityResult(OhResult result) |
Copyright © 2017 Peter Helmich. All rights reserved.