|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FileEntry in com.liferay.portal.kernel.backgroundtask |
|---|
| Methods in com.liferay.portal.kernel.backgroundtask that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
BackgroundTask.getAttachmentsFileEntries()
|
| Uses of FileEntry in com.liferay.portal.kernel.metadata |
|---|
| Methods in com.liferay.portal.kernel.metadata with parameters of type FileEntry | |
|---|---|
void |
RawMetadataProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
RawMetadataProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
| Uses of FileEntry in com.liferay.portal.kernel.repository |
|---|
| Methods in com.liferay.portal.kernel.repository that return FileEntry | |
|---|---|
FileEntry |
BaseRepositoryImpl.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryImpl.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see BaseRepositoryImpl.addFileEntry(long, long, String,
String, String, String, String, File, ServiceContext) |
FileEntry |
Repository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see DocumentRepository.addFileEntry(long, long, String,
String, String, String, String, File, ServiceContext) |
FileEntry |
BaseRepositoryImpl.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see DocumentRepository.addFileEntry(long, long, String,
String, String, String, String, InputStream, long,
ServiceContext) |
FileEntry |
Repository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see DocumentRepository.addFileEntry(long, long, String,
String, String, String, String, InputStream, long,
ServiceContext) |
abstract FileEntry |
BaseRepositoryImpl.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
Repository.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseRepositoryImpl.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
Repository.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryImpl.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.copyFileEntry(long, long,
long, long, ServiceContext) |
FileEntry |
Repository.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.copyFileEntry(long, long,
long, long, ServiceContext) |
FileEntry |
DefaultLocalRepositoryImpl.getFileEntry(long fileEntryId)
|
FileEntry |
DocumentRepository.getFileEntry(long fileEntryId)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntry(long folderId,
String title)
|
FileEntry |
DocumentRepository.getFileEntry(long folderId,
String title)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntryByUuid(String uuid)
|
FileEntry |
DocumentRepository.getFileEntryByUuid(String uuid)
|
FileEntry |
DefaultLocalRepositoryImpl.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryImpl.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.moveFileEntry(long, long,
long, ServiceContext) |
FileEntry |
Repository.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.moveFileEntry(long, long,
long, ServiceContext) |
FileEntry |
BaseRepositoryImpl.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryImpl.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, InputStream,
long, ServiceContext) |
FileEntry |
Repository.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, File,
ServiceContext) |
FileEntry |
BaseRepositoryImpl.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryImpl.updateFileEntry(long, long,
String, String, String, String, String, boolean, File,
ServiceContext) |
FileEntry |
Repository.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, InputStream,
long, ServiceContext) |
| Methods in com.liferay.portal.kernel.repository that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
DefaultLocalRepositoryImpl.getFileEntries(long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DocumentRepository.getFileEntries(long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DefaultLocalRepositoryImpl.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DocumentRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DefaultLocalRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DocumentRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
Repository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Methods in com.liferay.portal.kernel.repository with parameters of type FileEntry | |
|---|---|
void |
LocalRepository.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
Deprecated. As of 7.0.0, with no direct replacement |
void |
DefaultLocalRepositoryImpl.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
Deprecated. As of 7.0.0 |
| Method parameters in com.liferay.portal.kernel.repository with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
DefaultLocalRepositoryImpl.getFileEntries(long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DocumentRepository.getFileEntries(long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DefaultLocalRepositoryImpl.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DocumentRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DefaultLocalRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DocumentRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
Repository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Uses of FileEntry in com.liferay.portal.kernel.repository.capabilities |
|---|
| Methods in com.liferay.portal.kernel.repository.capabilities that return FileEntry | |
|---|---|
FileEntry |
TemporaryFileEntriesCapability.addTemporaryFileEntry(TemporaryFileEntriesScope temporaryFileEntriesScope,
String fileName,
String mimeType,
InputStream inputStream)
|
FileEntry |
ThumbnailCapability.fetchImageFileEntry(long imageId)
|
FileEntry |
TemporaryFileEntriesCapability.getTemporaryFileEntry(TemporaryFileEntriesScope temporaryFileEntriesScope,
String fileName)
|
FileEntry |
TrashCapability.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
Folder newFolder,
ServiceContext serviceContext)
|
FileEntry |
TrashCapability.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
|
FileEntry |
ThumbnailCapability.setCustom1ImageId(FileEntry fileEntry,
long imageId)
|
FileEntry |
ThumbnailCapability.setCustom2ImageId(FileEntry fileEntry,
long imageId)
|
FileEntry |
ThumbnailCapability.setLargeImageId(FileEntry fileEntry,
long imageId)
|
FileEntry |
ThumbnailCapability.setSmallImageId(FileEntry fileEntry,
long imageId)
|
| Methods in com.liferay.portal.kernel.repository.capabilities that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
TemporaryFileEntriesCapability.getTemporaryFileEntries(TemporaryFileEntriesScope temporaryFileEntriesScope)
|
| Methods in com.liferay.portal.kernel.repository.capabilities with parameters of type FileEntry | |
|---|---|
void |
ProcessorCapability.cleanUp(FileEntry fileEntry)
|
void |
ProcessorCapability.copy(FileEntry fileEntry,
FileVersion fileVersion)
|
void |
TrashCapability.deleteFileEntry(FileEntry fileEntry)
|
void |
ProcessorCapability.generateNew(FileEntry fileEntry)
|
String |
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 |
WorkflowCapability.getStatus(FileEntry fileEntry)
|
FileEntry |
TrashCapability.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
Folder newFolder,
ServiceContext serviceContext)
|
FileEntry |
TrashCapability.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
|
void |
TrashCapability.restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
FileEntry |
ThumbnailCapability.setCustom1ImageId(FileEntry fileEntry,
long imageId)
|
FileEntry |
ThumbnailCapability.setCustom2ImageId(FileEntry fileEntry,
long imageId)
|
FileEntry |
ThumbnailCapability.setLargeImageId(FileEntry fileEntry,
long imageId)
|
FileEntry |
ThumbnailCapability.setSmallImageId(FileEntry fileEntry,
long imageId)
|
| Uses of FileEntry in com.liferay.portal.kernel.repository.model |
|---|
| Classes in com.liferay.portal.kernel.repository.model that implement FileEntry | |
|---|---|
class |
FileEntryWrapper
|
| Fields in com.liferay.portal.kernel.repository.model with type parameters of type FileEntry | |
|---|---|
static Accessor<FileEntry,Long> |
FileEntry.FILE_ENTRY_ID_ACCESSOR
|
| Methods in com.liferay.portal.kernel.repository.model that return FileEntry | |
|---|---|
FileEntry |
FileVersionWrapper.getFileEntry()
|
FileEntry |
FileVersion.getFileEntry()
|
FileEntry |
FileEntryWrapper.getWrappedModel()
|
FileEntry |
FileEntryWrapper.toEscapedModel()
|
FileEntry |
FileEntryWrapper.toUnescapedModel()
|
| Methods in com.liferay.portal.kernel.repository.model with parameters of type FileEntry | |
|---|---|
void |
RepositoryModelOperation.execute(FileEntry fileEntry)
|
void |
BaseRepositoryModelOperation.execute(FileEntry fileEntry)
|
static FileEntrySoap |
FileEntrySoap.toSoapModel(FileEntry model)
|
static FileEntrySoap[] |
FileEntrySoap.toSoapModels(FileEntry[] models)
|
static FileEntrySoap[][] |
FileEntrySoap.toSoapModels(FileEntry[][] models)
|
| Method parameters in com.liferay.portal.kernel.repository.model with type arguments of type FileEntry | |
|---|---|
static FileEntrySoap[] |
FileEntrySoap.toSoapModels(List<FileEntry> models)
|
| Constructors in com.liferay.portal.kernel.repository.model with parameters of type FileEntry | |
|---|---|
FileEntryWrapper(FileEntry fileEntry)
|
|
| Uses of FileEntry in com.liferay.portal.kernel.search |
|---|
| Methods in com.liferay.portal.kernel.search that return types with arguments of type FileEntry | |
|---|---|
List<RelatedSearchResult<FileEntry>> |
SearchResult.getFileEntryRelatedSearchResults()
|
| Methods in com.liferay.portal.kernel.search with parameters of type FileEntry | |
|---|---|
void |
SearchResult.addFileEntry(FileEntry fileEntry,
Summary summary)
|
| Uses of FileEntry in com.liferay.portal.kernel.upload |
|---|
| Methods in com.liferay.portal.kernel.upload that return FileEntry | |
|---|---|
protected abstract FileEntry |
BaseUploadHandler.addFileEntry(long userId,
long groupId,
long folderId,
String fileName,
String contentType,
InputStream inputStream,
long size,
ServiceContext serviceContext)
|
protected abstract FileEntry |
BaseUploadHandler.fetchFileEntry(long userId,
long groupId,
long folderId,
String fileName)
|
| Methods in com.liferay.portal.kernel.upload with parameters of type FileEntry | |
|---|---|
protected String |
BaseUploadHandler.getURL(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
| Uses of FileEntry in com.liferay.portal.kernel.util |
|---|
| Methods in com.liferay.portal.kernel.util that return FileEntry | |
|---|---|
static FileEntry |
TempFileUtil.addTempFileEntry(long groupId,
long userId,
String fileName,
String tempFolderName,
File file,
String mimeType)
Deprecated. |
static FileEntry |
TempFileEntryUtil.addTempFileEntry(long groupId,
long userId,
String folderName,
String fileName,
File file,
String mimeType)
|
static FileEntry |
TempFileUtil.addTempFileEntry(long groupId,
long userId,
String fileName,
String tempFolderName,
InputStream inputStream,
String mimeType)
Deprecated. |
static FileEntry |
TempFileEntryUtil.addTempFileEntry(long groupId,
long userId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
|
static FileEntry |
TempFileUtil.getTempFileEntry(long groupId,
long userId,
String folderName,
String fileName)
Deprecated. |
static FileEntry |
TempFileEntryUtil.getTempFileEntry(long groupId,
long userId,
String folderName,
String fileName)
|
| Uses of FileEntry in com.liferay.portal.portletfilerepository |
|---|
| Methods in com.liferay.portal.portletfilerepository that return FileEntry | |
|---|---|
FileEntry |
PortletFileRepository.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(long groupId,
long userId,
String className,
long classPK,
String portletId,
long folderId,
byte[] bytes,
String fileName,
String mimeType,
boolean indexingEnabled)
|
FileEntry |
PortletFileRepository.addPortletFileEntry(long groupId,
long userId,
String className,
long classPK,
String portletId,
long folderId,
File file,
String fileName,
String mimeType,
boolean indexingEnabled)
|
static FileEntry |
PortletFileRepositoryUtil.addPortletFileEntry(long groupId,
long userId,
String className,
long classPK,
String portletId,
long folderId,
File file,
String fileName,
String mimeType,
boolean indexingEnabled)
|
FileEntry |
PortletFileRepository.addPortletFileEntry(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,
InputStream inputStream,
String fileName,
String mimeType,
boolean indexingEnabled)
|
FileEntry |
PortletFileRepository.getPortletFileEntry(long fileEntryId)
|
static FileEntry |
PortletFileRepositoryUtil.getPortletFileEntry(long fileEntryId)
|
FileEntry |
PortletFileRepository.getPortletFileEntry(long groupId,
long folderId,
String fileName)
|
static FileEntry |
PortletFileRepositoryUtil.getPortletFileEntry(long groupId,
long folderId,
String fileName)
|
FileEntry |
PortletFileRepository.getPortletFileEntry(String uuid,
long groupId)
|
static FileEntry |
PortletFileRepositoryUtil.getPortletFileEntry(String uuid,
long groupId)
|
FileEntry |
PortletFileRepository.movePortletFileEntryToTrash(long userId,
long fileEntryId)
|
static FileEntry |
PortletFileRepositoryUtil.movePortletFileEntryToTrash(long userId,
long fileEntryId)
|
FileEntry |
PortletFileRepository.movePortletFileEntryToTrash(long groupId,
long userId,
long folderId,
String fileName)
|
static FileEntry |
PortletFileRepositoryUtil.movePortletFileEntryToTrash(long groupId,
long userId,
long folderId,
String fileName)
|
| Methods in com.liferay.portal.portletfilerepository that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
int status)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
int status)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
| Methods in com.liferay.portal.portletfilerepository with parameters of type FileEntry | |
|---|---|
String |
PortletFileRepository.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
static String |
PortletFileRepositoryUtil.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
String |
PortletFileRepository.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
static String |
PortletFileRepositoryUtil.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
String |
PortletFileRepository.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
static String |
PortletFileRepositoryUtil.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
String |
PortletFileRepository.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
static String |
PortletFileRepositoryUtil.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
| Method parameters in com.liferay.portal.portletfilerepository with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
| Uses of FileEntry in com.liferay.portal.repository.proxy |
|---|
| Classes in com.liferay.portal.repository.proxy that implement FileEntry | |
|---|---|
class |
FileEntryProxyBean
|
| Methods in com.liferay.portal.repository.proxy that return FileEntry | |
|---|---|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see BaseRepositoryProxyBean.addFileEntry(long, long, String,
String, String, String, String, File, ServiceContext) |
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see BaseRepositoryProxyBean.addFileEntry(long, long, String,
String, String, String, String, InputStream, long,
ServiceContext) |
FileEntry |
BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.copyFileEntry(long, long,
long, long, ServiceContext) |
FileEntry |
FileVersionProxyBean.getFileEntry()
|
FileEntry |
BaseRepositoryProxyBean.getFileEntry(long fileEntryId)
|
FileEntry |
LocalRepositoryProxyBean.getFileEntry(long fileEntryId)
|
FileEntry |
BaseRepositoryProxyBean.getFileEntry(long folderId,
String title)
|
FileEntry |
LocalRepositoryProxyBean.getFileEntry(long folderId,
String title)
|
FileEntry |
BaseRepositoryProxyBean.getFileEntryByUuid(String uuid)
|
FileEntry |
LocalRepositoryProxyBean.getFileEntryByUuid(String uuid)
|
FileEntry |
BaseRepositoryProxyBean.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.moveFileEntry(long, long,
long, ServiceContext) |
FileEntry |
FileEntryProxyBean.toEscapedModel()
|
FileEntry |
FileEntryProxyBean.toUnescapedModel()
|
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.updateFileEntry(long, long,
String, String, String, String, String, boolean, File,
ServiceContext) |
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.updateFileEntry(long, long,
String, String, String, String, String, boolean, InputStream,
long, ServiceContext) |
| Methods in com.liferay.portal.repository.proxy that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LocalRepositoryProxyBean.getFileEntries(long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LocalRepositoryProxyBean.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
long documentTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LocalRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
protected List<FileEntry> |
RepositoryModelProxyBean.toFileEntryProxyBeans(List<FileEntry> fileEntries)
|
| Methods in com.liferay.portal.repository.proxy with parameters of type FileEntry | |
|---|---|
protected FileEntryProxyBean |
RepositoryModelProxyBean.newFileEntryProxyBean(FileEntry fileEntry)
|
void |
LocalRepositoryProxyBean.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
Deprecated. As of 7.0.0, with no direct replacement |
| Method parameters in com.liferay.portal.repository.proxy with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LocalRepositoryProxyBean.getFileEntries(long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LocalRepositoryProxyBean.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
long documentTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LocalRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
protected List<FileEntry> |
RepositoryModelProxyBean.toFileEntryProxyBeans(List<FileEntry> fileEntries)
|
| Constructors in com.liferay.portal.repository.proxy with parameters of type FileEntry | |
|---|---|
FileEntryProxyBean(FileEntry fileEntry,
ClassLoader classLoader)
|
|
| Uses of FileEntry in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return FileEntry | |
|---|---|
FileEntry |
LayoutService.addTempFileEntry(long groupId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
|
FileEntry |
LayoutServiceWrapper.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)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.display.context |
|---|
| Fields in com.liferay.portlet.documentlibrary.display.context declared as FileEntry | |
|---|---|
protected FileEntry |
BaseDLEditFileEntryDisplayContext.fileEntry
|
| Methods in com.liferay.portlet.documentlibrary.display.context with parameters of type FileEntry | |
|---|---|
DLEditFileEntryDisplayContext |
BaseDLDisplayContextFactory.getDLEditFileEntryDisplayContext(DLEditFileEntryDisplayContext parentDLEditFileEntryDisplayContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileEntry fileEntry)
|
DLEditFileEntryDisplayContext |
DLDisplayContextFactory.getDLEditFileEntryDisplayContext(DLEditFileEntryDisplayContext parentDLEditFileEntryDisplayContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileEntry fileEntry)
|
| Constructors in com.liferay.portlet.documentlibrary.display.context with parameters of type FileEntry | |
|---|---|
BaseDLEditFileEntryDisplayContext(UUID uuid,
DLEditFileEntryDisplayContext parentDLEditFileEntryDisplayContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileEntry fileEntry)
|
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.service |
|---|
| Methods in com.liferay.portlet.documentlibrary.service that return FileEntry | |
|---|---|
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
byte[] bytes,
ServiceContext serviceContext)
|
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
byte[] bytes,
ServiceContext serviceContext)
|
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
byte[] bytes,
ServiceContext serviceContext)
|
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File object. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File 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)
Adds a file entry and associated metadata based on a File object. |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream
object. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream
object. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream
object. |
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
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,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
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)
Adds a file entry and associated metadata. |
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
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,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppServiceWrapper.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
File file,
String mimeType)
Adds a temporary file entry. |
FileEntry |
DLAppService.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,
File file,
String mimeType)
Adds a temporary file entry. |
FileEntry |
DLAppServiceWrapper.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
Adds a temporary file entry. |
FileEntry |
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,
InputStream inputStream,
String mimeType)
Adds a temporary file entry. |
FileEntry |
DLAppServiceWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
FileEntry |
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. |
FileEntry |
DLAppLocalServiceWrapper.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppServiceWrapper.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppService.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppLocalService.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
static FileEntry |
DLAppServiceUtil.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
static FileEntry |
DLAppLocalServiceUtil.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppLocalServiceWrapper.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppServiceWrapper.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppService.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppLocalService.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
static FileEntry |
DLAppServiceUtil.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
static FileEntry |
DLAppLocalServiceUtil.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
FileEntry |
DLAppServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
FileEntry |
DLAppService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
FileEntry |
DLAppLocalService.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. |
static FileEntry |
DLAppLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
FileEntry |
DLAppLocalServiceWrapper.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
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. |
FileEntry |
DLAppServiceWrapper.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
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. |
static FileEntry |
DLAppHelperLocalServiceUtil.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppHelperLocalServiceWrapper.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppHelperLocalService.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLTrashLocalService.moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLTrashLocalServiceWrapper.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)
|
FileEntry |
DLTrashServiceWrapper.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. |
FileEntry |
DLTrashService.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
FileEntry |
DLTrashServiceWrapper.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. |
FileEntry |
DLTrashService.moveFileEntryToTrash(long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
static FileEntry |
DLAppHelperLocalServiceUtil.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
FileEntry |
DLAppHelperLocalServiceWrapper.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
FileEntry |
DLAppHelperLocalService.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
FileEntry |
DLTrashLocalService.moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId)
|
FileEntry |
DLTrashLocalServiceWrapper.moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId)
|
static FileEntry |
DLTrashLocalServiceUtil.moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId)
|
FileEntry |
DLAppLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
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 description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
FileEntry |
DLAppLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
static FileEntry |
DLAppLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
FileEntry |
DLAppLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
FileEntry |
DLAppLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
static FileEntry |
DLAppLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
FileEntry |
DLAppServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
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 description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
FileEntry |
DLAppService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
static FileEntry |
DLAppServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
FileEntry |
DLAppServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
FileEntry |
DLAppService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
static FileEntry |
DLAppServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
FileEntry |
DLAppServiceWrapper.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DLAppService.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppService.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a name-ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a name-ordered range of all the file entries in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a name-ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder. |
List<FileEntry> |
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. |
List<FileEntry> |
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. |
static List<FileEntry> |
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. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes)
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes)
|
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes)
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
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. |
List<FileEntry> |
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. |
static List<FileEntry> |
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. |
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
List<FileEntry> |
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. |
List<FileEntry> |
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. |
static List<FileEntry> |
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. |
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppHelperLocalServiceUtil.getNoAssetFileEntries()
|
List<FileEntry> |
DLAppHelperLocalServiceWrapper.getNoAssetFileEntries()
|
List<FileEntry> |
DLAppHelperLocalService.getNoAssetFileEntries()
|
| Methods in com.liferay.portlet.documentlibrary.service with parameters of type FileEntry | |
|---|---|
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.cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLAppHelperLocalServiceWrapper.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLAppHelperLocalService.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
static void |
DLAppHelperLocalServiceUtil.deleteFileEntry(FileEntry fileEntry)
|
void |
DLAppHelperLocalServiceWrapper.deleteFileEntry(FileEntry fileEntry)
|
void |
DLAppHelperLocalService.deleteFileEntry(FileEntry fileEntry)
|
static void |
DLAppHelperLocalServiceUtil.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
void |
DLAppHelperLocalServiceWrapper.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
void |
DLAppHelperLocalService.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
static FileEntry |
DLAppHelperLocalServiceUtil.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppHelperLocalServiceWrapper.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppHelperLocalService.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
DLAppHelperLocalServiceUtil.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
FileEntry |
DLAppHelperLocalServiceWrapper.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
FileEntry |
DLAppHelperLocalService.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
static void |
DLAppHelperLocalServiceUtil.restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
void |
DLAppHelperLocalServiceWrapper.restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
void |
DLAppHelperLocalService.restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
static AssetEntry |
DLAppHelperLocalServiceUtil.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
AssetEntry |
DLAppHelperLocalServiceWrapper.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
AssetEntry |
DLAppHelperLocalService.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
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. |
static AssetEntry |
DLAppHelperLocalServiceUtil.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
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. |
AssetEntry |
DLAppHelperLocalServiceWrapper.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
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. |
AssetEntry |
DLAppHelperLocalService.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
DLAppHelperLocalServiceUtil.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk)
|
void |
DLAppHelperLocalServiceWrapper.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk)
|
void |
DLAppHelperLocalService.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,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
|
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)
|
void |
DLAppHelperLocalService.updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
| Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.util |
|---|
| Methods in com.liferay.portlet.documentlibrary.util that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
DL.getFileEntries(Hits hits)
|
static List<FileEntry> |
DLUtil.getFileEntries(Hits hits)
|
| Methods in com.liferay.portlet.documentlibrary.util with parameters of type FileEntry | |
|---|---|
static void |
RawMetadataProcessorUtil.cleanUp(FileEntry fileEntry)
|
static void |
DLProcessorRegistryUtil.cleanUp(FileEntry fileEntry)
|
void |
DLProcessorRegistry.cleanUp(FileEntry fileEntry)
|
void |
ImageProcessor.cleanUp(FileEntry fileEntry)
|
void |
DLPreviewableProcessor.cleanUp(FileEntry fileEntry)
|
static void |
ImageProcessorUtil.cleanUp(FileEntry fileEntry)
|
void |
DLProcessor.cleanUp(FileEntry fileEntry)
Cleans up any resources that the processor created for the file entry. |
void |
RawMetadataProcessor.cleanUp(FileEntry fileEntry)
|
void |
DLPreviewableProcessor.deleteFiles(FileEntry fileEntry,
String thumbnailType)
|
protected abstract void |
DLPreviewableProcessor.doExportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected abstract void |
DLPreviewableProcessor.doImportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
VideoProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
PDFProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
AudioProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
static void |
DLProcessorRegistryUtil.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistry.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
ImageProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
DLPreviewableProcessor.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. |
protected void |
DLPreviewableProcessor.exportPreview(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement,
String binPathSuffix,
String previewType)
|
protected void |
DLPreviewableProcessor.exportPreview(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement,
String binPathSuffix,
String previewType,
int fileIndex)
|
protected void |
DLPreviewableProcessor.exportThumbnail(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement,
String binPathName,
int index)
|
protected void |
DLPreviewableProcessor.exportThumbnails(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement,
String binPathSuffix)
|
protected String |
DLPreviewableProcessor.getBinPath(PortletDataContext portletDataContext,
FileEntry fileEntry,
int index)
|
protected String |
DLPreviewableProcessor.getBinPath(PortletDataContext portletDataContext,
FileEntry fileEntry,
String type)
|
String |
DL.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString)
|
static String |
DLUtil.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString)
|
String |
DL.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
static String |
DLUtil.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
String |
DL.getFileEntryImage(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getFileEntryImage(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
String |
DL.getImagePreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getImagePreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
String |
DL.getImagePreviewURL(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getImagePreviewURL(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
String |
DL.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString)
|
static String |
DLUtil.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString)
|
String |
DL.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendToken)
Deprecated. As of 6.2.0, replaced by DL.getPreviewURL(FileEntry,
FileVersion, ThemeDisplay, String, boolean, boolean) |
static String |
DLUtil.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendToken)
Deprecated. As of 6.2.0, replaced by DLUtil.getPreviewURL(FileEntry,
FileVersion, ThemeDisplay, String, boolean, boolean) |
String |
DL.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
static String |
DLUtil.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
String |
DL.getThumbnailSrc(FileEntry fileEntry,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated. As of 7.0.0, replaced by DL.getThumbnailSrc(FileEntry,
ThemeDisplay) |
static String |
DLUtil.getThumbnailSrc(FileEntry fileEntry,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated. As of 7.0.0, replaced by DLUtil.getThumbnailSrc(FileEntry,
ThemeDisplay) |
String |
DL.getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated. As of 7.0.0, replaced by DL.getThumbnailSrc(FileEntry,
FileVersion, ThemeDisplay) |
static String |
DLUtil.getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated. As of 7.0.0, replaced by DLUtil.getThumbnailSrc(FileEntry,
FileVersion, ThemeDisplay) |
String |
DL.getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
String |
DL.getThumbnailSrc(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getThumbnailSrc(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
String |
DL.getTitleWithExtension(FileEntry fileEntry)
|
static String |
DLUtil.getTitleWithExtension(FileEntry fileEntry)
|
String |
DL.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry)
|
String |
DL.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired)
|
String |
DL.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired,
boolean officeExtensionRequired)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired,
boolean officeExtensionRequired)
|
void |
VideoProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
PDFProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
AudioProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
static void |
DLProcessorRegistryUtil.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistry.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
ImageProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
DLPreviewableProcessor.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. |
protected void |
DLPreviewableProcessor.importPreview(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement,
String binPathSuffix,
String previewType)
|
protected void |
DLPreviewableProcessor.importPreview(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement,
String binPathSuffix,
String previewType,
int fileIndex)
|
protected void |
DLPreviewableProcessor.importPreviewFromLAR(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement,
String binPathSuffix,
String previewType,
int fileIndex)
|
protected void |
DLPreviewableProcessor.importThumbnail(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement,
String binPathName,
int index)
|
protected void |
DLPreviewableProcessor.importThumbnailFromLAR(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement,
String binPathName,
int index)
|
protected void |
DLPreviewableProcessor.importThumbnails(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement,
String binPathSuffix)
|
static void |
DLProcessorRegistryUtil.trigger(FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLProcessorRegistry.trigger(FileEntry fileEntry,
FileVersion fileVersion)
|
static void |
DLProcessorRegistryUtil.trigger(FileEntry fileEntry,
FileVersion fileVersion,
boolean trusted)
|
void |
DLProcessorRegistry.trigger(FileEntry fileEntry,
FileVersion fileVersion,
boolean trusted)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.util.test |
|---|
| Methods in com.liferay.portlet.documentlibrary.util.test that return FileEntry | |
|---|---|
static FileEntry |
DLAppTestUtil.addFileEntryWithWorkflow(long userId,
long groupId,
long folderId,
String sourceFileName,
String title,
boolean approved,
ServiceContext serviceContext)
|
protected static FileEntry |
DLAppTestUtil.updateStatus(FileEntry fileEntry,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.documentlibrary.util.test with parameters of type FileEntry | |
|---|---|
protected static FileEntry |
DLAppTestUtil.updateStatus(FileEntry fileEntry,
ServiceContext serviceContext)
|
| Uses of FileEntry in com.liferay.portlet.exportimport.lar |
|---|
| Methods in com.liferay.portlet.exportimport.lar that return FileEntry | |
|---|---|
static FileEntry |
ExportImportHelperUtil.getTempFileEntry(long groupId,
long userId,
String folderName)
|
FileEntry |
ExportImportHelper.getTempFileEntry(long groupId,
long userId,
String folderName)
|
| Methods in com.liferay.portlet.exportimport.lar with parameters of type FileEntry | |
|---|---|
static ManifestSummary |
ExportImportHelperUtil.getManifestSummary(long userId,
long groupId,
Map<String,String[]> parameterMap,
FileEntry fileEntry)
|
ManifestSummary |
ExportImportHelper.getManifestSummary(long userId,
long groupId,
Map<String,String[]> parameterMap,
FileEntry fileEntry)
|
| Uses of FileEntry in com.liferay.portlet.messageboards.model |
|---|
| Methods in com.liferay.portlet.messageboards.model that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
MBMessage.getAttachmentsFileEntries()
|
List<FileEntry> |
MBMessageWrapper.getAttachmentsFileEntries()
|
List<FileEntry> |
MBMessage.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
MBMessageWrapper.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
MBMessage.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
MBMessageWrapper.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
MBMessage.getDeletedAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
MBMessageWrapper.getDeletedAttachmentsFileEntries(int start,
int end)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||