public class DLFileVersionService
extends BaseService
| Constructor and Description |
|---|
DLFileVersionService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getFileVersion(long fileVersionId) |
org.json.JSONArray |
getFileVersions(long fileEntryId,
int status) |
java.lang.Integer |
getFileVersionsCount(long fileEntryId,
int status) |
org.json.JSONObject |
getLatestFileVersion(long fileEntryId) |
public org.json.JSONObject getFileVersion(long fileVersionId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getFileVersions(long fileEntryId,
int status)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getFileVersionsCount(long fileEntryId,
int status)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getLatestFileVersion(long fileEntryId)
throws java.lang.Exception
java.lang.Exception