public interface DLFileVersionServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
DLFileVersionSoap |
getFileVersion(long fileVersionId) |
DLFileVersionSoap[] |
getFileVersions(long fileEntryId,
int status) |
int |
getFileVersionsCount(long fileEntryId,
int status) |
DLFileVersionSoap |
getLatestFileVersion(long fileEntryId) |
DLFileVersionSoap getFileVersion(long fileVersionId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileVersionsCount(long fileEntryId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileVersionSoap[] getFileVersions(long fileEntryId, int status) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileVersionSoap getLatestFileVersion(long fileEntryId) throws java.rmi.RemoteException
java.rmi.RemoteException