public interface DLFileEntryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
DLFileVersionSoap |
cancelCheckOut(long fileEntryId) |
void |
checkInFileEntry(long fileEntryId,
boolean major,
java.lang.String changeLog,
ServiceContext serviceContext) |
void |
checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext) |
DLFileEntrySoap |
checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext) |
DLFileEntrySoap |
checkOutFileEntry(long fileEntryId,
java.lang.String owner,
long expirationTime,
ServiceContext serviceContext) |
DLFileEntrySoap |
copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
void |
deleteFileEntry(long fileEntryId) |
void |
deleteFileEntry(long groupId,
long folderId,
java.lang.String title) |
void |
deleteFileVersion(long fileEntryId,
java.lang.String version) |
DLFileEntrySoap |
fetchFileEntryByImageId(long imageId) |
DLFileEntrySoap[] |
getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getFileEntries(long groupId,
long folderId,
java.lang.String[] mimeTypes,
int start,
int end,
OrderByComparator obc) |
int |
getFileEntriesCount(long groupId,
long folderId) |
int |
getFileEntriesCount(long groupId,
long folderId,
int status) |
int |
getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId) |
int |
getFileEntriesCount(long groupId,
long folderId,
java.lang.String[] mimeTypes) |
DLFileEntrySoap |
getFileEntry(long fileEntryId) |
DLFileEntrySoap |
getFileEntry(long groupId,
long folderId,
java.lang.String title) |
DLFileEntrySoap |
getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
java.lang.Object |
getFileEntryLock(long fileEntryId) |
int |
getFoldersFileEntriesCount(long groupId,
long[] folderIds,
int status) |
DLFileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long repositoryId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status) |
boolean |
hasFileEntryLock(long fileEntryId) |
boolean |
isFileEntryCheckedOut(long fileEntryId) |
boolean |
isKeepFileVersionLabel(long fileEntryId,
ServiceContext serviceContext) |
DLFileEntrySoap |
moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext) |
java.lang.Object |
refreshFileEntryLock(java.lang.String lockUuid,
long companyId,
long expirationTime) |
void |
revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext) |
boolean |
verifyFileEntryCheckOut(long fileEntryId,
java.lang.String lockUuid) |
boolean |
verifyFileEntryLock(long fileEntryId,
java.lang.String lockUuid) |
DLFileVersionSoap cancelCheckOut(long fileEntryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid checkInFileEntry(long fileEntryId,
boolean major,
java.lang.String changeLog,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap checkOutFileEntry(long fileEntryId, java.lang.String owner, long expirationTime, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFileEntry(long fileEntryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFileEntry(long groupId,
long folderId,
java.lang.String title)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFileVersion(long fileEntryId,
java.lang.String version)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap fetchFileEntryByImageId(long imageId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileEntriesCount(long groupId,
long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileEntriesCount(long groupId,
long folderId,
java.lang.String[] mimeTypes)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileEntriesCount(long groupId,
long folderId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap[] getFileEntries(long groupId, long folderId, java.lang.String[] mimeTypes, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap[] getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap[] getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap[] getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap getFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object getFileEntryLock(long fileEntryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap getFileEntry(long fileEntryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap getFileEntry(long groupId, long folderId, java.lang.String title) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFoldersFileEntriesCount(long groupId,
long[] folderIds,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupFileEntriesCount(long groupId,
long userId,
long repositoryId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long rootFolderId, java.lang.String[] mimeTypes, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, java.lang.String[] mimeTypes, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean hasFileEntryLock(long fileEntryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isFileEntryCheckedOut(long fileEntryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isKeepFileVersionLabel(long fileEntryId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileEntrySoap moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object refreshFileEntryLock(java.lang.String lockUuid,
long companyId,
long expirationTime)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean verifyFileEntryCheckOut(long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean verifyFileEntryLock(long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
java.rmi.RemoteException