|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FileEntry in com.liferay.portal.kernel.lar |
|---|
| Methods in com.liferay.portal.kernel.lar that return FileEntry | |
|---|---|
FileEntry |
ExportImportHelper.getTempFileEntry(long groupId,
long userId,
String folderName)
|
static FileEntry |
ExportImportHelperUtil.getTempFileEntry(long groupId,
long userId,
String folderName)
|
| Methods in com.liferay.portal.kernel.lar with parameters of type FileEntry | |
|---|---|
ManifestSummary |
ExportImportHelper.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.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 |
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,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryImpl.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,
InputStream is,
long size,
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 |
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,
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,
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 |
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.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseRepositoryImpl.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
Repository.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseRepositoryImpl.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext 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 |
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 |
DocumentRepository.getFileEntry(long fileEntryId)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntry(long fileEntryId)
|
FileEntry |
DocumentRepository.getFileEntry(long folderId,
String title)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntry(long folderId,
String title)
|
FileEntry |
DocumentRepository.getFileEntryByUuid(String uuid)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntryByUuid(String uuid)
|
FileEntry |
DocumentRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext 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.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.moveFileEntry(long, long,
long, 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,
File file,
ServiceContext 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 |
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 |
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 |
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,
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,
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) |
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) |
| Methods in com.liferay.portal.kernel.repository that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
Repository.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> |
DocumentRepository.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> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
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)
|
List<FileEntry> |
BaseRepositoryImpl.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 |
DefaultLocalRepositoryImpl.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
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 |
| Method parameters in com.liferay.portal.kernel.repository with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
Repository.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> |
DocumentRepository.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> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
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)
|
List<FileEntry> |
BaseRepositoryImpl.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 |
TemporaryFileEntriesCapability.getTemporaryFileEntry(TemporaryFileEntriesScope temporaryFileEntriesScope,
String fileName)
|
FileEntry |
TrashCapability.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
Folder newFolder,
ServiceContext serviceContext)
|
FileEntry |
TrashCapability.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
|
| 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 |
WorkflowCapability.addFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
WorkflowCapability.checkInFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
TrashCapability.deleteFileEntry(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)
|
void |
WorkflowCapability.revertFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
WorkflowCapability.updateFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
| Uses of FileEntry in com.liferay.portal.kernel.repository.cmis |
|---|
| Methods in com.liferay.portal.kernel.repository.cmis that return FileEntry | |
|---|---|
FileEntry |
CMISRepositoryHandler.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.getFileEntry(long fileEntryId)
|
FileEntry |
CMISRepositoryHandler.getFileEntry(long folderId,
String title)
|
FileEntry |
CMISRepositoryHandler.getFileEntryByUuid(String uuid)
|
FileEntry |
CMISRepositoryHandler.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseCmisRepository.toFileEntry(String objectId)
|
FileEntry |
CMISRepositoryHandler.toFileEntry(String objectId)
|
FileEntry |
CMISRepositoryHandler.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseCmisRepository.updateFileEntry(String objectId,
String mimeType,
Map<String,Object> properties,
InputStream is,
String sourceFileName,
long size,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.updateFileEntry(String objectId,
String mimeType,
Map<String,Object> properties,
InputStream is,
String sourceFileName,
long size,
ServiceContext serviceContext)
|
| Methods in com.liferay.portal.kernel.repository.cmis that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Method parameters in com.liferay.portal.kernel.repository.cmis with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| 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 |
FileVersion.getFileEntry()
|
FileEntry |
FileVersionWrapper.getFileEntry()
|
FileEntry |
FileEntryWrapper.getWrappedModel()
|
FileEntry |
FileEntryWrapper.toEscapedModel()
|
FileEntry |
FileEntryWrapper.toUnescapedModel()
|
| Methods in com.liferay.portal.kernel.repository.model with parameters of type FileEntry | |
|---|---|
void |
BaseRepositoryModelOperation.execute(FileEntry fileEntry)
|
void |
RepositoryModelOperation.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.repository.util |
|---|
| Methods in com.liferay.portal.kernel.repository.util that return FileEntry | |
|---|---|
FileEntry |
RepositoryTrash.moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
RepositoryTrashUtil.moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
RepositoryTrash.moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId)
|
static FileEntry |
RepositoryTrashUtil.moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId)
|
| Uses of FileEntry in com.liferay.portal.kernel.search |
|---|
| 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.util |
|---|
| Methods in com.liferay.portal.kernel.util that return FileEntry | |
|---|---|
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,
File file,
String mimeType)
Deprecated. |
static FileEntry |
TempFileEntryUtil.addTempFileEntry(long groupId,
long userId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
|
static FileEntry |
TempFileUtil.addTempFileEntry(long groupId,
long userId,
String fileName,
String tempFolderName,
InputStream inputStream,
String mimeType)
Deprecated. |
static FileEntry |
TempFileEntryUtil.getTempFileEntry(long groupId,
long userId,
String folderName,
String fileName)
|
static FileEntry |
TempFileUtil.getTempFileEntry(long groupId,
long userId,
String folderName,
String fileName)
Deprecated. |
| Uses of FileEntry in com.liferay.portal.lar |
|---|
| Methods in com.liferay.portal.lar that return FileEntry | |
|---|---|
protected FileEntry |
ExportImportHelperImpl.getFileEntry(Map<String,String[]> map)
|
FileEntry |
ExportImportHelperImpl.getTempFileEntry(long groupId,
long userId,
String folderName)
|
| Methods in com.liferay.portal.lar with parameters of type FileEntry | |
|---|---|
ManifestSummary |
ExportImportHelperImpl.getManifestSummary(long userId,
long groupId,
Map<String,String[]> parameterMap,
FileEntry fileEntry)
|
| Uses of FileEntry in com.liferay.portal.metadata |
|---|
| Methods in com.liferay.portal.metadata with parameters of type FileEntry | |
|---|---|
void |
XugglerRawMetadataProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
XugglerRawMetadataProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
| Uses of FileEntry in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
BackgroundTask.getAttachmentsFileEntries()
|
List<FileEntry> |
BackgroundTaskWrapper.getAttachmentsFileEntries()
|
List<FileEntry> |
BackgroundTask.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
BackgroundTaskWrapper.getAttachmentsFileEntries(int start,
int end)
|
| Uses of FileEntry in com.liferay.portal.model.impl |
|---|
| Methods in com.liferay.portal.model.impl that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
BackgroundTaskImpl.getAttachmentsFileEntries()
|
List<FileEntry> |
BackgroundTaskImpl.getAttachmentsFileEntries(int start,
int end)
|
| Uses of FileEntry in com.liferay.portal.portletfilerepository |
|---|
| Methods in com.liferay.portal.portletfilerepository that return FileEntry | |
|---|---|
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,
File file,
String fileName,
String mimeType,
boolean indexingEnabled)
|
FileEntry |
PortletFileRepositoryImpl.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,
InputStream inputStream,
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)
|
FileEntry |
PortletFileRepositoryImpl.addPortletFileEntry(long groupId,
long userId,
String className,
long classPK,
String portletId,
long folderId,
InputStream inputStream,
String fileName,
String mimeType,
boolean indexingEnabled)
|
static FileEntry |
PortletFileRepositoryUtil.getPortletFileEntry(long fileEntryId)
|
FileEntry |
PortletFileRepository.getPortletFileEntry(long fileEntryId)
|
FileEntry |
PortletFileRepositoryImpl.getPortletFileEntry(long fileEntryId)
|
static FileEntry |
PortletFileRepositoryUtil.getPortletFileEntry(long groupId,
long folderId,
String fileName)
|
FileEntry |
PortletFileRepository.getPortletFileEntry(long groupId,
long folderId,
String fileName)
|
FileEntry |
PortletFileRepositoryImpl.getPortletFileEntry(long groupId,
long folderId,
String fileName)
|
static FileEntry |
PortletFileRepositoryUtil.getPortletFileEntry(String uuid,
long groupId)
|
FileEntry |
PortletFileRepository.getPortletFileEntry(String uuid,
long groupId)
|
FileEntry |
PortletFileRepositoryImpl.getPortletFileEntry(String uuid,
long groupId)
|
static FileEntry |
PortletFileRepositoryUtil.movePortletFileEntryToTrash(long userId,
long fileEntryId)
|
FileEntry |
PortletFileRepository.movePortletFileEntryToTrash(long userId,
long fileEntryId)
|
FileEntry |
PortletFileRepositoryImpl.movePortletFileEntryToTrash(long userId,
long fileEntryId)
|
static FileEntry |
PortletFileRepositoryUtil.movePortletFileEntryToTrash(long groupId,
long userId,
long folderId,
String fileName)
|
FileEntry |
PortletFileRepository.movePortletFileEntryToTrash(long groupId,
long userId,
long folderId,
String fileName)
|
FileEntry |
PortletFileRepositoryImpl.movePortletFileEntryToTrash(long groupId,
long userId,
long folderId,
String fileName)
|
| Methods in com.liferay.portal.portletfilerepository that return types with arguments of type FileEntry | |
|---|---|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId)
|
List<FileEntry> |
PortletFileRepositoryImpl.getPortletFileEntries(long groupId,
long folderId)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
int status)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
int status)
|
List<FileEntry> |
PortletFileRepositoryImpl.getPortletFileEntries(long groupId,
long folderId,
int status)
|
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,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepositoryImpl.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepositoryImpl.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
protected List<FileEntry> |
PortletFileRepositoryImpl.toFileEntries(List<DLFileEntry> dlFileEntries)
|
| Methods in com.liferay.portal.portletfilerepository with parameters of type FileEntry | |
|---|---|
static String |
PortletFileRepositoryUtil.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
String |
PortletFileRepository.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
String |
PortletFileRepositoryImpl.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
static String |
PortletFileRepositoryUtil.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
String |
PortletFileRepository.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
String |
PortletFileRepositoryImpl.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
static String |
PortletFileRepositoryUtil.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
String |
PortletFileRepository.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
String |
PortletFileRepositoryImpl.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString)
|
static String |
PortletFileRepositoryUtil.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
String |
PortletFileRepository.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
String |
PortletFileRepositoryImpl.getPortletFileEntryURL(ThemeDisplay themeDisplay,
FileEntry fileEntry,
String queryString,
boolean absoluteURL)
|
| Method parameters in com.liferay.portal.portletfilerepository with type arguments of type FileEntry | |
|---|---|
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,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepositoryImpl.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepositoryImpl.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
| Uses of FileEntry in com.liferay.portal.repository.capabilities |
|---|
| Methods in com.liferay.portal.repository.capabilities that return FileEntry | |
|---|---|
FileEntry |
CapabilityLocalRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
CapabilityLocalRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see CapabilityRepository.addFileEntry(long, long, String,
String, String, String, String, File, ServiceContext) |
FileEntry |
CapabilityRepository.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 CapabilityRepository.addFileEntry(long, long, String,
String, String, String, String, InputStream, long,
ServiceContext) |
FileEntry |
TemporaryFileEntriesCapabilityImpl.addTemporaryFileEntry(TemporaryFileEntriesScope temporaryFileEntriesScope,
String fileName,
String mimeType,
InputStream inputStream)
|
FileEntry |
CapabilityRepository.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
CapabilityLocalRepository.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by CapabilityRepository.copyFileEntry(long, long,
long, long, ServiceContext) |
FileEntry |
CapabilityLocalRepository.getFileEntry(long fileEntryId)
|
FileEntry |
CapabilityRepository.getFileEntry(long fileEntryId)
|
FileEntry |
CapabilityLocalRepository.getFileEntry(long folderId,
String title)
|
FileEntry |
CapabilityRepository.getFileEntry(long folderId,
String title)
|
FileEntry |
CapabilityLocalRepository.getFileEntryByUuid(String uuid)
|
FileEntry |
CapabilityRepository.getFileEntryByUuid(String uuid)
|
FileEntry |
TemporaryFileEntriesCapabilityImpl.getTemporaryFileEntry(TemporaryFileEntriesScope temporaryFileEntriesScope,
String fileName)
|
FileEntry |
CapabilityLocalRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by CapabilityRepository.moveFileEntry(long, long,
long, ServiceContext) |
FileEntry |
LiferayTrashCapability.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
Folder newFolder,
ServiceContext serviceContext)
|
FileEntry |
LiferayTrashCapability.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
|
FileEntry |
CapabilityLocalRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
CapabilityLocalRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
CapabilityRepository.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 CapabilityRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, File,
ServiceContext) |
FileEntry |
CapabilityRepository.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 CapabilityRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, InputStream,
long, ServiceContext) |
| Methods in com.liferay.portal.repository.capabilities that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
CapabilityRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityRepository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityRepository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityLocalRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
TemporaryFileEntriesCapabilityImpl.getTemporaryFileEntries(TemporaryFileEntriesScope temporaryFileEntriesScope)
|
| Methods in com.liferay.portal.repository.capabilities with parameters of type FileEntry | |
|---|---|
void |
MinimalWorkflowCapability.addFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
LiferayWorkflowCapability.addFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
MinimalWorkflowCapability.checkInFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
LiferayWorkflowCapability.checkInFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
LiferayTrashCapability.deleteFileEntry(FileEntry fileEntry)
|
protected void |
LiferayTrashCapability.deleteTrashEntry(FileEntry fileEntry)
|
protected void |
MinimalWorkflowCapability.doUpdateStatus(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
FileEntry |
LiferayTrashCapability.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
Folder newFolder,
ServiceContext serviceContext)
|
FileEntry |
LiferayTrashCapability.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
|
protected static void |
LiferaySyncCapability.registerDLSyncEventCallback(String event,
FileEntry fileEntry)
|
void |
LiferayTrashCapability.restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
void |
MinimalWorkflowCapability.revertFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
LiferayWorkflowCapability.revertFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
CapabilityLocalRepository.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
Deprecated. As of 7.0.0, with no direct replacement |
void |
MinimalWorkflowCapability.updateFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
LiferayWorkflowCapability.updateFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
| Method parameters in com.liferay.portal.repository.capabilities with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
CapabilityRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityRepository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityRepository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityLocalRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CapabilityRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Uses of FileEntry in com.liferay.portal.repository.cmis |
|---|
| Methods in com.liferay.portal.repository.cmis that return FileEntry | |
|---|---|
FileEntry |
CMISRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
CMISRepository.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepository.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
CMISRepository.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepository.getFileEntry(long fileEntryId)
|
FileEntry |
CMISRepository.getFileEntry(long folderId,
String title)
|
FileEntry |
CMISRepository.getFileEntryByUuid(String uuid)
|
FileEntry |
CMISRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepository.toFileEntry(org.apache.chemistry.opencmis.client.api.Document document)
|
protected FileEntry |
CMISRepository.toFileEntry(org.apache.chemistry.opencmis.client.api.Document document,
boolean strict)
|
FileEntry |
CMISRepository.toFileEntry(String objectId)
|
protected FileEntry |
CMISRepository.toFileEntry(String objectId,
boolean strict)
|
FileEntry |
CMISRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
CMISRepository.updateFileEntry(String objectId,
String mimeType,
Map<String,Object> properties,
InputStream is,
String sourceFileName,
long size,
ServiceContext serviceContext)
|
| Methods in com.liferay.portal.repository.cmis that return types with arguments of type FileEntry | |
|---|---|
protected List<FileEntry> |
CMISRepository.getFileEntries(long folderId)
|
List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
protected List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
long repositoryId)
|
List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Method parameters in com.liferay.portal.repository.cmis with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Uses of FileEntry in com.liferay.portal.repository.cmis.model |
|---|
| Classes in com.liferay.portal.repository.cmis.model that implement FileEntry | |
|---|---|
class |
CMISFileEntry
|
| Methods in com.liferay.portal.repository.cmis.model that return FileEntry | |
|---|---|
FileEntry |
CMISFileVersion.getFileEntry()
|
FileEntry |
CMISFileEntry.toEscapedModel()
|
FileEntry |
CMISFileEntry.toUnescapedModel()
|
| Uses of FileEntry in com.liferay.portal.repository.liferayrepository |
|---|
| Methods in com.liferay.portal.repository.liferayrepository that return FileEntry | |
|---|---|
FileEntry |
LiferayWorkflowLocalRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
LiferayWorkflowRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
ModelValidatorLocalRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
LiferayLocalRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
ModelValidatorRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
LiferayWorkflowLocalRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LiferayWorkflowRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
ModelValidatorLocalRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LiferayLocalRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
ModelValidatorRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see LiferayRepository.addFileEntry(long, long, String,
String, String, String, String, File, ServiceContext) |
FileEntry |
LiferayRepository.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 LiferayRepository.addFileEntry(long, long, String,
String, String, String, String, InputStream, long,
ServiceContext) |
FileEntry |
LiferayRepository.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
LiferayWorkflowLocalRepositoryWrapper.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
LiferayWorkflowRepositoryWrapper.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
LiferayLocalRepository.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LiferayRepository.copyFileEntry(long, long,
long, long, ServiceContext) |
FileEntry |
LiferayRepository.getFileEntry(long fileEntryId)
|
FileEntry |
LiferayLocalRepository.getFileEntry(long fileEntryId)
|
FileEntry |
LiferayRepository.getFileEntry(long folderId,
String title)
|
FileEntry |
LiferayLocalRepository.getFileEntry(long folderId,
String title)
|
FileEntry |
LiferayRepository.getFileEntryByUuid(String uuid)
|
FileEntry |
LiferayLocalRepository.getFileEntryByUuid(String uuid)
|
FileEntry |
LiferayRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
LiferayLocalRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LiferayRepository.moveFileEntry(long, long,
long, ServiceContext) |
FileEntry |
LiferayWorkflowLocalRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LiferayWorkflowRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
ModelValidatorLocalRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LiferayLocalRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
ModelValidatorRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LiferayWorkflowLocalRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LiferayWorkflowRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
ModelValidatorLocalRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LiferayLocalRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
ModelValidatorRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.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 LiferayRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, File,
ServiceContext) |
FileEntry |
LiferayRepository.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 LiferayRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, InputStream,
long, ServiceContext) |
| Methods in com.liferay.portal.repository.liferayrepository that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
LiferayRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayRepository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayRepository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayLocalRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Methods in com.liferay.portal.repository.liferayrepository with parameters of type FileEntry | |
|---|---|
void |
LiferayLocalRepository.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
| Method parameters in com.liferay.portal.repository.liferayrepository with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
LiferayRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayRepository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayRepository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayLocalRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LiferayRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Uses of FileEntry in com.liferay.portal.repository.liferayrepository.model |
|---|
| Classes in com.liferay.portal.repository.liferayrepository.model that implement FileEntry | |
|---|---|
class |
LiferayFileEntry
|
| Methods in com.liferay.portal.repository.liferayrepository.model that return FileEntry | |
|---|---|
FileEntry |
LiferayFileVersion.getFileEntry()
|
FileEntry |
LiferayFileEntry.toEscapedModel()
|
FileEntry |
LiferayFileEntry.toUnescapedModel()
|
| Uses of FileEntry in com.liferay.portal.repository.liferayrepository.util |
|---|
| Methods in com.liferay.portal.repository.liferayrepository.util that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
LiferayBase.toFileEntries(List<DLFileEntry> dlFileEntries)
Deprecated. |
| 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 |
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,
File file,
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 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 |
LocalRepositoryProxyBean.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.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 |
LocalRepositoryProxyBean.getFileEntry(long fileEntryId)
|
FileEntry |
BaseRepositoryProxyBean.getFileEntry(long fileEntryId)
|
FileEntry |
LocalRepositoryProxyBean.getFileEntry(long folderId,
String title)
|
FileEntry |
BaseRepositoryProxyBean.getFileEntry(long folderId,
String title)
|
FileEntry |
LocalRepositoryProxyBean.getFileEntryByUuid(String uuid)
|
FileEntry |
BaseRepositoryProxyBean.getFileEntryByUuid(String uuid)
|
FileEntry |
LocalRepositoryProxyBean.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.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 |
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,
File file,
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 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 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> |
LocalRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.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 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> |
LocalRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.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.repository.util |
|---|
| Methods in com.liferay.portal.repository.util that return FileEntry | |
|---|---|
FileEntry |
LocalRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see RepositoryWrapper.addFileEntry(long, long, String,
String, String, String, String, File, ServiceContext) |
FileEntry |
RepositoryWrapper.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 RepositoryWrapper.addFileEntry(long, long, String,
String, String, String, String, InputStream, long,
ServiceContext) |
FileEntry |
RepositoryWrapper.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryWrapper.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by RepositoryWrapper.copyFileEntry(long, long,
long, long, ServiceContext) |
FileEntry |
LocalRepositoryWrapper.getFileEntry(long fileEntryId)
|
FileEntry |
RepositoryWrapper.getFileEntry(long fileEntryId)
|
FileEntry |
LocalRepositoryWrapper.getFileEntry(long folderId,
String title)
|
FileEntry |
RepositoryWrapper.getFileEntry(long folderId,
String title)
|
FileEntry |
LocalRepositoryWrapper.getFileEntryByUuid(String uuid)
|
FileEntry |
RepositoryWrapper.getFileEntryByUuid(String uuid)
|
FileEntry |
LocalRepositoryWrapper.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by RepositoryWrapper.moveFileEntry(long, long,
long, ServiceContext) |
FileEntry |
RepositoryTrashImpl.moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
RepositoryTrashImpl.moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId)
|
FileEntry |
LocalRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
RepositoryWrapper.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 RepositoryWrapper.updateFileEntry(long, long,
String, String, String, String, String, boolean, File,
ServiceContext) |
FileEntry |
RepositoryWrapper.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 RepositoryWrapper.updateFileEntry(long, long,
String, String, String, String, String, boolean, InputStream,
long, ServiceContext) |
| Methods in com.liferay.portal.repository.util that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
RepositoryWrapper.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
RepositoryWrapper.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
RepositoryWrapper.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LocalRepositoryWrapper.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
RepositoryWrapper.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
RepositoryWrapper.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Methods in com.liferay.portal.repository.util with parameters of type FileEntry | |
|---|---|
void |
LocalRepositoryWrapper.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.util with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
RepositoryWrapper.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
RepositoryWrapper.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
RepositoryWrapper.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
LocalRepositoryWrapper.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
RepositoryWrapper.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
RepositoryWrapper.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| 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)
|
FileEntry |
CMISRepositoryLocalService.toFileEntry(long repositoryId,
Object object)
|
static FileEntry |
CMISRepositoryLocalServiceUtil.toFileEntry(long repositoryId,
Object object)
|
FileEntry |
CMISRepositoryLocalServiceWrapper.toFileEntry(long repositoryId,
Object object)
|
| Uses of FileEntry in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return FileEntry | |
|---|---|
static FileEntry |
LayoutServiceHttp.addTempFileEntry(HttpPrincipal httpPrincipal,
long groupId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
|
| Uses of FileEntry in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return FileEntry | |
|---|---|
FileEntry |
LayoutServiceImpl.addTempFileEntry(long groupId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
|
protected FileEntry |
StagingLocalServiceImpl.fetchStagingRequestFileEntry(long stagingRequestId,
Folder folder)
|
protected FileEntry |
StagingLocalServiceImpl.getStagingRequestFileEntry(long userId,
long stagingRequestId,
Folder folder)
|
FileEntry |
CMISRepositoryLocalServiceImpl.toFileEntry(long repositoryId,
Object object)
|
| Uses of FileEntry in com.liferay.portal.verify |
|---|
| Methods in com.liferay.portal.verify that return FileEntry | |
|---|---|
protected FileEntry |
VerifyDynamicDataMapping.addFileEntry(long companyId,
long userId,
long groupId,
long folderId,
String fileName,
String filePath,
int status)
|
| Methods in com.liferay.portal.verify with parameters of type FileEntry | |
|---|---|
protected String |
VerifyDynamicDataMapping.getJSON(FileEntry fileEntry)
|
protected void |
VerifyDynamicDataMapping.updateFileEntryStatus(FileEntry fileEntry,
int status,
ServiceContext serviceContext)
|
| Uses of FileEntry in com.liferay.portal.webserver |
|---|
| Methods in com.liferay.portal.webserver that return FileEntry | |
|---|---|
protected FileEntry |
WebServerServlet.getFileEntry(String[] pathArray)
|
protected static FileEntry |
WebServerServlet.getPortletFileEntry(javax.servlet.http.HttpServletRequest request,
String[] pathArray)
|
| Methods in com.liferay.portal.webserver with parameters of type FileEntry | |
|---|---|
protected Image |
WebServerServlet.convertFileEntry(boolean smallImage,
FileEntry fileEntry)
|
| Uses of FileEntry in com.liferay.portlet.blogs |
|---|
| Methods in com.liferay.portlet.blogs that return FileEntry | |
|---|---|
protected FileEntry |
BlogsEntryAttachmentFileEntryHelper.addBlogsEntryAttachmentFileEntry(long groupId,
long userId,
long blogsEntryId,
String fileName,
String mimeType,
InputStream is)
|
FileEntry |
BlogsEntryAttachmentFileEntryReference.getBlogsEntryAttachmentFileEntry()
|
| Methods in com.liferay.portlet.blogs that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
BlogsEntryAttachmentFileEntryHelper.getTempBlogsEntryAttachmentFileEntries(String content)
|
| Methods in com.liferay.portlet.blogs with parameters of type FileEntry | |
|---|---|
protected String |
BlogsEntryAttachmentFileEntryHelper.getBlogsEntryAttachmentFileEntryLink(FileEntry blogsEntryAttachmentEntryFileEntry)
|
| Method parameters in com.liferay.portlet.blogs with type arguments of type FileEntry | |
|---|---|
List<BlogsEntryAttachmentFileEntryReference> |
BlogsEntryAttachmentFileEntryHelper.addBlogsEntryAttachmentFileEntries(long groupId,
long userId,
long blogsEntryId,
List<FileEntry> tempFileEntries)
|
| Constructors in com.liferay.portlet.blogs with parameters of type FileEntry | |
|---|---|
BlogsEntryAttachmentFileEntryReference(long tempBlogsEntryAttachmentFileEntryId,
FileEntry blogsEntryAttachmentFileEntry)
|
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.action |
|---|
| Methods in com.liferay.portlet.documentlibrary.action that return FileEntry | |
|---|---|
protected FileEntry |
EditFileEntryAction.updateFileEntry(PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
|
| Methods in com.liferay.portlet.documentlibrary.action with parameters of type FileEntry | |
|---|---|
protected String |
EditFileEntryAction.getSaveAndContinueRedirect(PortletConfig portletConfig,
ActionRequest actionRequest,
FileEntry fileEntry,
String redirect)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.asset |
|---|
| Constructors in com.liferay.portlet.documentlibrary.asset with parameters of type FileEntry | |
|---|---|
DLFileEntryAssetRenderer(FileEntry fileEntry,
FileVersion fileVersion)
|
|
DLFileEntryDDMFieldReader(FileEntry dlFileEntry,
FileVersion fileVersion)
|
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.atom |
|---|
| Methods in com.liferay.portlet.documentlibrary.atom that return FileEntry | |
|---|---|
protected FileEntry |
FileEntryAtomCollectionAdapter.doGetEntry(String resourceName,
AtomRequestContext atomRequestContext)
|
protected FileEntry |
FileEntryAtomCollectionAdapter.doPostEntry(String title,
String summary,
String content,
Date date,
AtomRequestContext atomRequestContext)
|
protected FileEntry |
FileEntryAtomCollectionAdapter.doPostMedia(String mimeType,
String slug,
InputStream inputStream,
AtomRequestContext atomRequestContext)
|
| Methods in com.liferay.portlet.documentlibrary.atom that return types with arguments of type FileEntry | |
|---|---|
protected Iterable<FileEntry> |
FileEntryAtomCollectionAdapter.doGetFeedEntries(AtomRequestContext atomRequestContext)
|
| Methods in com.liferay.portlet.documentlibrary.atom with parameters of type FileEntry | |
|---|---|
protected void |
FileEntryAtomCollectionAdapter.doPutEntry(FileEntry fileEntry,
String title,
String summary,
String content,
Date date,
AtomRequestContext atomRequestContext)
|
protected void |
FileEntryAtomCollectionAdapter.doPutMedia(FileEntry fileEntry,
String mimeType,
String slug,
InputStream inputStream,
AtomRequestContext atomRequestContext)
|
List<String> |
FileEntryAtomCollectionAdapter.getEntryAuthors(FileEntry fileEntry)
|
AtomEntryContent |
FileEntryAtomCollectionAdapter.getEntryContent(FileEntry fileEntry,
AtomRequestContext atomRequestContext)
|
String |
FileEntryAtomCollectionAdapter.getEntryId(FileEntry fileEntry)
|
String |
FileEntryAtomCollectionAdapter.getEntrySummary(FileEntry fileEntry)
|
String |
FileEntryAtomCollectionAdapter.getEntryTitle(FileEntry fileEntry)
|
Date |
FileEntryAtomCollectionAdapter.getEntryUpdated(FileEntry fileEntry)
|
String |
FileEntryAtomCollectionAdapter.getMediaContentType(FileEntry fileEntry)
|
String |
FileEntryAtomCollectionAdapter.getMediaName(FileEntry fileEntry)
|
InputStream |
FileEntryAtomCollectionAdapter.getMediaStream(FileEntry fileEntry)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.context |
|---|
| Fields in com.liferay.portlet.documentlibrary.context declared as FileEntry | |
|---|---|
protected FileEntry |
BaseDLEditFileEntryDisplayContext.fileEntry
|
| Methods in com.liferay.portlet.documentlibrary.context with parameters of type FileEntry | |
|---|---|
DLEditFileEntryDisplayContext |
DLEditFileEntryDisplayContextFactory.getDLEditFileEntryDisplayContext(DLEditFileEntryDisplayContext parentDLEditFileEntryDisplayContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileEntry fileEntry)
|
static DLEditFileEntryDisplayContext |
DLEditFileEntryDisplayContextUtil.getDLEditFileEntryDisplayContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileEntry fileEntry)
|
| Constructors in com.liferay.portlet.documentlibrary.context with parameters of type FileEntry | |
|---|---|
BaseDLEditFileEntryDisplayContext(UUID uuid,
DLEditFileEntryDisplayContext parentDLEditFileEntryDisplayContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileEntry fileEntry)
|
|
DefaultDLEditFileEntryDisplayContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileEntry fileEntry)
|
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.context.helper |
|---|
| Methods in com.liferay.portlet.documentlibrary.context.helper that return FileEntry | |
|---|---|
FileEntry |
FileEntryDisplayContextHelper.getFileEntry()
|
| Constructors in com.liferay.portlet.documentlibrary.context.helper with parameters of type FileEntry | |
|---|---|
FileEntryDisplayContextHelper(PermissionChecker permissionChecker,
FileEntry fileEntry)
|
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.lar |
|---|
| Methods in com.liferay.portlet.documentlibrary.lar that return FileEntry | |
|---|---|
static FileEntry |
FileEntryUtil.fetchByPrimaryKey(long fileEntryId)
|
static FileEntry |
FileEntryUtil.fetchByR_F_T(long repositoryId,
long folderId,
String title)
|
static FileEntry |
FileEntryUtil.fetchByUUID_R(String uuid,
long repositoryId)
|
FileEntry |
FileEntryStagedModelDataHandler.fetchStagedModelByUuidAndCompanyId(String uuid,
long companyId)
|
FileEntry |
FileEntryStagedModelDataHandler.fetchStagedModelByUuidAndGroupId(String uuid,
long groupId)
|
static FileEntry |
FileEntryUtil.findByR_F_T(long repositoryId,
long folderId,
String title)
Deprecated. As of 7.0.0, with no direct replacement |
| Methods in com.liferay.portlet.documentlibrary.lar that return types with arguments of type FileEntry | |
|---|---|
static List<FileEntry> |
FileEntryUtil.findByR_F(long repositoryId,
long folderId)
Deprecated. As of 7.0.0, with no direct replacement |
| Methods in com.liferay.portlet.documentlibrary.lar with parameters of type FileEntry | |
|---|---|
protected void |
FileEntryStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext,
FileEntry fileEntry)
|
protected void |
FileEntryStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext,
FileEntry fileEntry)
|
protected void |
FileEntryStagedModelDataHandler.doRestoreStagedModel(PortletDataContext portletDataContext,
FileEntry fileEntry)
|
protected void |
FileEntryStagedModelDataHandler.exportMetaData(PortletDataContext portletDataContext,
Element fileEntryElement,
FileEntry fileEntry)
|
static InputStream |
FileEntryUtil.getContentStream(FileEntry fileEntry)
|
String |
FileEntryStagedModelDataHandler.getDisplayName(FileEntry fileEntry)
|
protected void |
FileEntryStagedModelDataHandler.importMetaData(PortletDataContext portletDataContext,
Element fileEntryElement,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
FileEntryStagedModelDataHandler.importStagedModel(PortletDataContext portletDataContext,
FileEntry fileEntry)
|
protected void |
FileEntryStagedModelDataHandler.validateExport(PortletDataContext portletDataContext,
FileEntry fileEntry)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.service |
|---|
| Methods in com.liferay.portlet.documentlibrary.service that return FileEntry | |
|---|---|
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 |
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. |
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. |
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 |
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. |
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. |
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 |
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. |
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. |
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 |
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. |
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. |
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 |
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. |
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. |
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 |
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. |
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. |
static FileEntry |
DLAppServiceUtil.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. |
FileEntry |
DLAppServiceWrapper.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. |
FileEntry |
DLAppService.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
InputStream inputStream,
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. |
static FileEntry |
DLAppServiceUtil.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. |
FileEntry |
DLAppServiceWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
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 |
DLAppLocalService.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 |
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. |
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 |
DLAppLocalService.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 |
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. |
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 |
DLAppLocalService.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 |
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. |
static FileEntry |
DLAppLocalServiceUtil.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. |
FileEntry |
DLAppLocalServiceWrapper.moveFileEntry(long userId,
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. |
FileEntry |
DLAppService.moveFileEntry(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. |
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 |
DLAppLocalServiceUtil.moveFileEntryFromTrash(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil#moveFileEntryFromTrash(long, long, long,
long, ServiceContext) |
FileEntry |
DLAppLocalService.moveFileEntryFromTrash(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil#moveFileEntryFromTrash(long, long, long,
long, ServiceContext) |
FileEntry |
DLAppLocalServiceWrapper.moveFileEntryFromTrash(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil#moveFileEntryFromTrash(long, long, long,
long, ServiceContext) |
static FileEntry |
DLAppServiceUtil.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
FileEntry |
DLAppService.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
FileEntry |
DLAppServiceWrapper.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
static FileEntry |
DLAppServiceUtil.moveFileEntryToTrash(long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
FileEntry |
DLAppService.moveFileEntryToTrash(long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
FileEntry |
DLAppServiceWrapper.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. |
static FileEntry |
DLAppLocalServiceUtil.moveFileEntryToTrash(long userId,
long fileEntryId)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil#moveFileEntryToTrash(long, long, long) |
FileEntry |
DLAppLocalService.moveFileEntryToTrash(long userId,
long fileEntryId)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil#moveFileEntryToTrash(long, long, long) |
FileEntry |
DLAppLocalServiceWrapper.moveFileEntryToTrash(long userId,
long fileEntryId)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil#moveFileEntryToTrash(long, long, long) |
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 |
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. |
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. |
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 |
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. |
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. |
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 |
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. |
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. |
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 |
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. |
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. |
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 |
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. |
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. |
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 |
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. |
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. |
static FileEntry |
DLAppServiceUtil.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)
|
FileEntry |
DLAppServiceWrapper.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,
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)
|
FileEntry |
DLAppServiceWrapper.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 | |
|---|---|
static List<FileEntry> |
DLAppServiceUtil.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. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the file entries in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the file entries in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a 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> |
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. |
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. |
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> |
DLAppService.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)
Returns 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 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 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)
Returns a 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> |
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. |
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. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes)
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes)
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes)
|
static List<FileEntry> |
DLAppServiceUtil.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)
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
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> |
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. |
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. |
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> |
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. |
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. |
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> |
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. |
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. |
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> |
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. |
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. |
static List<FileEntry> |
DLAppServiceUtil.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)
|
List<FileEntry> |
DLAppServiceWrapper.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.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceWrapper.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
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.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)
|
static AssetEntry |
DLAppHelperLocalServiceUtil.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
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. |
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. |
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. |
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 | |
|---|---|
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> |
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. |
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. |
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> |
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. |
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. |
static List<FileEntry> |
DLAppServiceUtil.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)
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
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> |
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. |
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. |
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> |
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. |
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. |
static List<FileEntry> |
DLAppServiceUtil.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)
|
List<FileEntry> |
DLAppServiceWrapper.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.service.http |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.http that return FileEntry | |
|---|---|
static FileEntry |
DLAppServiceHttp.addFileEntry(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.addFileEntry(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.addFileEntry(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.addTempFileEntry(HttpPrincipal httpPrincipal,
long groupId,
long folderId,
String folderName,
String fileName,
File file,
String mimeType)
|
static FileEntry |
DLAppServiceHttp.addTempFileEntry(HttpPrincipal httpPrincipal,
long groupId,
long folderId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
|
static FileEntry |
DLAppServiceHttp.checkOutFileEntry(HttpPrincipal httpPrincipal,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.getFileEntry(HttpPrincipal httpPrincipal,
long fileEntryId)
|
static FileEntry |
DLAppServiceHttp.getFileEntry(HttpPrincipal httpPrincipal,
long groupId,
long folderId,
String title)
|
static FileEntry |
DLAppServiceHttp.getFileEntryByUuidAndGroupId(HttpPrincipal httpPrincipal,
String uuid,
long groupId)
|
static FileEntry |
DLAppServiceHttp.moveFileEntry(HttpPrincipal httpPrincipal,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.moveFileEntryFromTrash(HttpPrincipal httpPrincipal,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.moveFileEntryToTrash(HttpPrincipal httpPrincipal,
long fileEntryId)
|
static FileEntry |
DLAppServiceHttp.updateFileEntry(HttpPrincipal httpPrincipal,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.updateFileEntry(HttpPrincipal httpPrincipal,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.updateFileEntry(HttpPrincipal httpPrincipal,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.updateFileEntryAndCheckIn(HttpPrincipal httpPrincipal,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceHttp.updateFileEntryAndCheckIn(HttpPrincipal httpPrincipal,
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.http that return types with arguments of type FileEntry | |
|---|---|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId)
|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
int start,
int end)
|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
long fileEntryTypeId)
|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end)
|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
String[] mimeTypes)
|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
int start,
int end)
|
static List<FileEntry> |
DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
static List<FileEntry> |
DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Method parameters in com.liferay.portlet.documentlibrary.service.http with type arguments of type FileEntry | |
|---|---|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getFileEntries(HttpPrincipal httpPrincipal,
long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static FileEntrySoap[] |
DLAppServiceSoap.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 FileEntrySoap[] |
DLAppServiceSoap.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 FileEntrySoap[] |
DLAppServiceSoap.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static FileEntrySoap[] |
DLAppServiceSoap.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 FileEntrySoap[] |
DLAppServiceSoap.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 FileEntrySoap[] |
DLAppServiceSoap.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.service.impl |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.impl that return FileEntry | |
|---|---|
FileEntry |
DLAppLocalServiceImpl.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 |
DLAppLocalServiceImpl.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 |
DLAppLocalServiceImpl.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 |
DLAppServiceImpl.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 |
DLAppServiceImpl.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 |
DLAppServiceImpl.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 |
DLAppServiceImpl.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
File file,
String mimeType)
Adds a temporary file entry. |
FileEntry |
DLAppServiceImpl.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
Adds a temporary file entry. |
FileEntry |
DLAppServiceImpl.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
protected FileEntry |
DLAppLocalServiceImpl.copyFileEntry(long userId,
LocalRepository toLocalRepository,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
protected FileEntry |
DLAppServiceImpl.copyFileEntry(Repository toRepository,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
protected FileEntry |
DLAppHelperLocalServiceImpl.doMoveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
protected FileEntry |
DLAppHelperLocalServiceImpl.doMoveFileEntryToTrash(long userId,
FileEntry fileEntry)
|
protected FileEntry |
DLAppServiceImpl.fetchFileEntryByUuidAndRepositoryId(String uuid,
long repositoryId)
|
FileEntry |
DLAppLocalServiceImpl.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppServiceImpl.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppLocalServiceImpl.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppServiceImpl.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppLocalServiceImpl.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
FileEntry |
DLAppServiceImpl.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
protected FileEntry |
DLAppLocalServiceImpl.moveFileEntries(long userId,
long fileEntryId,
long newFolderId,
LocalRepository fromLocalRepository,
LocalRepository toLocalRepository,
ServiceContext serviceContext)
|
protected FileEntry |
DLAppServiceImpl.moveFileEntries(long fileEntryId,
long newFolderId,
Repository fromRepository,
Repository toRepository,
ServiceContext serviceContext)
|
FileEntry |
DLAppLocalServiceImpl.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppServiceImpl.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppHelperLocalServiceImpl.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppLocalServiceImpl.moveFileEntryFromTrash(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil.moveFileEntryFromTrash(long, long, long,
long, ServiceContext) |
FileEntry |
DLAppServiceImpl.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
FileEntry |
DLAppServiceImpl.moveFileEntryToTrash(long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
FileEntry |
DLAppHelperLocalServiceImpl.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
FileEntry |
DLAppLocalServiceImpl.moveFileEntryToTrash(long userId,
long fileEntryId)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil.moveFileEntryToTrash(long, long, long) |
FileEntry |
DLAppLocalServiceImpl.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 |
DLAppLocalServiceImpl.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 |
DLAppLocalServiceImpl.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 |
DLAppServiceImpl.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 |
DLAppServiceImpl.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 |
DLAppServiceImpl.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 |
DLAppServiceImpl.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceImpl.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.impl that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
DLAppServiceImpl.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder. |
List<FileEntry> |
DLAppServiceImpl.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the file entries in the folder. |
List<FileEntry> |
DLAppServiceImpl.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> |
DLAppServiceImpl.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppServiceImpl.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppServiceImpl.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> |
DLAppServiceImpl.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes)
|
List<FileEntry> |
DLAppServiceImpl.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DLAppServiceImpl.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> |
DLAppServiceImpl.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> |
DLAppServiceImpl.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> |
DLAppServiceImpl.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> |
DLAppServiceImpl.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DLAppHelperLocalServiceImpl.getNoAssetFileEntries()
|
| Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type FileEntry | |
|---|---|
void |
DLAppHelperLocalServiceImpl.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceImpl.cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceImpl.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
protected void |
DLFileShortcutLocalServiceImpl.copyAssetTags(FileEntry fileEntry,
ServiceContext serviceContext)
|
protected FileEntry |
DLAppLocalServiceImpl.copyFileEntry(long userId,
LocalRepository toLocalRepository,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
protected FileEntry |
DLAppServiceImpl.copyFileEntry(Repository toRepository,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceImpl.deleteFileEntry(FileEntry fileEntry)
|
protected FileEntry |
DLAppHelperLocalServiceImpl.doMoveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
protected FileEntry |
DLAppHelperLocalServiceImpl.doMoveFileEntryToTrash(long userId,
FileEntry fileEntry)
|
void |
DLAppHelperLocalServiceImpl.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
protected long |
DLAppHelperLocalServiceImpl.getFileEntryTypeId(FileEntry fileEntry)
|
FileEntry |
DLAppHelperLocalServiceImpl.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppHelperLocalServiceImpl.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
protected void |
DLAppHelperLocalServiceImpl.registerDLProcessorCallback(FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLAppHelperLocalServiceImpl.restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
AssetEntry |
DLAppHelperLocalServiceImpl.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
void |
DLAppLocalServiceImpl.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 |
DLAppHelperLocalServiceImpl.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
DLAppHelperLocalServiceImpl.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk)
|
void |
DLAppHelperLocalServiceImpl.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceImpl.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.impl with type arguments of type FileEntry | |
|---|---|
List<FileEntry> |
DLAppServiceImpl.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> |
DLAppServiceImpl.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> |
DLAppServiceImpl.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DLAppServiceImpl.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> |
DLAppServiceImpl.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> |
DLAppServiceImpl.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.service.permission |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.permission with parameters of type FileEntry | |
|---|---|
static void |
DLFileEntryPermission.check(PermissionChecker permissionChecker,
FileEntry fileEntry,
String actionId)
|
static boolean |
DLFileEntryPermission.contains(PermissionChecker permissionChecker,
FileEntry fileEntry,
String actionId)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.sharepoint |
|---|
| Methods in com.liferay.portlet.documentlibrary.sharepoint that return FileEntry | |
|---|---|
protected FileEntry |
DLSharepointStorageImpl.getFileEntry(SharepointRequest sharepointRequest)
|
| Methods in com.liferay.portlet.documentlibrary.sharepoint with parameters of type FileEntry | |
|---|---|
protected Tree |
DLSharepointStorageImpl.getFileEntryTree(FileEntry fileEntry,
String parentFolderPath)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.social |
|---|
| Methods in com.liferay.portlet.documentlibrary.social with parameters of type FileEntry | |
|---|---|
protected String |
DLFileEntryActivityInterpreter.getFolderLink(FileEntry fileEntry,
ServiceContext serviceContext)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.util |
|---|
| Methods in com.liferay.portlet.documentlibrary.util that return types with arguments of type FileEntry | |
|---|---|
static List<FileEntry> |
DLUtil.getFileEntries(Hits hits)
|
List<FileEntry> |
DL.getFileEntries(Hits hits)
|
List<FileEntry> |
DLImpl.getFileEntries(Hits hits)
|
static List<FileEntry> |
RepositoryModelUtil.toFileEntries(List<DLFileEntry> dlFileEntries)
|
| Methods in com.liferay.portlet.documentlibrary.util with parameters of type FileEntry | |
|---|---|
static void |
DLUtil.addPortletBreadcrumbEntries(FileEntry fileEntry,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse)
|
void |
DL.addPortletBreadcrumbEntries(FileEntry fileEntry,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse)
|
void |
DLImpl.addPortletBreadcrumbEntries(FileEntry fileEntry,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse)
|
void |
ImageProcessor.cleanUp(FileEntry fileEntry)
|
void |
RawMetadataProcessor.cleanUp(FileEntry fileEntry)
|
static void |
RawMetadataProcessorUtil.cleanUp(FileEntry fileEntry)
|
void |
DLProcessor.cleanUp(FileEntry fileEntry)
|
void |
DLProcessorRegistry.cleanUp(FileEntry fileEntry)
|
static void |
DLProcessorRegistryUtil.cleanUp(FileEntry fileEntry)
|
void |
DLPreviewableProcessor.cleanUp(FileEntry fileEntry)
|
static void |
ImageProcessorUtil.cleanUp(FileEntry fileEntry)
|
void |
RawMetadataProcessorImpl.cleanUp(FileEntry fileEntry)
|
void |
ImageProcessorImpl.cleanUp(FileEntry fileEntry)
|
void |
DLProcessorRegistryImpl.cleanUp(FileEntry fileEntry)
|
void |
DLPreviewableProcessor.deleteFiles(FileEntry fileEntry,
String thumbnailType)
|
protected abstract void |
DLPreviewableProcessor.doExportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
AudioProcessorImpl.doExportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
PDFProcessorImpl.doExportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
ImageProcessorImpl.doExportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
VideoProcessorImpl.doExportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected abstract void |
DLPreviewableProcessor.doImportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
protected void |
AudioProcessorImpl.doImportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
protected void |
PDFProcessorImpl.doImportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
protected void |
ImageProcessorImpl.doImportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
protected void |
VideoProcessorImpl.doImportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
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.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
DLProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistry.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
static void |
DLProcessorRegistryUtil.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
DLPreviewableProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
RawMetadataProcessorImpl.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistryImpl.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
ImageProcessorImpl.exportPreview(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
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 |
AudioProcessorImpl.exportPreviews(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
PDFProcessorImpl.exportPreviews(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
VideoProcessorImpl.exportPreviews(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
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)
|
static String |
DLUtil.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString)
|
String |
DL.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString)
|
String |
DLImpl.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString)
|
static String |
DLUtil.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
String |
DL.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
String |
DLImpl.getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
static String |
DLUtil.getFileEntryImage(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
String |
DL.getFileEntryImage(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
String |
DLImpl.getFileEntryImage(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getImagePreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
String |
DL.getImagePreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
String |
DLImpl.getImagePreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getImagePreviewURL(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
String |
DL.getImagePreviewURL(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
String |
DLImpl.getImagePreviewURL(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
protected String |
DLImpl.getImageSrc(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)
|
String |
DLImpl.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString)
|
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 appendToken)
Deprecated. As of 6.2.0, replaced by DL.getPreviewURL(FileEntry,
FileVersion, ThemeDisplay, String, boolean, boolean) |
String |
DLImpl.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendToken)
Deprecated. As of 6.2.0, replaced by DLImpl.getPreviewURL(FileEntry,
FileVersion, ThemeDisplay, String, boolean, boolean) |
static String |
DLUtil.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
String |
DL.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
String |
DLImpl.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
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,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated. As of 7.0.0, replaced by DL.getThumbnailSrc(FileEntry,
ThemeDisplay) |
String |
DLImpl.getThumbnailSrc(FileEntry fileEntry,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated. As of 7.0.0, replaced by DLImpl.getThumbnailSrc(FileEntry,
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,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated. As of 7.0.0, replaced by DL.getThumbnailSrc(FileEntry,
FileVersion, ThemeDisplay) |
String |
DLImpl.getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated. As of 7.0.0, replaced by DLImpl.getThumbnailSrc(FileEntry,
FileVersion, ThemeDisplay) |
static String |
DLUtil.getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
String |
DL.getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
String |
DLImpl.getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getThumbnailSrc(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
String |
DL.getThumbnailSrc(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
String |
DLImpl.getThumbnailSrc(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getTitleWithExtension(FileEntry fileEntry)
|
String |
DL.getTitleWithExtension(FileEntry fileEntry)
|
String |
DLImpl.getTitleWithExtension(FileEntry fileEntry)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry)
|
String |
DL.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry)
|
String |
DLImpl.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired)
|
String |
DL.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired)
|
String |
DLImpl.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired,
boolean officeExtensionRequired)
|
String |
DL.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired,
boolean officeExtensionRequired)
|
String |
DLImpl.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired,
boolean openDocumentUrl)
|
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 |
AudioProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
DLProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistry.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
static void |
DLProcessorRegistryUtil.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
DLPreviewableProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
RawMetadataProcessorImpl.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistryImpl.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
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 |
AudioProcessorImpl.importPreviews(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
protected void |
PDFProcessorImpl.importPreviews(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
protected void |
VideoProcessorImpl.importPreviews(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
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)
|
void |
DLProcessorRegistry.trigger(FileEntry fileEntry,
FileVersion fileVersion)
|
static void |
DLProcessorRegistryUtil.trigger(FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLProcessorRegistryImpl.trigger(FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLProcessorRegistry.trigger(FileEntry fileEntry,
FileVersion fileVersion,
boolean trusted)
|
static void |
DLProcessorRegistryUtil.trigger(FileEntry fileEntry,
FileVersion fileVersion,
boolean trusted)
|
void |
DLProcessorRegistryImpl.trigger(FileEntry fileEntry,
FileVersion fileVersion,
boolean trusted)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.util.comparator |
|---|
| Methods in com.liferay.portlet.documentlibrary.util.comparator that return FileEntry | |
|---|---|
FileEntry |
DLFileEntryOrderByComparator.adapt(DLFileEntry dlFileEntry)
|
| Method parameters in com.liferay.portlet.documentlibrary.util.comparator with type arguments of type FileEntry | |
|---|---|
static OrderByComparator<DLFileEntry> |
DLFileEntryOrderByComparator.getOrderByComparator(OrderByComparator<FileEntry> orderByComparator)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.util.test |
|---|
| Methods in com.liferay.portlet.documentlibrary.util.test that return FileEntry | |
|---|---|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long parentFolderId,
boolean rootFolder,
String fileName)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long parentFolderId,
boolean rootFolder,
String sourceFileName,
String title)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long repositoryId,
long folderId)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
long fileEntryTypeId,
boolean workflowEnabled,
boolean approved)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
byte[] bytes,
int workflowAction)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
byte[] bytes,
long fileEntryTypeId,
int workflowAction)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long folderId,
String sourceFileName)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long folderId,
String sourceFileName,
long fileEntryTypeId)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long folderId,
String sourceFileName,
String title)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long folderId,
String sourceFileName,
String title,
boolean approved)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long folderId,
String sourceFileName,
String title,
byte[] bytes)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long folderId,
String sourceFileName,
String title,
byte[] bytes,
int workflowAction)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long folderId,
String sourceFileName,
String mimeType,
String title)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long folderId,
String sourceFileName,
String mimeType,
String title,
byte[] bytes,
int workflowAction)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
byte[] bytes,
int workflowAction,
ServiceContext serviceContext)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long groupId,
long folderId,
String sourceFileName,
String mimeType,
String title,
byte[] bytes,
long fileEntryTypeId,
int workflowAction)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long folderId,
String sourceFileName,
String title,
boolean approved,
ServiceContext serviceContext)
|
static FileEntry |
DLAppTestUtil.addFileEntryWithWorkflow(long groupId,
long repositoryId,
long folderId,
boolean approved)
|
static FileEntry |
DLAppTestUtil.updateFileEntry(long groupId,
long fileEntryId,
boolean majorVersion)
|
static FileEntry |
DLAppTestUtil.updateFileEntry(long groupId,
long fileEntryId,
String sourceFileName,
String title)
|
static FileEntry |
DLAppTestUtil.updateFileEntry(long groupId,
long fileEntryId,
String sourceFileName,
String title,
boolean majorVersion,
boolean workflowEnabled,
boolean approved)
|
static FileEntry |
DLAppTestUtil.updateFileEntry(long groupId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
boolean majorVersion,
boolean workflowEnabled,
boolean approved,
ServiceContext serviceContext)
|
static FileEntry |
DLAppTestUtil.updateFileEntry(long groupId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
boolean majorVersion,
ServiceContext serviceContext)
|
static FileEntry |
DLAppTestUtil.updateFileEntryWithWorkflow(long groupId,
long fileEntryId,
boolean majorVersion,
boolean approved)
|
| Methods in com.liferay.portlet.documentlibrary.util.test with parameters of type FileEntry | |
|---|---|
static DLFileShortcut |
DLAppTestUtil.addDLFileShortcut(FileEntry fileEntry,
long groupId,
long folderId)
|
static DLFileShortcut |
DLAppTestUtil.addDLFileShortcut(long groupId,
FileEntry fileEntry)
|
protected static void |
DLAppTestUtil.updateStatus(FileEntry fileEntry,
ServiceContext serviceContext)
|
| Uses of FileEntry in com.liferay.portlet.documentlibrary.webdav |
|---|
| Methods in com.liferay.portlet.documentlibrary.webdav with parameters of type FileEntry | |
|---|---|
protected boolean |
DLWebDAVStorageImpl.hasLock(FileEntry fileEntry,
String lockUuid)
|
protected void |
DLWebDAVStorageImpl.populateServiceContext(ServiceContext serviceContext,
FileEntry fileEntry)
|
protected Resource |
DLWebDAVStorageImpl.toResource(WebDAVRequest webDAVRequest,
FileEntry fileEntry,
boolean appendPath)
|
| Constructors in com.liferay.portlet.documentlibrary.webdav with parameters of type FileEntry | |
|---|---|
DLFileEntryResourceImpl(WebDAVRequest webDAVRequest,
FileEntry fileEntry,
String parentPath,
String name)
|
|
| Uses of FileEntry in com.liferay.portlet.dynamicdatamapping.util |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util that return FileEntry | |
|---|---|
protected FileEntry |
DocumentLibraryDDMFormFieldValueTransformer.addFileEntry(FileEntry tempFileEntry)
|
protected FileEntry |
DocumentLibraryDDMFormFieldValueTransformer.fetchTempFileEntry(String value)
|
| Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type FileEntry | |
|---|---|
protected FileEntry |
DocumentLibraryDDMFormFieldValueTransformer.addFileEntry(FileEntry tempFileEntry)
|
protected String |
DocumentLibraryDDMFormFieldValueTransformer.toJSON(FileEntry fileEntry)
|
| Uses of FileEntry in com.liferay.portlet.imageuploader.action |
|---|
| Methods in com.liferay.portlet.imageuploader.action that return FileEntry | |
|---|---|
protected FileEntry |
UploadImageAction.addTempImageFileEntry(PortletRequest portletRequest)
|
protected FileEntry |
UploadImageAction.getTempImageFileEntry(PortletRequest portletRequest)
|
protected FileEntry |
UploadImageAction.saveTempImageFileEntry(ActionRequest actionRequest)
|
| Uses of FileEntry in com.liferay.portlet.journal.util |
|---|
| Methods in com.liferay.portlet.journal.util that return FileEntry | |
|---|---|
static FileEntry |
JournalRSSUtil.getFileEntry(String url)
|
| 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> |
MBMessageWrapper.getAttachmentsFileEntries()
|
List<FileEntry> |
MBMessage.getAttachmentsFileEntries()
|
List<FileEntry> |
MBMessageWrapper.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
MBMessage.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
MBMessageWrapper.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
MBMessage.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
MBMessageWrapper.getDeletedAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
MBMessage.getDeletedAttachmentsFileEntries(int start,
int end)
|
| Uses of FileEntry in com.liferay.portlet.messageboards.model.impl |
|---|
| Methods in com.liferay.portlet.messageboards.model.impl that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
MBMessageImpl.getAttachmentsFileEntries()
|
List<FileEntry> |
MBMessageImpl.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
MBMessageImpl.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
MBMessageImpl.getDeletedAttachmentsFileEntries(int start,
int end)
|
| Uses of FileEntry in com.liferay.portlet.wiki.model |
|---|
| Methods in com.liferay.portlet.wiki.model that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
WikiPageDisplay.getAttachmentsFileEntries()
|
List<FileEntry> |
WikiPageWrapper.getAttachmentsFileEntries()
|
List<FileEntry> |
WikiPage.getAttachmentsFileEntries()
|
List<FileEntry> |
WikiPageWrapper.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
WikiPage.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
WikiPageWrapper.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
WikiPage.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
WikiPageWrapper.getDeletedAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
WikiPage.getDeletedAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
WikiNodeWrapper.getDeletedAttachmentsFiles()
|
List<FileEntry> |
WikiNode.getDeletedAttachmentsFiles()
|
| Method parameters in com.liferay.portlet.wiki.model with type arguments of type FileEntry | |
|---|---|
void |
WikiPageDisplay.setAttachmentsFileEntries(List<FileEntry> attachmentsFileEntries)
|
| Uses of FileEntry in com.liferay.portlet.wiki.model.impl |
|---|
| Methods in com.liferay.portlet.wiki.model.impl that return types with arguments of type FileEntry | |
|---|---|
List<FileEntry> |
WikiPageDisplayImpl.getAttachmentsFileEntries()
|
List<FileEntry> |
WikiPageImpl.getAttachmentsFileEntries()
|
List<FileEntry> |
WikiPageImpl.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
WikiPageImpl.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
WikiPageImpl.getDeletedAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
WikiNodeImpl.getDeletedAttachmentsFiles()
|
| Method parameters in com.liferay.portlet.wiki.model.impl with type arguments of type FileEntry | |
|---|---|
void |
WikiPageDisplayImpl.setAttachmentsFileEntries(List<FileEntry> attachmentsFileEntries)
|
| Constructor parameters in com.liferay.portlet.wiki.model.impl with type arguments of type FileEntry | |
|---|---|
WikiPageDisplayImpl(long userId,
long nodeId,
String title,
double version,
String content,
String formattedContent,
String format,
boolean head,
List<FileEntry> attachmentsFileEntries)
|
|
| Uses of FileEntry in com.liferay.portlet.wiki.service |
|---|
| Methods in com.liferay.portlet.wiki.service that return FileEntry | |
|---|---|
FileEntry |
WikiPageLocalServiceWrapper.movePageAttachmentToTrash(long userId,
long nodeId,
String title,
String fileName)
|
static FileEntry |
WikiPageLocalServiceUtil.movePageAttachmentToTrash(long userId,
long nodeId,
String title,
String fileName)
|
FileEntry |
WikiPageLocalService.movePageAttachmentToTrash(long userId,
long nodeId,
String title,
String fileName)
|
static FileEntry |
WikiPageServiceUtil.movePageAttachmentToTrash(long nodeId,
String title,
String fileName)
|
FileEntry |
WikiPageService.movePageAttachmentToTrash(long nodeId,
String title,
String fileName)
|
FileEntry |
WikiPageServiceWrapper.movePageAttachmentToTrash(long nodeId,
String title,
String fileName)
|
| Uses of FileEntry in com.liferay.portlet.wiki.service.http |
|---|
| Methods in com.liferay.portlet.wiki.service.http that return FileEntry | |
|---|---|
static FileEntry |
WikiPageServiceHttp.movePageAttachmentToTrash(HttpPrincipal httpPrincipal,
long nodeId,
String title,
String fileName)
|
| Uses of FileEntry in com.liferay.portlet.wiki.service.impl |
|---|
| Methods in com.liferay.portlet.wiki.service.impl that return FileEntry | |
|---|---|
FileEntry |
WikiPageLocalServiceImpl.movePageAttachmentToTrash(long userId,
long nodeId,
String title,
String fileName)
|
FileEntry |
WikiPageServiceImpl.movePageAttachmentToTrash(long nodeId,
String title,
String fileName)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||