Uses of Interface
com.liferay.portal.kernel.repository.model.FileEntry
Packages that use FileEntry
Package
Description
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet utility interfaces and classes.
This package defines the portal repository proxy beans.
This package defines the portal service interfaces and classes.
This package defines the kernel utility interfaces and classes.
-
Uses of FileEntry in com.liferay.document.library.kernel.processor
Methods in com.liferay.document.library.kernel.processor with parameters of type FileEntryModifier and TypeMethodDescriptionvoid
Cleans up any resources that the processor created for the file entry.void
static void
void
static void
void
static void
void
AudioProcessor.exportGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement) void
DLProcessor.exportGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement) Exports any resources generated for the file entry into file entry element.void
DLProcessorHelper.exportGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement) static void
DLProcessorHelperUtil.exportGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement) void
ImageProcessor.exportGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement) void
PDFProcessor.exportGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement) void
VideoProcessor.exportGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement) void
AudioProcessor.importGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement) void
DLProcessor.importGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement) Imports any existing resources from the file entry or file entry element.void
DLProcessorHelper.importGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement) static void
DLProcessorHelperUtil.importGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement) void
ImageProcessor.importGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement) void
PDFProcessor.importGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement) void
VideoProcessor.importGeneratedFiles
(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement) void
DLProcessorHelper.trigger
(FileEntry fileEntry, FileVersion fileVersion) void
DLProcessorHelper.trigger
(FileEntry fileEntry, FileVersion fileVersion, boolean trusted) static void
DLProcessorHelperUtil.trigger
(FileEntry fileEntry, FileVersion fileVersion) static void
DLProcessorHelperUtil.trigger
(FileEntry fileEntry, FileVersion fileVersion, boolean trusted) -
Uses of FileEntry in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service that return FileEntryModifier and TypeMethodDescriptionDLAppLocalService.addFileEntry
(long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.DLAppLocalService.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppLocalService.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on a byte array.DLAppLocalService.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on aFile
object.DLAppLocalService.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on anInputStream
object.static FileEntry
DLAppLocalServiceUtil.addFileEntry
(long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.static FileEntry
DLAppLocalServiceUtil.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static FileEntry
DLAppLocalServiceUtil.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on a byte array.static FileEntry
DLAppLocalServiceUtil.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on aFile
object.static FileEntry
DLAppLocalServiceUtil.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on anInputStream
object.DLAppLocalServiceWrapper.addFileEntry
(long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.DLAppLocalServiceWrapper.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppLocalServiceWrapper.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on a byte array.DLAppLocalServiceWrapper.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on aFile
object.DLAppLocalServiceWrapper.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on anInputStream
object.DLAppService.addFileEntry
(long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLAppService.addFileEntry(String, long, long, String, String, String, String, String, String, File, Date, Date, Date, ServiceContext)
DLAppService.addFileEntry
(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppService.addFileEntry
(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppService.addFileEntry
(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.static FileEntry
DLAppServiceUtil.addFileEntry
(long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLAppServiceUtil.addFileEntry(String, long, long, String, String, String, String, String, String, File, Date, Date, Date, ServiceContext)
static FileEntry
DLAppServiceUtil.addFileEntry
(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.static FileEntry
DLAppServiceUtil.addFileEntry
(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.static FileEntry
DLAppServiceUtil.addFileEntry
(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppServiceWrapper.addFileEntry
(long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLAppServiceWrapper.addFileEntry(String, long, long, String, String, String, String, String, String, File, Date, Date, Date, ServiceContext)
DLAppServiceWrapper.addFileEntry
(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppServiceWrapper.addFileEntry
(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppServiceWrapper.addFileEntry
(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppService.addTempFileEntry
(long groupId, long folderId, String folderName, String fileName, File file, String mimeType) Adds a temporary file entry.DLAppService.addTempFileEntry
(long groupId, long folderId, String folderName, String fileName, InputStream inputStream, String mimeType) Adds a temporary file entry.static FileEntry
DLAppServiceUtil.addTempFileEntry
(long groupId, long folderId, String folderName, String fileName, File file, String mimeType) Adds a temporary file entry.static FileEntry
DLAppServiceUtil.addTempFileEntry
(long groupId, long folderId, String folderName, String fileName, InputStream inputStream, String mimeType) Adds a temporary file entry.DLAppServiceWrapper.addTempFileEntry
(long groupId, long folderId, String folderName, String fileName, File file, String mimeType) Adds a temporary file entry.DLAppServiceWrapper.addTempFileEntry
(long groupId, long folderId, String folderName, String fileName, InputStream inputStream, String mimeType) Adds a temporary file entry.DLAppService.checkOutFileEntry
(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) Checks out the file entry.static FileEntry
DLAppServiceUtil.checkOutFileEntry
(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) Checks out the file entry.DLAppServiceWrapper.checkOutFileEntry
(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) Checks out the file entry.DLAppService.copyFileEntry
(long fileEntryId, long destinationFolderId, long destinationRepositoryId, long fileEntryTypeId, long[] groupIds, ServiceContext serviceContext) static FileEntry
DLAppServiceUtil.copyFileEntry
(long fileEntryId, long destinationFolderId, long destinationRepositoryId, long fileEntryTypeId, long[] groupIds, ServiceContext serviceContext) DLAppServiceWrapper.copyFileEntry
(long fileEntryId, long destinationFolderId, long destinationRepositoryId, long fileEntryTypeId, long[] groupIds, ServiceContext serviceContext) DLAppLocalService.fetchFileEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) Returns the document library file entry with the matching external reference code and group.static FileEntry
DLAppLocalServiceUtil.fetchFileEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) Returns the document library file entry with the matching external reference code and group.DLAppLocalServiceWrapper.fetchFileEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) Returns the document library file entry with the matching external reference code and group.DLAppLocalService.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.DLAppLocalService.getFileEntry
(long groupId, long folderId, String title) Returns the file entry with the title in the folder.static FileEntry
DLAppLocalServiceUtil.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.static FileEntry
DLAppLocalServiceUtil.getFileEntry
(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLAppLocalServiceWrapper.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.DLAppLocalServiceWrapper.getFileEntry
(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLAppService.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.DLAppService.getFileEntry
(long groupId, long folderId, String title) Returns the file entry with the title in the folder.static FileEntry
DLAppServiceUtil.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.static FileEntry
DLAppServiceUtil.getFileEntry
(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLAppServiceWrapper.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.DLAppServiceWrapper.getFileEntry
(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLAppLocalService.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.static FileEntry
DLAppLocalServiceUtil.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLAppLocalServiceWrapper.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLAppService.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.static FileEntry
DLAppServiceUtil.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLAppServiceWrapper.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLAppLocalService.getFileEntryByFileName
(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.static FileEntry
DLAppLocalServiceUtil.getFileEntryByFileName
(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLAppLocalServiceWrapper.getFileEntryByFileName
(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLAppService.getFileEntryByFileName
(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.static FileEntry
DLAppServiceUtil.getFileEntryByFileName
(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLAppServiceWrapper.getFileEntryByFileName
(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLAppLocalService.getFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the file entry with the UUID and group.static FileEntry
DLAppLocalServiceUtil.getFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the file entry with the UUID and group.DLAppLocalServiceWrapper.getFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the file entry with the UUID and group.DLAppService.getFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the file entry with the UUID and group.static FileEntry
DLAppServiceUtil.getFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the file entry with the UUID and group.DLAppServiceWrapper.getFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the file entry with the UUID and group.DLAppLocalService.moveFileEntry
(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.static FileEntry
DLAppLocalServiceUtil.moveFileEntry
(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.DLAppLocalServiceWrapper.moveFileEntry
(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.DLAppService.moveFileEntry
(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.static FileEntry
DLAppServiceUtil.moveFileEntry
(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.DLAppServiceWrapper.moveFileEntry
(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.DLAppHelperLocalService.moveFileEntryFromTrash
(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) static FileEntry
DLAppHelperLocalServiceUtil.moveFileEntryFromTrash
(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) DLAppHelperLocalServiceWrapper.moveFileEntryFromTrash
(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) DLTrashLocalService.moveFileEntryFromTrash
(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) static FileEntry
DLTrashLocalServiceUtil.moveFileEntryFromTrash
(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) DLTrashLocalServiceWrapper.moveFileEntryFromTrash
(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) DLTrashService.moveFileEntryFromTrash
(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry from a trashed folder to the new folder.static FileEntry
DLTrashServiceUtil.moveFileEntryFromTrash
(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry from a trashed folder to the new folder.DLTrashServiceWrapper.moveFileEntryFromTrash
(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry from a trashed folder to the new folder.DLAppHelperLocalService.moveFileEntryToTrash
(long userId, FileEntry fileEntry) Moves the file entry to the recycle bin.static FileEntry
DLAppHelperLocalServiceUtil.moveFileEntryToTrash
(long userId, FileEntry fileEntry) Moves the file entry to the recycle bin.DLAppHelperLocalServiceWrapper.moveFileEntryToTrash
(long userId, FileEntry fileEntry) Moves the file entry to the recycle bin.DLTrashLocalService.moveFileEntryToTrash
(long userId, long repositoryId, long fileEntryId) static FileEntry
DLTrashLocalServiceUtil.moveFileEntryToTrash
(long userId, long repositoryId, long fileEntryId) DLTrashLocalServiceWrapper.moveFileEntryToTrash
(long userId, long repositoryId, long fileEntryId) DLTrashService.moveFileEntryToTrash
(long fileEntryId) Moves the file entry with the primary key to the trash portlet.static FileEntry
DLTrashServiceUtil.moveFileEntryToTrash
(long fileEntryId) Moves the file entry with the primary key to the trash portlet.DLTrashServiceWrapper.moveFileEntryToTrash
(long fileEntryId) Moves the file entry with the primary key to the trash portlet.DLAppLocalService.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.DLAppLocalService.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFile
object.DLAppLocalService.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStream
object.static FileEntry
DLAppLocalServiceUtil.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.static FileEntry
DLAppLocalServiceUtil.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFile
object.static FileEntry
DLAppLocalServiceUtil.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStream
object.DLAppLocalServiceWrapper.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.DLAppLocalServiceWrapper.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFile
object.DLAppLocalServiceWrapper.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStream
object.DLAppService.updateFileEntry
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.DLAppService.updateFileEntry
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFile
object.DLAppService.updateFileEntry
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStream
object.static FileEntry
DLAppServiceUtil.updateFileEntry
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.static FileEntry
DLAppServiceUtil.updateFileEntry
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFile
object.static FileEntry
DLAppServiceUtil.updateFileEntry
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStream
object.DLAppServiceWrapper.updateFileEntry
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.DLAppServiceWrapper.updateFileEntry
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFile
object.DLAppServiceWrapper.updateFileEntry
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStream
object.DLAppService.updateFileEntryAndCheckIn
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppService.updateFileEntryAndCheckIn
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static FileEntry
DLAppServiceUtil.updateFileEntryAndCheckIn
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static FileEntry
DLAppServiceUtil.updateFileEntryAndCheckIn
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppServiceWrapper.updateFileEntryAndCheckIn
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppServiceWrapper.updateFileEntryAndCheckIn
(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Methods in com.liferay.document.library.kernel.service that return types with arguments of type FileEntryModifier and TypeMethodDescriptionDLAppService.getFileEntries
(long repositoryId, long folderId) Returns all the file entries in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, int start, int end) Returns a name-ordered range of all the file entries in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId) Returns the file entries with the file entry type in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end) Returns a name-ordered range of all the file entries with the file entry type in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes) DLAppService.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId) Returns all the file entries in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, int start, int end) Returns a name-ordered range of all the file entries in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId) Returns the file entries with the file entry type in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end) Returns a name-ordered range of all the file entries with the file entry type in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes) DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId) Returns all the file entries in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, int start, int end) Returns a name-ordered range of all the file entries in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId) Returns the file entries with the file entry type in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end) Returns a name-ordered range of all the file entries with the file entry type in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes) DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppService.getGroupFileEntries
(long groupId, long userId, int start, int end) Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, int start, int end) Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, int start, int end) Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppHelperLocalService.getNoAssetFileEntries()
DLAppHelperLocalServiceUtil.getNoAssetFileEntries()
DLAppHelperLocalServiceWrapper.getNoAssetFileEntries()
Methods in com.liferay.document.library.kernel.service with parameters of type FileEntryModifier and TypeMethodDescriptionvoid
DLAppHelperLocalService.cancelCheckOut
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) static void
DLAppHelperLocalServiceUtil.cancelCheckOut
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) void
DLAppHelperLocalServiceWrapper.cancelCheckOut
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) void
DLAppHelperLocalService.checkAssetEntry
(long userId, FileEntry fileEntry, FileVersion fileVersion) static void
DLAppHelperLocalServiceUtil.checkAssetEntry
(long userId, FileEntry fileEntry, FileVersion fileVersion) void
DLAppHelperLocalServiceWrapper.checkAssetEntry
(long userId, FileEntry fileEntry, FileVersion fileVersion) void
DLAppHelperLocalService.deleteFileEntry
(FileEntry fileEntry) static void
DLAppHelperLocalServiceUtil.deleteFileEntry
(FileEntry fileEntry) void
DLAppHelperLocalServiceWrapper.deleteFileEntry
(FileEntry fileEntry) void
DLAppHelperLocalService.getFileAsStream
(long userId, FileEntry fileEntry, boolean incrementCounter) static void
DLAppHelperLocalServiceUtil.getFileAsStream
(long userId, FileEntry fileEntry, boolean incrementCounter) void
DLAppHelperLocalServiceWrapper.getFileAsStream
(long userId, FileEntry fileEntry, boolean incrementCounter) DLAppHelperLocalService.moveFileEntryFromTrash
(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) static FileEntry
DLAppHelperLocalServiceUtil.moveFileEntryFromTrash
(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) DLAppHelperLocalServiceWrapper.moveFileEntryFromTrash
(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) DLAppHelperLocalService.moveFileEntryToTrash
(long userId, FileEntry fileEntry) Moves the file entry to the recycle bin.static FileEntry
DLAppHelperLocalServiceUtil.moveFileEntryToTrash
(long userId, FileEntry fileEntry) Moves the file entry to the recycle bin.DLAppHelperLocalServiceWrapper.moveFileEntryToTrash
(long userId, FileEntry fileEntry) Moves the file entry to the recycle bin.void
DLAppHelperLocalService.restoreFileEntryFromTrash
(long userId, long newFolderId, FileEntry fileEntry) void
DLAppHelperLocalService.restoreFileEntryFromTrash
(long userId, FileEntry fileEntry) static void
DLAppHelperLocalServiceUtil.restoreFileEntryFromTrash
(long userId, long newFolderId, FileEntry fileEntry) static void
DLAppHelperLocalServiceUtil.restoreFileEntryFromTrash
(long userId, FileEntry fileEntry) void
DLAppHelperLocalServiceWrapper.restoreFileEntryFromTrash
(long userId, long newFolderId, FileEntry fileEntry) void
DLAppHelperLocalServiceWrapper.restoreFileEntryFromTrash
(long userId, FileEntry fileEntry) DLAppHelperLocalService.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPK) DLAppHelperLocalService.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, ServiceContext serviceContext) static AssetEntry
DLAppHelperLocalServiceUtil.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPK) static AssetEntry
DLAppHelperLocalServiceUtil.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, ServiceContext serviceContext) DLAppHelperLocalServiceWrapper.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPK) DLAppHelperLocalServiceWrapper.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, ServiceContext serviceContext) void
DLAppLocalService.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) Updates the file entry's asset replacing its asset categories, tags, and links.static void
DLAppLocalServiceUtil.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) Updates the file entry's asset replacing its asset categories, tags, and links.void
DLAppLocalServiceWrapper.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) Updates the file entry's asset replacing its asset categories, tags, and links.void
DLAppHelperLocalService.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) void
DLAppHelperLocalService.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, ServiceContext serviceContext) static void
DLAppHelperLocalServiceUtil.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) static void
DLAppHelperLocalServiceUtil.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, ServiceContext serviceContext) void
DLAppHelperLocalServiceWrapper.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) void
DLAppHelperLocalServiceWrapper.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, ServiceContext serviceContext) void
DLAppHelperLocalService.updateStatus
(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int oldStatus, int newStatus, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static void
DLAppHelperLocalServiceUtil.updateStatus
(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int oldStatus, int newStatus, ServiceContext serviceContext, Map<String, Serializable> workflowContext) void
DLAppHelperLocalServiceWrapper.updateStatus
(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int oldStatus, int newStatus, ServiceContext serviceContext, Map<String, Serializable> workflowContext) Method parameters in com.liferay.document.library.kernel.service with type arguments of type FileEntryModifier and TypeMethodDescriptionDLAppService.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppService.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) -
Uses of FileEntry in com.liferay.document.library.kernel.util
Methods in com.liferay.document.library.kernel.util that return types with arguments of type FileEntryMethods in com.liferay.document.library.kernel.util with parameters of type FileEntryModifier and TypeMethodDescriptionDL.getFileEntryImage
(FileEntry fileEntry, ThemeDisplay themeDisplay) static String
DLUtil.getFileEntryImage
(FileEntry fileEntry, ThemeDisplay themeDisplay) DL.getPreviewURL
(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString) Deprecated.As of Mueller (7.2.x), replaced bycom.liferay.document.library.util.DLURLHelper#getPreviewURL(FileEntry, FileVersion, ThemeDisplay, String)
DL.getPreviewURL
(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL) Deprecated.As of Mueller (7.2.x), replaced bycom.liferay.document.library.util.DLURLHelper#getPreviewURL(FileEntry, FileVersion, ThemeDisplay, String, boolean, boolean)
static String
DLUtil.getPreviewURL
(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString) Deprecated.As of Mueller (7.2.x), replaced bycom.liferay.document.library.util.DLURLHelper#getPreviewURL(FileEntry, FileVersion, ThemeDisplay, String)
static String
DLUtil.getPreviewURL
(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL) Deprecated.As of Mueller (7.2.x), replaced bycom.liferay.document.library.util.DLURLHelper#getPreviewURL(FileEntry, FileVersion, ThemeDisplay, String, boolean, boolean)
DL.getTitleWithExtension
(FileEntry fileEntry) static String
DLUtil.getTitleWithExtension
(FileEntry fileEntry) -
Uses of FileEntry in com.liferay.exportimport.kernel.lar
Methods in com.liferay.exportimport.kernel.lar that return FileEntryModifier and TypeMethodDescriptionExportImportHelper.getTempFileEntry
(long groupId, long userId, String folderName) static FileEntry
ExportImportHelperUtil.getTempFileEntry
(long groupId, long userId, String folderName) Methods in com.liferay.exportimport.kernel.lar with parameters of type FileEntryModifier and TypeMethodDescriptionExportImportHelper.getManifestSummary
(long userId, long groupId, Map<String, String[]> parameterMap, FileEntry fileEntry) static ManifestSummary
ExportImportHelperUtil.getManifestSummary
(long userId, long groupId, Map<String, String[]> parameterMap, FileEntry fileEntry) -
Uses of FileEntry in com.liferay.portal.kernel.backgroundtask
Methods in com.liferay.portal.kernel.backgroundtask that return types with arguments of type FileEntry -
Uses of FileEntry in com.liferay.portal.kernel.portletfilerepository
Methods in com.liferay.portal.kernel.portletfilerepository that return FileEntryModifier and TypeMethodDescriptionPortletFileRepository.addPortletFileEntry
(long groupId, long userId, String className, long classPK, String portletId, long folderId, byte[] bytes, String fileName, String mimeType, boolean indexingEnabled) PortletFileRepository.addPortletFileEntry
(String externalReferenceCode, long groupId, long userId, String className, long classPK, String portletId, long folderId, File file, String fileName, String mimeType, boolean indexingEnabled) PortletFileRepository.addPortletFileEntry
(String externalReferenceCode, long groupId, long userId, String className, long classPK, String portletId, long folderId, InputStream inputStream, String fileName, String mimeType, boolean indexingEnabled) static FileEntry
PortletFileRepositoryUtil.addPortletFileEntry
(long groupId, long userId, String className, long classPK, String portletId, long folderId, byte[] bytes, String fileName, String mimeType, boolean indexingEnabled) static FileEntry
PortletFileRepositoryUtil.addPortletFileEntry
(String externalReferenceCode, long groupId, long userId, String className, long classPK, String portletId, long folderId, File file, String fileName, String mimeType, boolean indexingEnabled) static FileEntry
PortletFileRepositoryUtil.addPortletFileEntry
(String externalReferenceCode, long groupId, long userId, String className, long classPK, String portletId, long folderId, InputStream inputStream, String fileName, String mimeType, boolean indexingEnabled) PortletFileRepository.fetchPortletFileEntry
(long groupId, long folderId, String fileName) static FileEntry
PortletFileRepositoryUtil.fetchPortletFileEntry
(long groupId, long folderId, String fileName) PortletFileRepository.getPortletFileEntry
(long fileEntryId) PortletFileRepository.getPortletFileEntry
(long groupId, long folderId, String fileName) PortletFileRepository.getPortletFileEntry
(String uuid, long groupId) static FileEntry
PortletFileRepositoryUtil.getPortletFileEntry
(long fileEntryId) static FileEntry
PortletFileRepositoryUtil.getPortletFileEntry
(long groupId, long folderId, String fileName) static FileEntry
PortletFileRepositoryUtil.getPortletFileEntry
(String uuid, long groupId) PortletFileRepository.getPortletFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static FileEntry
PortletFileRepositoryUtil.getPortletFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) PortletFileRepository.movePortletFileEntryToTrash
(long userId, long fileEntryId) PortletFileRepository.movePortletFileEntryToTrash
(long groupId, long userId, long folderId, String fileName) static FileEntry
PortletFileRepositoryUtil.movePortletFileEntryToTrash
(long userId, long fileEntryId) static FileEntry
PortletFileRepositoryUtil.movePortletFileEntryToTrash
(long groupId, long userId, long folderId, String fileName) Methods in com.liferay.portal.kernel.portletfilerepository that return types with arguments of type FileEntryModifier and TypeMethodDescriptionPortletFileRepository.getPortletFileEntries
(long groupId, long folderId) PortletFileRepository.getPortletFileEntries
(long groupId, long folderId, int status) PortletFileRepository.getPortletFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepository.getPortletFileEntries
(long groupId, long folderId, OrderByComparator<FileEntry> orderByComparator) PortletFileRepository.getPortletFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, int status) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) Methods in com.liferay.portal.kernel.portletfilerepository with parameters of type FileEntryModifier and TypeMethodDescriptionPortletFileRepository.getDownloadPortletFileEntryURL
(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString) PortletFileRepository.getDownloadPortletFileEntryURL
(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL) static String
PortletFileRepositoryUtil.getDownloadPortletFileEntryURL
(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString) static String
PortletFileRepositoryUtil.getDownloadPortletFileEntryURL
(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL) PortletFileRepository.getPortletFileEntryURL
(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString) PortletFileRepository.getPortletFileEntryURL
(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL) static String
PortletFileRepositoryUtil.getPortletFileEntryURL
(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString) static String
PortletFileRepositoryUtil.getPortletFileEntryURL
(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL) Method parameters in com.liferay.portal.kernel.portletfilerepository with type arguments of type FileEntryModifier and TypeMethodDescriptionPortletFileRepository.getPortletFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepository.getPortletFileEntries
(long groupId, long folderId, OrderByComparator<FileEntry> orderByComparator) PortletFileRepository.getPortletFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) -
Uses of FileEntry in com.liferay.portal.kernel.repository
Methods in com.liferay.portal.kernel.repository that return FileEntryModifier and TypeMethodDescriptionBaseRepositoryImpl.addFileEntry
(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DefaultLocalRepositoryImpl.addFileEntry
(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DefaultLocalRepositoryImpl.addFileEntry
(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.addFileEntry
(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.addFileEntry
(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) abstract FileEntry
BaseRepositoryImpl.checkOutFileEntry
(long fileEntryId, ServiceContext serviceContext) abstract FileEntry
BaseRepositoryImpl.checkOutFileEntry
(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) Repository.checkOutFileEntry
(long fileEntryId, ServiceContext serviceContext) Repository.checkOutFileEntry
(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) DefaultLocalRepositoryImpl.copyFileEntry
(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) DocumentRepository.copyFileEntry
(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) DefaultLocalRepositoryImpl.fetchFileEntry
(long folderId, String title) default FileEntry
DocumentRepository.fetchFileEntry
(long folderId, String title) default FileEntry
DocumentRepository.fetchFileEntryByExternalReferenceCode
(String externalReferenceCode) DefaultLocalRepositoryImpl.getFileEntry
(long fileEntryId) DefaultLocalRepositoryImpl.getFileEntry
(long folderId, String title) DocumentRepository.getFileEntry
(long fileEntryId) DocumentRepository.getFileEntry
(long folderId, String title) default FileEntry
DocumentRepository.getFileEntryByExternalReferenceCode
(String externalReferenceCode) DefaultLocalRepositoryImpl.getFileEntryByFileName
(long folderId, String fileName) default FileEntry
DocumentRepository.getFileEntryByFileName
(long folderId, String fileName) DefaultLocalRepositoryImpl.getFileEntryByUuid
(String uuid) DocumentRepository.getFileEntryByUuid
(String uuid) DefaultLocalRepositoryImpl.moveFileEntry
(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) DocumentRepository.moveFileEntry
(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) BaseRepositoryImpl.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) abstract FileEntry
BaseRepositoryImpl.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DefaultLocalRepositoryImpl.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DefaultLocalRepositoryImpl.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.repository that return types with arguments of type FileEntryModifier and TypeMethodDescriptionDefaultLocalRepositoryImpl.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getFileEntries
(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries
(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getFileEntries
(long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getFileEntries
(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryImpl.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryImpl.getRepositoryFileEntries
(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getRepositoryFileEntries
(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) Method parameters in com.liferay.portal.kernel.repository with type arguments of type FileEntryModifier and TypeMethodDescriptionDefaultLocalRepositoryImpl.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getFileEntries
(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries
(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getFileEntries
(long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getFileEntries
(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryImpl.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryImpl.getRepositoryFileEntries
(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getRepositoryFileEntries
(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) -
Uses of FileEntry in com.liferay.portal.kernel.repository.capabilities
Methods in com.liferay.portal.kernel.repository.capabilities that return FileEntryModifier and TypeMethodDescriptionTemporaryFileEntriesCapability.addTemporaryFileEntry
(TemporaryFileEntriesScope temporaryFileEntriesScope, String fileName, String mimeType, InputStream inputStream) ThumbnailCapability.fetchImageFileEntry
(long imageId) TemporaryFileEntriesCapability.getTemporaryFileEntry
(TemporaryFileEntriesScope temporaryFileEntriesScope, String fileName) TrashCapability.moveFileEntryFromTrash
(long userId, FileEntry fileEntry, Folder newFolder, ServiceContext serviceContext) TrashCapability.moveFileEntryToTrash
(long userId, FileEntry fileEntry) ThumbnailCapability.setCustom1ImageId
(FileEntry fileEntry, long imageId) ThumbnailCapability.setCustom2ImageId
(FileEntry fileEntry, long imageId) ThumbnailCapability.setLargeImageId
(FileEntry fileEntry, long imageId) ThumbnailCapability.setSmallImageId
(FileEntry fileEntry, long imageId) Methods in com.liferay.portal.kernel.repository.capabilities that return types with arguments of type FileEntryModifier and TypeMethodDescriptionTemporaryFileEntriesCapability.getTemporaryFileEntries
(TemporaryFileEntriesScope temporaryFileEntriesScope) Methods in com.liferay.portal.kernel.repository.capabilities with parameters of type FileEntryModifier and TypeMethodDescriptionvoid
void
ProcessorCapability.copy
(FileEntry fileEntry, FileVersion fileVersion) void
TrashCapability.deleteFileEntry
(FileEntry fileEntry) void
ProcessorCapability.generateNew
(FileEntry fileEntry) RelatedModelCapability.getClassName
(FileEntry fileEntry) long
RelatedModelCapability.getClassPK
(FileEntry fileEntry) long
ThumbnailCapability.getCustom1ImageId
(FileEntry fileEntry) long
ThumbnailCapability.getCustom2ImageId
(FileEntry fileEntry) long
ThumbnailCapability.getLargeImageId
(FileEntry fileEntry) long
ThumbnailCapability.getSmallImageId
(FileEntry fileEntry) int
boolean
TrashCapability.moveFileEntryFromTrash
(long userId, FileEntry fileEntry, Folder newFolder, ServiceContext serviceContext) TrashCapability.moveFileEntryToTrash
(long userId, FileEntry fileEntry) void
TrashCapability.restoreFileEntryFromTrash
(long userId, FileEntry fileEntry) ThumbnailCapability.setCustom1ImageId
(FileEntry fileEntry, long imageId) ThumbnailCapability.setCustom2ImageId
(FileEntry fileEntry, long imageId) ThumbnailCapability.setLargeImageId
(FileEntry fileEntry, long imageId) ThumbnailCapability.setSmallImageId
(FileEntry fileEntry, long imageId) -
Uses of FileEntry in com.liferay.portal.kernel.repository.friendly.url.resolver
Methods in com.liferay.portal.kernel.repository.friendly.url.resolver that return FileEntryModifier and TypeMethodDescriptionFileEntryFriendlyURLResolver.resolveFriendlyURL
(long groupId, String friendlyURL) -
Uses of FileEntry in com.liferay.portal.kernel.repository.http.header.customizer
Methods in com.liferay.portal.kernel.repository.http.header.customizer with parameters of type FileEntryModifier and TypeMethodDescriptionFileEntryHttpHeaderCustomizer.getHttpHeaderValue
(FileEntry fileEntry, String currentValue) -
Uses of FileEntry in com.liferay.portal.kernel.repository.model
Classes in com.liferay.portal.kernel.repository.model that implement FileEntryFields in com.liferay.portal.kernel.repository.model with type parameters of type FileEntryMethods in com.liferay.portal.kernel.repository.model that return FileEntryModifier and TypeMethodDescriptionFileVersion.getFileEntry()
FileVersionWrapper.getFileEntry()
FileEntryWrapper.getWrappedModel()
FileEntryWrapper.toEscapedModel()
FileEntryWrapper.toUnescapedModel()
Methods in com.liferay.portal.kernel.repository.model with parameters of type FileEntryModifier and TypeMethodDescriptionvoid
void
Constructors in com.liferay.portal.kernel.repository.model with parameters of type FileEntry -
Uses of FileEntry in com.liferay.portal.kernel.repository.proxy
Classes in com.liferay.portal.kernel.repository.proxy that implement FileEntryMethods in com.liferay.portal.kernel.repository.proxy that return FileEntryModifier and TypeMethodDescriptionBaseRepositoryProxyBean.addFileEntry
(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) BaseRepositoryProxyBean.addFileEntry
(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) LocalRepositoryProxyBean.addFileEntry
(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) LocalRepositoryProxyBean.addFileEntry
(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) BaseRepositoryProxyBean.checkOutFileEntry
(long fileEntryId, ServiceContext serviceContext) BaseRepositoryProxyBean.checkOutFileEntry
(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) BaseRepositoryProxyBean.copyFileEntry
(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) LocalRepositoryProxyBean.copyFileEntry
(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) BaseRepositoryProxyBean.fetchFileEntry
(long folderId, String title) LocalRepositoryProxyBean.fetchFileEntry
(long folderId, String title) BaseRepositoryProxyBean.getFileEntry
(long fileEntryId) BaseRepositoryProxyBean.getFileEntry
(long folderId, String title) FileVersionProxyBean.getFileEntry()
LocalRepositoryProxyBean.getFileEntry
(long fileEntryId) LocalRepositoryProxyBean.getFileEntry
(long folderId, String title) BaseRepositoryProxyBean.getFileEntryByFileName
(long folderId, String fileName) LocalRepositoryProxyBean.getFileEntryByFileName
(long folderId, String fileName) BaseRepositoryProxyBean.getFileEntryByUuid
(String uuid) LocalRepositoryProxyBean.getFileEntryByUuid
(String uuid) BaseRepositoryProxyBean.moveFileEntry
(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) LocalRepositoryProxyBean.moveFileEntry
(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) FileEntryProxyBean.toEscapedModel()
FileEntryProxyBean.toUnescapedModel()
BaseRepositoryProxyBean.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) BaseRepositoryProxyBean.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) LocalRepositoryProxyBean.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) LocalRepositoryProxyBean.updateFileEntry
(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.repository.proxy that return types with arguments of type FileEntryModifier and TypeMethodDescriptionBaseRepositoryProxyBean.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, long documentTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getRepositoryFileEntries
(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) RepositoryModelProxyBean.toFileEntryProxyBeans
(List<FileEntry> fileEntries) Methods in com.liferay.portal.kernel.repository.proxy with parameters of type FileEntryModifier and TypeMethodDescriptionprotected FileEntryProxyBean
RepositoryModelProxyBean.newFileEntryProxyBean
(FileEntry fileEntry) Method parameters in com.liferay.portal.kernel.repository.proxy with type arguments of type FileEntryModifier and TypeMethodDescriptionBaseRepositoryProxyBean.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, long documentTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getRepositoryFileEntries
(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) RepositoryModelProxyBean.toFileEntryProxyBeans
(List<FileEntry> fileEntries) Constructors in com.liferay.portal.kernel.repository.proxy with parameters of type FileEntry -
Uses of FileEntry in com.liferay.portal.kernel.repository.util
Methods in com.liferay.portal.kernel.repository.util with parameters of type FileEntryModifier and TypeMethodDescriptionstatic String
FileEntryHttpHeaderCustomizerUtil.getHttpHeaderValue
(FileEntry fileEntry, String httpHeaderName, String currentValue) -
Uses of FileEntry in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that return types with arguments of type FileEntryMethods in com.liferay.portal.kernel.search with parameters of type FileEntryModifier and TypeMethodDescriptionvoid
SearchResult.addFileEntry
(FileEntry fileEntry, Summary summary) -
Uses of FileEntry in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return FileEntryModifier and TypeMethodDescriptionLayoutService.addTempFileEntry
(long groupId, String folderName, String fileName, InputStream inputStream, String mimeType) static FileEntry
LayoutServiceUtil.addTempFileEntry
(long groupId, String folderName, String fileName, InputStream inputStream, String mimeType) LayoutServiceWrapper.addTempFileEntry
(long groupId, String folderName, String fileName, InputStream inputStream, String mimeType) -
Uses of FileEntry in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util that return FileEntryModifier and TypeMethodDescriptionstatic FileEntry
TempFileEntryUtil.addTempFileEntry
(long groupId, long userId, String folderName, String fileName, File file, String mimeType) static FileEntry
TempFileEntryUtil.addTempFileEntry
(long groupId, long userId, String folderName, String fileName, InputStream inputStream, String mimeType) static FileEntry
TempFileEntryUtil.getTempFileEntry
(long groupId, long userId, String folderName, String fileName)
DLAppLocalService.addFileEntry(String, long, long, long, String, String, String, String, String, String, File, Date, Date expirationDate, Date, ServiceContext)