public interface DLAppServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
FileEntrySoap |
addFileEntry(long repositoryId,
long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
byte[] bytes,
ServiceContext serviceContext) |
FolderSoap |
addFolder(long repositoryId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void |
cancelCheckOut(long fileEntryId) |
void |
checkInFileEntry(long fileEntryId,
boolean majorVersion,
java.lang.String changeLog,
ServiceContext serviceContext) |
void |
checkInFileEntry(long fileEntryId,
java.lang.String lockUuid) |
void |
checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext) |
void |
checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext) |
FileEntrySoap |
checkOutFileEntry(long fileEntryId,
java.lang.String owner,
long expirationTime,
ServiceContext serviceContext) |
FolderSoap |
copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteFileEntry(long fileEntryId) |
void |
deleteFileEntryByTitle(long repositoryId,
long folderId,
java.lang.String title) |
void |
deleteFileShortcut(long fileShortcutId) |
void |
deleteFileVersion(long fileEntryId,
java.lang.String version) |
void |
deleteFolder(long folderId) |
void |
deleteFolder(long repositoryId,
long parentFolderId,
java.lang.String name) |
void |
deleteTempFileEntry(long groupId,
long folderId,
java.lang.String folderName,
java.lang.String fileName) |
FileEntrySoap[] |
getFileEntries(long repositoryId,
long folderId) |
FileEntrySoap[] |
getFileEntries(long repositoryId,
long folderId,
int start,
int end) |
FileEntrySoap[] |
getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator obc) |
FileEntrySoap[] |
getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId) |
FileEntrySoap[] |
getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end) |
FileEntrySoap[] |
getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc) |
FileEntrySoap[] |
getFileEntries(long repositoryId,
long folderId,
java.lang.String[] mimeTypes) |
FileEntrySoap[] |
getFileEntries(long repositoryId,
long folderId,
java.lang.String[] mimeTypes,
int start,
int end,
OrderByComparator obc) |
int |
getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status) |
int |
getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
java.lang.String[] mimeTypes) |
int |
getFileEntriesCount(long repositoryId,
long folderId) |
int |
getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId) |
int |
getFileEntriesCount(long repositoryId,
long folderId,
java.lang.String[] mimeTypes) |
FileEntrySoap |
getFileEntry(long fileEntryId) |
FileEntrySoap |
getFileEntry(long groupId,
long folderId,
java.lang.String title) |
FileEntrySoap |
getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
FolderSoap |
getFolder(long folderId) |
FolderSoap |
getFolder(long repositoryId,
long parentFolderId,
java.lang.String name) |
FolderSoap[] |
getFolders(long repositoryId,
long parentFolderId) |
FolderSoap[] |
getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders) |
FolderSoap[] |
getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end) |
FolderSoap[] |
getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc) |
FolderSoap[] |
getFolders(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc) |
FolderSoap[] |
getFolders(long repositoryId,
long parentFolderId,
int start,
int end) |
FolderSoap[] |
getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc) |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
boolean includeMountFolders) |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders) |
int |
getFoldersCount(long repositoryId,
long parentFolderId) |
int |
getFoldersCount(long repositoryId,
long parentFolderId,
boolean includeMountFolders) |
int |
getFoldersCount(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders) |
int |
getFoldersFileEntriesCount(long repositoryId,
long[] folderIds,
int status) |
FileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
int start,
int end) |
FileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc) |
FileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end) |
FileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc) |
FileEntrySoap[] |
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) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status) |
FolderSoap[] |
getMountFolders(long repositoryId,
long parentFolderId) |
FolderSoap[] |
getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end) |
FolderSoap[] |
getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc) |
int |
getMountFoldersCount(long repositoryId,
long parentFolderId) |
long[] |
getSubfolderIds(long repositoryId,
long folderId) |
void |
getSubfolderIds(long repositoryId,
long[] folderIds,
long folderId) |
long[] |
getSubfolderIds(long repositoryId,
long folderId,
boolean recurse) |
java.lang.String[] |
getTempFileNames(long groupId,
long folderId,
java.lang.String folderName) |
java.lang.Object |
lockFolder(long repositoryId,
long folderId) |
java.lang.Object |
lockFolder(long repositoryId,
long folderId,
java.lang.String owner,
boolean inheritable,
long expirationTime) |
FileEntrySoap |
moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext) |
FolderSoap |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext) |
java.lang.Object |
refreshFileEntryLock(java.lang.String lockUuid,
long companyId,
long expirationTime) |
java.lang.Object |
refreshFolderLock(java.lang.String lockUuid,
long companyId,
long expirationTime) |
void |
revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext) |
void |
subscribeFileEntryType(long groupId,
long fileEntryTypeId) |
void |
subscribeFolder(long groupId,
long folderId) |
void |
unlockFileEntry(long fileEntryId) |
void |
unlockFileEntry(long fileEntryId,
java.lang.String lockUuid) |
void |
unlockFolder(long repositoryId,
long folderId,
java.lang.String lockUuid) |
void |
unlockFolder(long repositoryId,
long parentFolderId,
java.lang.String name,
java.lang.String lockUuid) |
void |
unsubscribeFileEntryType(long groupId,
long fileEntryTypeId) |
void |
unsubscribeFolder(long groupId,
long folderId) |
FileEntrySoap |
updateFileEntry(long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext) |
FolderSoap |
updateFolder(long folderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
boolean |
verifyFileEntryCheckOut(long repositoryId,
long fileEntryId,
java.lang.String lockUuid) |
boolean |
verifyFileEntryLock(long repositoryId,
long fileEntryId,
java.lang.String lockUuid) |
boolean |
verifyInheritableLock(long repositoryId,
long folderId,
java.lang.String lockUuid) |
FileEntrySoap addFileEntry(long repositoryId, long folderId, java.lang.String sourceFileName, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String changeLog, byte[] bytes, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap addFolder(long repositoryId, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid cancelCheckOut(long fileEntryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid checkInFileEntry(long fileEntryId,
boolean majorVersion,
java.lang.String changeLog,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid checkInFileEntry(long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap checkOutFileEntry(long fileEntryId, java.lang.String owner, long expirationTime, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFileEntryByTitle(long repositoryId,
long folderId,
java.lang.String title)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFileEntry(long fileEntryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFileShortcut(long fileShortcutId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFileVersion(long fileEntryId,
java.lang.String version)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFolder(long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFolder(long repositoryId,
long parentFolderId,
java.lang.String name)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteTempFileEntry(long groupId,
long folderId,
java.lang.String folderName,
java.lang.String fileName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
java.lang.String[] mimeTypes)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileEntriesCount(long repositoryId,
long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileEntriesCount(long repositoryId,
long folderId,
java.lang.String[] mimeTypes)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getFileEntries(long repositoryId, long folderId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getFileEntries(long repositoryId, long folderId, java.lang.String[] mimeTypes) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getFileEntries(long repositoryId, long folderId, java.lang.String[] mimeTypes, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getFileEntries(long repositoryId, long folderId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getFileEntries(long repositoryId, long folderId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getFileEntries(long repositoryId, long folderId, long fileEntryTypeId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap getFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap getFileEntry(long fileEntryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap getFileEntry(long groupId, long folderId, java.lang.String title) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap getFolder(long folderId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap getFolder(long repositoryId, long parentFolderId, java.lang.String name) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
boolean includeMountFolders)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFoldersCount(long repositoryId,
long parentFolderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFoldersCount(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFoldersCount(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFoldersFileEntriesCount(long repositoryId,
long[] folderIds,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getFolders(long repositoryId, long parentFolderId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getFolders(long repositoryId, long parentFolderId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupFileEntriesCount(long groupId,
long userId)
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.RemoteExceptionFileEntrySoap[] getGroupFileEntries(long groupId, long userId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] 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.RemoteExceptionFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getMountFoldersCount(long repositoryId,
long parentFolderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getMountFolders(long repositoryId, long parentFolderId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getMountFolders(long repositoryId, long parentFolderId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap[] getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid getSubfolderIds(long repositoryId,
long[] folderIds,
long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong[] getSubfolderIds(long repositoryId,
long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong[] getSubfolderIds(long repositoryId,
long folderId,
boolean recurse)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getTempFileNames(long groupId,
long folderId,
java.lang.String folderName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object lockFolder(long repositoryId,
long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object lockFolder(long repositoryId,
long folderId,
java.lang.String owner,
boolean inheritable,
long expirationTime)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap moveFolder(long folderId, long parentFolderId, 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.RemoteExceptionjava.lang.Object refreshFolderLock(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.RemoteExceptionvoid subscribeFileEntryType(long groupId,
long fileEntryTypeId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid subscribeFolder(long groupId,
long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unlockFileEntry(long fileEntryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unlockFileEntry(long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unlockFolder(long repositoryId,
long folderId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unlockFolder(long repositoryId,
long parentFolderId,
java.lang.String name,
java.lang.String lockUuid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsubscribeFileEntryType(long groupId,
long fileEntryTypeId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsubscribeFolder(long groupId,
long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap updateFileEntry(long fileEntryId, java.lang.String sourceFileName, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String changeLog, boolean majorVersion, byte[] bytes, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap updateFolder(long folderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean verifyFileEntryCheckOut(long repositoryId,
long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean verifyFileEntryLock(long repositoryId,
long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean verifyInheritableLock(long repositoryId,
long folderId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
java.rmi.RemoteException