Class ExtRepositoryAdapter
java.lang.Object
com.liferay.portal.kernel.repository.BaseRepositoryImpl
com.liferay.document.library.repository.external.ExtRepositoryAdapter
- All Implemented Interfaces:
com.liferay.portal.kernel.repository.BaseRepository
,com.liferay.portal.kernel.repository.capabilities.CapabilityProvider
,com.liferay.portal.kernel.repository.DocumentRepository
,com.liferay.portal.kernel.repository.Repository
public class ExtRepositoryAdapter
extends com.liferay.portal.kernel.repository.BaseRepositoryImpl
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.repository.BaseRepositoryImpl
assetEntryLocalService, companyLocalService, dlAppHelperLocalService, dlFolderLocalService, repositoryEntryLocalService, userLocalService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.model.FileEntry
addFileEntry
(String externalReferenceCode, long userId, long folderId, String fileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, com.liferay.portal.kernel.service.ServiceContext serviceContext) com.liferay.portal.kernel.repository.model.FileShortcut
addFileShortcut
(String externalReferenceCode, long userId, long folderId, long toFileEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) addFolder
(String externalReferenceCode, long userId, long parentFolderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) com.liferay.portal.kernel.repository.model.FileVersion
cancelCheckOut
(long fileEntryId) void
checkInFileEntry
(long userId, long fileEntryId, com.liferay.document.library.kernel.model.DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
checkInFileEntry
(long userId, long fileEntryId, String lockUuid, com.liferay.portal.kernel.service.ServiceContext serviceContext) com.liferay.portal.kernel.repository.model.FileEntry
checkOutFileEntry
(long fileEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) com.liferay.portal.kernel.repository.model.FileEntry
checkOutFileEntry
(long fileEntryId, String owner, long expirationTime, com.liferay.portal.kernel.service.ServiceContext serviceContext) com.liferay.portal.kernel.repository.model.FileEntry
copyFileEntry
(long userId, long groupId, long fileEntryId, long destFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteFileEntry
(long fileEntryId) void
deleteFileShortcut
(long fileShortcutId) void
deleteFileShortcuts
(long toFileEntryId) void
deleteFolder
(long folderId) getContentStream
(ExtRepositoryFileEntryAdapter extRepositoryFileEntryAdapter) getContentStream
(ExtRepositoryFileVersionAdapter extRepositoryFileVersionAdapter) getExtRepositoryFileVersionAdapters
(ExtRepositoryFileEntryAdapter extRepositoryFileEntryAdapter) protected String
getExtRepositoryObjectKey
(long repositoryEntryId) List<com.liferay.portal.kernel.repository.model.FileEntry>
getFileEntries
(long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) List<com.liferay.portal.kernel.repository.model.FileEntry>
getFileEntries
(long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) List<com.liferay.portal.kernel.repository.model.FileEntry>
getFileEntries
(long folderId, long fileEntryTypeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) List<com.liferay.portal.kernel.repository.model.FileEntry>
getFileEntries
(long folderId, String[] mimeTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) int
getFileEntriesCount
(long folderId) int
getFileEntriesCount
(long folderId, int status) int
getFileEntriesCount
(long folderId, long fileEntryTypeId) int
getFileEntriesCount
(long folderId, String[] mimeTypes) getFileEntry
(long fileEntryId) com.liferay.portal.kernel.repository.model.FileEntry
getFileEntry
(long folderId, String title) com.liferay.portal.kernel.repository.model.FileEntry
getFileEntryByUuid
(String uuid) com.liferay.portal.kernel.repository.model.FileShortcut
getFileShortcut
(long fileShortcutId) com.liferay.portal.kernel.repository.model.FileVersion
getFileVersion
(long fileVersionId) getFolder
(long folderId) List<com.liferay.portal.kernel.repository.model.Folder>
getFolders
(long parentFolderId, boolean includeMountFolders, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.Folder> orderByComparator) getFoldersAndFileEntries
(long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) getFoldersAndFileEntries
(long folderId, String[] mimeTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) int
getFoldersAndFileEntriesCount
(long folderId) int
getFoldersAndFileEntriesCount
(long folderId, String[] mimeTypes) int
getFoldersCount
(long parentFolderId, boolean includeMountfolders) int
getFoldersFileEntriesCount
(List<Long> folderIds, int status) getLiferayLogin
(String extRepositoryUserName) List<com.liferay.portal.kernel.repository.model.Folder>
getMountFolders
(long parentFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.Folder> orderByComparator) int
getMountFoldersCount
(long parentFolderId) getParentFolder
(ExtRepositoryObjectAdapter<?> extRepositoryObjectAdapter) List<com.liferay.portal.kernel.repository.model.FileShortcut>
getRepositoryFileShortcuts
(long groupId) getSubfolderIds
(long folderId, boolean recurse) void
getSubfolderIds
(List<Long> folderIds, long folderId) String[][]
void
protected boolean
isCheckedOut
(ExtRepositoryFileEntry extRepositoryFileEntry) com.liferay.portal.kernel.lock.Lock
lockFolder
(long folderId) com.liferay.portal.kernel.lock.Lock
lockFolder
(long folderId, String owner, boolean inheritable, long expirationTime) com.liferay.portal.kernel.repository.model.FileEntry
moveFileEntry
(long userId, long fileEntryId, long newFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) moveFolder
(long userId, long folderId, long newParentFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) com.liferay.portal.kernel.lock.Lock
refreshFileEntryLock
(String lockUuid, long companyId, long expirationTime) com.liferay.portal.kernel.lock.Lock
refreshFolderLock
(String lockUuid, long companyId, long expirationTime) void
revertFileEntry
(long userId, long fileEntryId, String version, com.liferay.portal.kernel.service.ServiceContext serviceContext) com.liferay.portal.kernel.search.Hits
search
(long creatorUserId, int status, int start, int end) com.liferay.portal.kernel.search.Hits
com.liferay.portal.kernel.search.Hits
search
(com.liferay.portal.kernel.search.SearchContext searchContext, com.liferay.portal.kernel.search.Query query) void
unlockFolder
(long folderId, String lockUuid) com.liferay.portal.kernel.repository.model.FileEntry
updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, com.liferay.document.library.kernel.model.DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, com.liferay.portal.kernel.service.ServiceContext serviceContext) com.liferay.portal.kernel.repository.model.FileShortcut
updateFileShortcut
(long userId, long fileShortcutId, long folderId, long toFileEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
updateFileShortcuts
(long oldToFileEntryId, long newToFileEntryId) updateFolder
(long folderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) boolean
verifyFileEntryCheckOut
(long fileEntryId, String lockUuid) boolean
verifyInheritableLock
(long folderId, String lockUuid) Methods inherited from class com.liferay.portal.kernel.repository.BaseRepositoryImpl
addFileEntry, clearManualCheckInRequired, deleteAll, deleteFileEntry, deleteFileVersion, deleteFileVersion, deleteFolder, getCapability, getCompanyId, getFileEntriesAndFileShortcuts, getFileEntriesAndFileShortcutsCount, getFileEntriesAndFileShortcutsCount, getFolders, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersAndFileEntriesAndFileShortcutsCount, getFoldersCount, getGroupId, getLocalRepository, getRepositoryEntry, getRepositoryFileEntries, getRepositoryFileEntries, getRepositoryFileEntriesCount, getRepositoryFileEntriesCount, getRepositoryId, getTypeSettingsProperties, isCapabilityProvided, search, setAssetEntryLocalService, setCompanyId, setCompanyLocalService, setDLAppHelperLocalService, setDLFolderLocalService, setGroupId, setManualCheckInRequired, setRepositoryEntryLocalService, setRepositoryId, setTypeSettingsProperties, setUserLocalService, unlockFolder, updateFileEntry, updateFolder, verifyFileEntryLock
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.repository.DocumentRepository
fetchFileEntry, fetchFileEntryByExternalReferenceCode, fetchFileShortcut, fetchFileShortcutByExternalReferenceCode, fetchFolderByExternalReferenceCode, getFileEntries, getFileEntriesCount, getFileEntryByExternalReferenceCode, getFileEntryByFileName, getFileShortcutByExternalReferenceCode, getFolderByExternalReferenceCode
Methods inherited from interface com.liferay.portal.kernel.repository.Repository
getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount
-
Constructor Details
-
ExtRepositoryAdapter
-
-
Method Details
-
addFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry addFileEntry(String externalReferenceCode, long userId, long folderId, String fileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addFileShortcut
public com.liferay.portal.kernel.repository.model.FileShortcut addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) -
addFolder
public ExtRepositoryFolderAdapter addFolder(String externalReferenceCode, long userId, long parentFolderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addFolder
in interfacecom.liferay.portal.kernel.repository.DocumentRepository
- Specified by:
addFolder
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
cancelCheckOut
public com.liferay.portal.kernel.repository.model.FileVersion cancelCheckOut(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
checkInFileEntry
public void checkInFileEntry(long userId, long fileEntryId, com.liferay.document.library.kernel.model.DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
checkInFileEntry
in interfacecom.liferay.portal.kernel.repository.DocumentRepository
- Specified by:
checkInFileEntry
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
checkInFileEntry
public void checkInFileEntry(long userId, long fileEntryId, String lockUuid, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
checkOutFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry checkOutFileEntry(long fileEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
checkOutFileEntry
in interfacecom.liferay.portal.kernel.repository.Repository
- Specified by:
checkOutFileEntry
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
checkOutFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry checkOutFileEntry(long fileEntryId, String owner, long expirationTime, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
checkOutFileEntry
in interfacecom.liferay.portal.kernel.repository.Repository
- Specified by:
checkOutFileEntry
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
copyFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry copyFileEntry(long userId, long groupId, long fileEntryId, long destFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFileEntry
public void deleteFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFileShortcut
public void deleteFileShortcut(long fileShortcutId) -
deleteFileShortcuts
public void deleteFileShortcuts(long toFileEntryId) -
deleteFolder
public void deleteFolder(long folderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAuthType
-
getContentStream
public InputStream getContentStream(ExtRepositoryFileEntryAdapter extRepositoryFileEntryAdapter) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getContentStream
public InputStream getContentStream(ExtRepositoryFileVersionAdapter extRepositoryFileVersionAdapter) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getExtRepositoryFileVersionAdapters
public List<ExtRepositoryFileVersionAdapter> getExtRepositoryFileVersionAdapters(ExtRepositoryFileEntryAdapter extRepositoryFileEntryAdapter) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getFileEntries(long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getFileEntries(long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getFileEntries(long folderId, long fileEntryTypeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getFileEntries(long folderId, String[] mimeTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntriesCount
public int getFileEntriesCount(long folderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntriesCount
public int getFileEntriesCount(long folderId, int status) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntriesCount
public int getFileEntriesCount(long folderId, long fileEntryTypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntriesCount
public int getFileEntriesCount(long folderId, String[] mimeTypes) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntry
public ExtRepositoryFileEntryAdapter getFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntry(long folderId, String title) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntryByUuid
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntryByUuid(String uuid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileShortcut
public com.liferay.portal.kernel.repository.model.FileShortcut getFileShortcut(long fileShortcutId) -
getFileVersion
public com.liferay.portal.kernel.repository.model.FileVersion getFileVersion(long fileVersionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFolder
public ExtRepositoryFolderAdapter getFolder(long folderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFolder
public ExtRepositoryFolderAdapter getFolder(long parentFolderId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFolders
public List<com.liferay.portal.kernel.repository.model.Folder> getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.Folder> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFoldersAndFileEntries
public List<Object> getFoldersAndFileEntries(long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getFoldersAndFileEntries
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
-
getFoldersAndFileEntries
public List<Object> getFoldersAndFileEntries(long folderId, String[] mimeTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFoldersAndFileEntries
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFoldersAndFileEntriesCount
public int getFoldersAndFileEntriesCount(long folderId) - Specified by:
getFoldersAndFileEntriesCount
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
-
getFoldersAndFileEntriesCount
public int getFoldersAndFileEntriesCount(long folderId, String[] mimeTypes) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFoldersAndFileEntriesCount
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFoldersCount
public int getFoldersCount(long parentFolderId, boolean includeMountfolders) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFoldersFileEntriesCount
public int getFoldersFileEntriesCount(List<Long> folderIds, int status) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLiferayLogin
-
getMountFolders
public List<com.liferay.portal.kernel.repository.model.Folder> getMountFolders(long parentFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.Folder> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMountFoldersCount
public int getMountFoldersCount(long parentFolderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getParentFolder
public ExtRepositoryFolderAdapter getParentFolder(ExtRepositoryObjectAdapter<?> extRepositoryObjectAdapter) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRepositoryFileShortcuts
public List<com.liferay.portal.kernel.repository.model.FileShortcut> getRepositoryFileShortcuts(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSubfolderIds
public void getSubfolderIds(List<Long> folderIds, long folderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSubfolderIds
public List<Long> getSubfolderIds(long folderId, boolean recurse) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSupportedParameters
- Specified by:
getSupportedParameters
in interfacecom.liferay.portal.kernel.repository.BaseRepository
- Overrides:
getSupportedParameters
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
-
initRepository
public void initRepository() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
initRepository
in interfacecom.liferay.portal.kernel.repository.BaseRepository
- Specified by:
initRepository
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
lockFolder
public com.liferay.portal.kernel.lock.Lock lockFolder(long folderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
lockFolder
public com.liferay.portal.kernel.lock.Lock lockFolder(long folderId, String owner, boolean inheritable, long expirationTime) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry moveFileEntry(long userId, long fileEntryId, long newFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveFolder
public ExtRepositoryFolderAdapter moveFolder(long userId, long folderId, long newParentFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
refreshFileEntryLock
public com.liferay.portal.kernel.lock.Lock refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
refreshFolderLock
public com.liferay.portal.kernel.lock.Lock refreshFolderLock(String lockUuid, long companyId, long expirationTime) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
revertFileEntry
public void revertFileEntry(long userId, long fileEntryId, String version, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public com.liferay.portal.kernel.search.Hits search(long creatorUserId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public com.liferay.portal.kernel.search.Hits search(long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public com.liferay.portal.kernel.search.Hits search(com.liferay.portal.kernel.search.SearchContext searchContext, com.liferay.portal.kernel.search.Query query) throws com.liferay.portal.kernel.search.SearchException - Throws:
com.liferay.portal.kernel.search.SearchException
-
unlockFolder
public void unlockFolder(long folderId, String lockUuid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, com.liferay.document.library.kernel.model.DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFileEntry
in interfacecom.liferay.portal.kernel.repository.DocumentRepository
- Specified by:
updateFileEntry
in classcom.liferay.portal.kernel.repository.BaseRepositoryImpl
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFileShortcut
public com.liferay.portal.kernel.repository.model.FileShortcut updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) -
updateFileShortcuts
public void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) -
updateFolder
public ExtRepositoryFolderAdapter updateFolder(long folderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
verifyFileEntryCheckOut
public boolean verifyFileEntryCheckOut(long fileEntryId, String lockUuid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
verifyInheritableLock
public boolean verifyInheritableLock(long folderId, String lockUuid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getExtRepositoryObjectKey
protected String getExtRepositoryObjectKey(long repositoryEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
isCheckedOut
-