public class DdmstructureversionService
extends BaseService
| Constructor and Description |
|---|
DdmstructureversionService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getLatestStructureVersion(long structureId) |
org.json.JSONObject |
getStructureVersion(long structureVersionId) |
org.json.JSONArray |
getStructureVersions(long structureId,
int start,
int end,
JSONObjectWrapper orderByComparator) |
java.lang.Integer |
getStructureVersionsCount(long structureId) |
public org.json.JSONObject getLatestStructureVersion(long structureId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getStructureVersion(long structureVersionId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getStructureVersions(long structureId,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getStructureVersionsCount(long structureId)
throws java.lang.Exception
java.lang.Exception