|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
LocalRepository.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 |
LocalRepository.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)
|
FileEntry |
BaseRepositoryImpl.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
Repository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
Repository.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
Repository.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
Repository.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
Repository.getFileEntry(long fileEntryId)
|
FileEntry |
LocalRepository.getFileEntry(long fileEntryId)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntry(long fileEntryId)
|
FileEntry |
Repository.getFileEntry(long folderId,
String title)
|
FileEntry |
LocalRepository.getFileEntry(long folderId,
String title)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntry(long folderId,
String title)
|
FileEntry |
Repository.getFileEntryByUuid(String uuid)
|
FileEntry |
LocalRepository.getFileEntryByUuid(String uuid)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntryByUuid(String uuid)
|
FileEntry |
LocalRepository.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)
|
FileEntry |
LocalRepository.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 |
LocalRepository.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)
|
FileEntry |
BaseRepositoryImpl.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
Repository.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext 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 obc)
|
List<FileEntry> |
LocalRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
DefaultLocalRepositoryImpl.getFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
Repository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
Repository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
Methods in com.liferay.portal.kernel.repository with parameters of type FileEntry | |
---|---|
void |
LocalRepository.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
DefaultLocalRepositoryImpl.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
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 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 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 fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.toFileEntry(String objectId)
|
abstract FileEntry |
BaseCmisRepository.toFileEntry(String objectId)
|
FileEntry |
CMISRepositoryHandler.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.updateFileEntry(String objectId,
String mimeType,
Map<String,Object> properties,
InputStream is,
String sourceFileName,
long size,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseCmisRepository.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 obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
Uses of FileEntry in com.liferay.portal.kernel.repository.model |
---|
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()
|
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.repository.cmis |
---|
Methods in com.liferay.portal.repository.cmis that return FileEntry | |
---|---|
FileEntry |
CMISRepository.addFileEntry(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 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 fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepository.toFileEntry(org.apache.chemistry.opencmis.client.api.Document document)
|
FileEntry |
CMISRepository.toFileEntry(String objectId)
|
FileEntry |
CMISRepository.updateFileEntry(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 obc)
|
protected List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
long repositoryId)
|
List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
CMISRepository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator 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()
|
Uses of FileEntry in com.liferay.portal.repository.liferayrepository |
---|
Methods in com.liferay.portal.repository.liferayrepository that return FileEntry | |
---|---|
FileEntry |
LiferayLocalRepository.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,
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)
|
FileEntry |
LiferayRepository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext 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 |
LiferayLocalRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.moveFileEntry(long fileEntryId,
long newFolderId,
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 |
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 |
LiferayRepository.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LiferayRepository.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext 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 obc)
|
List<FileEntry> |
LiferayLocalRepository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
LiferayRepository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
LiferayRepository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
LiferayRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
LiferayRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator 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)
|
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()
|
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)
|
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 |
LocalRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext 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 fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
FileEntryProxyBean.toEscapedModel()
|
FileEntry |
LocalRepositoryProxyBean.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 fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
Methods in com.liferay.portal.repository.proxy that return types with arguments of type FileEntry | |
---|---|
List<FileEntry> |
LocalRepositoryProxyBean.getFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
long documentTypeId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator 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)
|
Method parameters in com.liferay.portal.repository.proxy with type arguments of type FileEntry | |
---|---|
protected List<FileEntry> |
RepositoryModelProxyBean.toFileEntryProxyBeans(List<FileEntry> fileEntries)
|
Constructors in com.liferay.portal.repository.proxy with parameters of type FileEntry | |
---|---|
FileEntryProxyBean(FileEntry fileEntry,
ClassLoader classLoader)
|
Uses of FileEntry in com.liferay.portal.service |
---|
Methods in com.liferay.portal.service that return FileEntry | |
---|---|
FileEntry |
CMISRepositoryLocalServiceWrapper.toFileEntry(long repositoryId,
Object object)
|
static FileEntry |
CMISRepositoryLocalServiceUtil.toFileEntry(long repositoryId,
Object object)
|
FileEntry |
CMISRepositoryLocalService.toFileEntry(long repositoryId,
Object object)
|
Uses of FileEntry in com.liferay.portal.service.impl |
---|
Methods in com.liferay.portal.service.impl that return FileEntry | |
---|---|
FileEntry |
CMISRepositoryLocalServiceImpl.toFileEntry(long repositoryId,
Object object)
|
Uses of FileEntry in com.liferay.portal.webserver |
---|
Methods in com.liferay.portal.webserver that return FileEntry | |
---|---|
protected FileEntry |
WebServerServlet.getFileEntry(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.documentlibrary.asset |
---|
Constructors in com.liferay.portlet.documentlibrary.asset with parameters of type FileEntry | |
---|---|
DLFileEntryAssetRenderer(FileEntry fileEntry,
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.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)
|
static FileEntry |
FileEntryUtil.findByR_F_T(long repositoryId,
long folderId,
String title)
|
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)
|
Methods in com.liferay.portlet.documentlibrary.lar with parameters of type FileEntry | |
---|---|
static void |
DLPortletDataHandlerImpl.exportFileEntry(PortletDataContext portletDataContext,
Element fileEntryTypesElement,
Element foldersElement,
Element fileEntriesElement,
Element fileRanksElement,
FileEntry fileEntry,
boolean checkDateRange)
|
protected static void |
DLPortletDataHandlerImpl.exportMetaData(PortletDataContext portletDataContext,
Element fileEntryTypesElement,
Element fileEntryElement,
FileEntry fileEntry)
|
static InputStream |
FileEntryUtil.getContentStream(FileEntry fileEntry)
|
protected static String |
DLPortletDataHandlerImpl.getFileEntryBinPath(PortletDataContext portletDataContext,
FileEntry fileEntry)
|
protected static String |
DLPortletDataHandlerImpl.getFileEntryFileEntryTypeStructureFieldsPath(PortletDataContext portletDataContext,
FileEntry fileEntry,
String fileEntryTypeUuid,
long structureId)
|
static String |
DLPortletDataHandlerImpl.getFileEntryPath(PortletDataContext portletDataContext,
FileEntry fileEntry)
|
protected static boolean |
DLPortletDataHandlerImpl.isDuplicateFileEntry(String folderUuid,
FileEntry fileEntry1,
FileEntry fileEntry2)
|
Uses of FileEntry in com.liferay.portlet.documentlibrary.service |
---|
Methods in com.liferay.portlet.documentlibrary.service that return FileEntry | |
---|---|
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
FileEntry |
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,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File object. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File object. |
FileEntry |
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,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream
object. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream
object. |
FileEntry |
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 |
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,
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,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
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,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
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.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
static FileEntry |
DLAppServiceUtil.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
FileEntry |
DLAppService.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
FileEntry |
DLAppServiceWrapper.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
static FileEntry |
DLAppServiceUtil.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
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. |
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 |
DLAppServiceWrapper.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
static FileEntry |
DLAppServiceUtil.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
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. |
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 |
DLAppServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
static FileEntry |
DLAppServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
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. |
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 |
DLAppLocalServiceWrapper.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
static FileEntry |
DLAppLocalServiceUtil.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppLocalService.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppServiceWrapper.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
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 |
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,
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,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
static FileEntry |
DLAppLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
FileEntry |
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,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
static FileEntry |
DLAppLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
FileEntry |
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 |
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,
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,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
static FileEntry |
DLAppServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File
object. |
FileEntry |
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 |
DLSyncServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream deltaInputStream,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLSyncServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream deltaInputStream,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLSyncService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream deltaInputStream,
long size,
ServiceContext serviceContext)
|
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.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.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
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,
InputStream is,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppService.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type FileEntry | |
---|---|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder. |
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> |
DLAppLocalServiceWrapper.getFileEntries(long repositoryId,
long folderId)
Returns the file entries in the folder. |
static List<FileEntry> |
DLAppLocalServiceUtil.getFileEntries(long repositoryId,
long folderId)
Returns the file entries in the folder. |
List<FileEntry> |
DLAppLocalService.getFileEntries(long repositoryId,
long folderId)
Returns 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)
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> |
DLAppLocalServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the file entries in the folder. |
static List<FileEntry> |
DLAppLocalServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the file entries in the folder. |
List<FileEntry> |
DLAppLocalService.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,
OrderByComparator obc)
Returns an ordered range of all the file entries in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator 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 obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppLocalServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the folder. |
static List<FileEntry> |
DLAppLocalServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppLocalService.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder. |
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,
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)
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,
OrderByComparator obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator 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 obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
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)
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,
OrderByComparator obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator 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 obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
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,
OrderByComparator obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator 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 obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
DLAppHelperLocalServiceWrapper.getNoAssetFileEntries()
|
static List<FileEntry> |
DLAppHelperLocalServiceUtil.getNoAssetFileEntries()
|
List<FileEntry> |
DLAppHelperLocalService.getNoAssetFileEntries()
|
Methods in com.liferay.portlet.documentlibrary.service with parameters of type FileEntry | |
---|---|
void |
DLAppHelperLocalServiceWrapper.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceWrapper.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
static void |
DLAppHelperLocalServiceUtil.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLAppHelperLocalService.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLAppHelperLocalServiceWrapper.deleteFileEntry(FileEntry fileEntry)
|
static void |
DLAppHelperLocalServiceUtil.deleteFileEntry(FileEntry fileEntry)
|
void |
DLAppHelperLocalService.deleteFileEntry(FileEntry fileEntry)
|
void |
DLAppHelperLocalServiceWrapper.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
static void |
DLAppHelperLocalServiceUtil.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
void |
DLAppHelperLocalService.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
void |
DLAppHelperLocalServiceWrapper.moveFileEntry(FileEntry fileEntry)
|
static void |
DLAppHelperLocalServiceUtil.moveFileEntry(FileEntry fileEntry)
|
void |
DLAppHelperLocalService.moveFileEntry(FileEntry fileEntry)
|
AssetEntry |
DLAppHelperLocalServiceWrapper.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
static AssetEntry |
DLAppHelperLocalServiceUtil.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
AssetEntry |
DLAppHelperLocalService.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
void |
DLAppLocalServiceWrapper.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
Updates the file entry's asset replacing its asset categories, tags, and links. |
static 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. |
AssetEntry |
DLAppHelperLocalServiceWrapper.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static AssetEntry |
DLAppHelperLocalServiceUtil.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
AssetEntry |
DLAppHelperLocalService.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
DLAppHelperLocalServiceWrapper.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
static void |
DLAppHelperLocalServiceUtil.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
void |
DLAppHelperLocalService.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
void |
DLAppHelperLocalServiceWrapper.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceWrapper.updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int status,
Map<String,Serializable> workflowContext)
|
static void |
DLAppHelperLocalServiceUtil.updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int status,
Map<String,Serializable> workflowContext)
|
void |
DLAppHelperLocalService.updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int status,
Map<String,Serializable> workflowContext)
|
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.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.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 |
DLSyncServiceHttp.updateFileEntry(HttpPrincipal httpPrincipal,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream deltaInputStream,
long size,
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 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 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 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 obc)
|
static List<FileEntry> |
DLAppServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator 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.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)
|
FileEntry |
DLAppServiceImpl.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppLocalServiceImpl.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppServiceImpl.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppLocalServiceImpl.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppServiceImpl.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
FileEntry |
DLAppLocalServiceImpl.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 |
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 |
DLSyncServiceImpl.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream deltaInputStream,
long size,
ServiceContext serviceContext)
|
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> |
DLAppLocalServiceImpl.getFileEntries(long repositoryId,
long folderId)
Returns 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> |
DLAppLocalServiceImpl.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 obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppLocalServiceImpl.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator 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 obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
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 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 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 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.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)
|
void |
DLAppHelperLocalServiceImpl.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
protected long |
DLAppHelperLocalServiceImpl.getFileEntryTypeId(FileEntry fileEntry)
|
void |
DLAppHelperLocalServiceImpl.moveFileEntry(FileEntry fileEntry)
|
protected void |
DLAppHelperLocalServiceImpl.registerDLProcessorCallback(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 fileVersion,
long assetClassPk)
|
void |
DLAppHelperLocalServiceImpl.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceImpl.updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int status,
Map<String,Serializable> workflowContext)
|
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.util |
---|
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)
|
static void |
RawMetadataProcessorUtil.cleanUp(FileEntry fileEntry)
|
void |
RawMetadataProcessor.cleanUp(FileEntry fileEntry)
|
static void |
ImageProcessorUtil.cleanUp(FileEntry fileEntry)
|
void |
ImageProcessor.cleanUp(FileEntry fileEntry)
|
static void |
DLProcessorRegistryUtil.cleanUp(FileEntry fileEntry)
|
void |
DLProcessorRegistry.cleanUp(FileEntry fileEntry)
|
void |
DLProcessor.cleanUp(FileEntry fileEntry)
|
void |
DLPreviewableProcessor.cleanUp(FileEntry fileEntry)
|
void |
RawMetadataProcessorImpl.cleanUp(FileEntry fileEntry)
|
void |
ImageProcessorImpl.cleanUp(FileEntry fileEntry)
|
void |
DLProcessorRegistryImpl.cleanUp(FileEntry fileEntry)
|
static void |
DLPreviewableProcessor.deleteFiles(FileEntry fileEntry,
String thumbnailType)
|
void |
VideoProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
PDFProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
ImageProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
static void |
DLProcessorRegistryUtil.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistry.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
DLProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
AudioProcessor.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
VideoProcessorImpl.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
RawMetadataProcessorImpl.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
PDFProcessorImpl.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
ImageProcessorImpl.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistryImpl.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
void |
AudioProcessorImpl.exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
ImageProcessorImpl.exportPreview(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
AudioProcessorImpl.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 |
VideoProcessorImpl.exportPreviews(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement)
|
protected void |
PDFProcessorImpl.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.getFileEntryImage(FileEntry fileEntry,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString)
|
static String |
DLUtil.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendToken)
Deprecated. DLUtil.getPreviewURL(FileEntry, FileVersion, ThemeDisplay,
String, boolean, boolean) |
static String |
DLUtil.getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL)
|
static String |
DLUtil.getThumbnailSrc(FileEntry fileEntry,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
|
static String |
DLUtil.getTitleWithExtension(FileEntry fileEntry)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry)
|
void |
VideoProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
PDFProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
ImageProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
static void |
DLProcessorRegistryUtil.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistry.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
DLProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
AudioProcessor.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
VideoProcessorImpl.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
RawMetadataProcessorImpl.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
PDFProcessorImpl.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
ImageProcessorImpl.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
DLProcessorRegistryImpl.importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
void |
AudioProcessorImpl.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,
int fileIndex)
|
protected void |
VideoProcessorImpl.importPreviews(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement)
|
protected void |
PDFProcessorImpl.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)
|
static void |
DLProcessorRegistryUtil.trigger(FileEntry fileEntry)
|
void |
DLProcessorRegistry.trigger(FileEntry fileEntry)
|
void |
DLProcessorRegistryImpl.trigger(FileEntry fileEntry)
|
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 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.journal.util |
---|
Methods in com.liferay.portlet.journal.util that return FileEntry | |
---|---|
static FileEntry |
JournalRSSUtil.getFileEntry(String url)
|
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |