public class DdlrecordversionService extends BaseService
session| Constructor and Description |
|---|
DdlrecordversionService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getRecordVersion(long recordVersionId) |
org.json.JSONObject |
getRecordVersion(long recordId,
java.lang.String version) |
org.json.JSONArray |
getRecordVersions(long recordId) |
org.json.JSONArray |
getRecordVersions(long recordId,
int start,
int end,
JSONObjectWrapper orderByComparator) |
java.lang.Integer |
getRecordVersionsCount(long recordId) |
checkNull, getSession, mangleWrapper, setSession, toStringpublic DdlrecordversionService(Session session)
public org.json.JSONObject getRecordVersion(long recordId,
java.lang.String version)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getRecordVersion(long recordVersionId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getRecordVersions(long recordId,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getRecordVersions(long recordId)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getRecordVersionsCount(long recordId)
throws java.lang.Exception
java.lang.Exception