com.liferay.client.soap.portlet.documentlibrary.service.http
Interface DLAppServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_DL_DLAppServiceSoapBindingImpl, Portlet_DL_DLAppServiceSoapBindingStub
public interface DLAppServiceSoap
- extends java.rmi.Remote
|
Method Summary |
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)
|
DLFileShortcutSoap |
addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
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 |
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 fileName,
java.lang.String tempFolderName)
|
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)
|
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)
|
FileEntrySoap |
getFileEntry(long fileEntryId)
|
FileEntrySoap |
getFileEntry(long groupId,
long folderId,
java.lang.String title)
|
FileEntrySoap |
getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
DLFileShortcutSoap |
getFileShortcut(long fileShortcutId)
|
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 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 |
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)
|
java.lang.Long[] |
getSubfolderIds(long repositoryId,
long[] folderIds,
long folderId)
|
void |
getSubfolderIds(long repositoryId,
long folderId,
boolean recurse)
|
java.lang.String[] |
getTempFileEntryNames(long groupId,
long folderId,
java.lang.String tempFolderName)
|
FileEntrySoap |
moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FolderSoap |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
void |
revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext)
|
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)
|
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)
|
DLFileShortcutSoap |
updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
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)
|
addFileEntry
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
- Throws:
java.rmi.RemoteException
addFileShortcut
DLFileShortcutSoap addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addFolder
FolderSoap addFolder(long repositoryId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
cancelCheckOut
void cancelCheckOut(long fileEntryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
checkInFileEntry
void checkInFileEntry(long fileEntryId,
boolean majorVersion,
java.lang.String changeLog,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
checkInFileEntry
void checkInFileEntry(long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
checkOutFileEntry
void checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
checkOutFileEntry
FileEntrySoap checkOutFileEntry(long fileEntryId,
java.lang.String owner,
long expirationTime,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
copyFolder
FolderSoap copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteFileEntryByTitle
void deleteFileEntryByTitle(long repositoryId,
long folderId,
java.lang.String title)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteFileEntry
void deleteFileEntry(long fileEntryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteFileShortcut
void deleteFileShortcut(long fileShortcutId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteFileVersion
void deleteFileVersion(long fileEntryId,
java.lang.String version)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteFolder
void deleteFolder(long folderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteFolder
void deleteFolder(long repositoryId,
long parentFolderId,
java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteTempFileEntry
void deleteTempFileEntry(long groupId,
long folderId,
java.lang.String fileName,
java.lang.String tempFolderName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntriesAndFileShortcutsCount
int getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntriesAndFileShortcutsCount
int getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
java.lang.String[] mimeTypes)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntriesCount
int getFileEntriesCount(long repositoryId,
long folderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntriesCount
int getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntries
FileEntrySoap[] getFileEntries(long repositoryId,
long folderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntries
FileEntrySoap[] getFileEntries(long repositoryId,
long folderId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntries
FileEntrySoap[] getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntries
FileEntrySoap[] getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntries
FileEntrySoap[] getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntries
FileEntrySoap[] getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntryByUuidAndGroupId
FileEntrySoap getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntry
FileEntrySoap getFileEntry(long fileEntryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntry
FileEntrySoap getFileEntry(long groupId,
long folderId,
java.lang.String title)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileShortcut
DLFileShortcutSoap getFileShortcut(long fileShortcutId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFolder
FolderSoap getFolder(long folderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFolder
FolderSoap getFolder(long repositoryId,
long parentFolderId,
java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFoldersAndFileEntriesAndFileShortcutsCount
int getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFoldersAndFileEntriesAndFileShortcutsCount
int getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
boolean includeMountFolders)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFoldersCount
int getFoldersCount(long repositoryId,
long parentFolderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFoldersCount
int getFoldersCount(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFoldersFileEntriesCount
int getFoldersFileEntriesCount(long repositoryId,
long[] folderIds,
int status)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFolders
FolderSoap[] getFolders(long repositoryId,
long parentFolderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFolders
FolderSoap[] getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFolders
FolderSoap[] getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFolders
FolderSoap[] getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFolders
FolderSoap[] getFolders(long repositoryId,
long parentFolderId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFolders
FolderSoap[] getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupFileEntriesCount
int getGroupFileEntriesCount(long groupId,
long userId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupFileEntriesCount
int getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupFileEntriesCount
int getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupFileEntries
FileEntrySoap[] getGroupFileEntries(long groupId,
long userId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupFileEntries
FileEntrySoap[] getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupFileEntries
FileEntrySoap[] getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupFileEntries
FileEntrySoap[] getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupFileEntries
FileEntrySoap[] getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMountFoldersCount
int getMountFoldersCount(long repositoryId,
long parentFolderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMountFolders
FolderSoap[] getMountFolders(long repositoryId,
long parentFolderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMountFolders
FolderSoap[] getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMountFolders
FolderSoap[] getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSubfolderIds
java.lang.Long[] getSubfolderIds(long repositoryId,
long[] folderIds,
long folderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSubfolderIds
long[] getSubfolderIds(long repositoryId,
long folderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSubfolderIds
void getSubfolderIds(long repositoryId,
long folderId,
boolean recurse)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTempFileEntryNames
java.lang.String[] getTempFileEntryNames(long groupId,
long folderId,
java.lang.String tempFolderName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
moveFileEntry
FileEntrySoap moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
moveFolder
FolderSoap moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
revertFileEntry
void revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unlockFileEntry
void unlockFileEntry(long fileEntryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unlockFileEntry
void unlockFileEntry(long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unlockFolder
void unlockFolder(long repositoryId,
long folderId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unlockFolder
void unlockFolder(long repositoryId,
long parentFolderId,
java.lang.String name,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateFileEntry
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)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateFileShortcut
DLFileShortcutSoap updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateFolder
FolderSoap updateFolder(long folderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
verifyFileEntryCheckOut
boolean verifyFileEntryCheckOut(long repositoryId,
long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
verifyFileEntryLock
boolean verifyFileEntryLock(long repositoryId,
long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
verifyInheritableLock
boolean verifyInheritableLock(long repositoryId,
long folderId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException