public class DdlrecordsetversionService
extends BaseService
| Constructor and Description |
|---|
DdlrecordsetversionService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getLatestRecordSetVersion(long recordSetId) |
org.json.JSONObject |
getRecordSetVersion(long recordSetVersionId) |
org.json.JSONArray |
getRecordSetVersions(long recordSetId,
int start,
int end,
JSONObjectWrapper orderByComparator) |
java.lang.Integer |
getRecordSetVersionsCount(long recordSetId) |
public org.json.JSONObject getLatestRecordSetVersion(long recordSetId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getRecordSetVersion(long recordSetVersionId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getRecordSetVersions(long recordSetId,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getRecordSetVersionsCount(long recordSetId)
throws java.lang.Exception
java.lang.Exception