@ProviderType
public interface DL
| Modifier and Type | Field and Description |
|---|---|
static String |
MANUAL_CHECK_IN_REQUIRED |
static String |
MANUAL_CHECK_IN_REQUIRED_PATH |
static String |
OFFICE_EXTENSION |
static String |
OFFICE_EXTENSION_PATH |
static String |
WEBDAV_CHECK_IN_MODE |
| Modifier and Type | Method and Description |
|---|---|
int |
compareVersions(String version1,
String version2) |
String |
getAbsolutePath(PortletRequest portletRequest,
long folderId) |
Set<String> |
getAllMediaGalleryMimeTypes() |
String |
getDDMStructureKey(DLFileEntryType dlFileEntryType) |
String |
getDDMStructureKey(String fileEntryTypeUuid) |
String |
getDeprecatedDDMStructureKey(DLFileEntryType dlFileEntryType) |
String |
getDeprecatedDDMStructureKey(long fileEntryTypeId) |
String |
getDividedPath(long id) |
String |
getDLFileEntryControlPanelLink(PortletRequest portletRequest,
long fileEntryId) |
String |
getDLFolderControlPanelLink(PortletRequest portletRequest,
long folderId) |
String |
getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString) |
String |
getDownloadURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL) |
Map<String,String> |
getEmailDefinitionTerms(PortletRequest portletRequest,
String emailFromAddress,
String emailFromName) |
Map<String,String> |
getEmailFromDefinitionTerms(PortletRequest portletRequest,
String emailFromAddress,
String emailFromName) |
List<FileEntry> |
getFileEntries(Hits hits) |
String |
getFileEntryImage(FileEntry fileEntry,
ThemeDisplay themeDisplay) |
Set<Long> |
getFileEntryTypeSubscriptionClassPKs(long userId) |
String |
getFileIcon(String extension) |
String |
getFileIconCssClass(String extension) |
String |
getGenericName(String extension) |
String |
getImagePreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay) |
String |
getImagePreviewURL(FileEntry fileEntry,
ThemeDisplay themeDisplay) |
String |
getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString) |
String |
getPreviewURL(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay,
String queryString,
boolean appendVersion,
boolean absoluteURL) |
<T> OrderByComparator<T> |
getRepositoryModelOrderByComparator(String orderByCol,
String orderByType) |
<T> OrderByComparator<T> |
getRepositoryModelOrderByComparator(String orderByCol,
String orderByType,
boolean orderByModel) |
String |
getSanitizedFileName(String title,
String extension) |
String |
getTempFileId(long id,
String version) |
String |
getTempFileId(long id,
String version,
String languageId) |
String |
getThumbnailSrc(FileEntry fileEntry,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated.
As of 7.0.0, replaced by
getThumbnailSrc(FileEntry,
ThemeDisplay) |
String |
getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
DLFileShortcut dlFileShortcut,
ThemeDisplay themeDisplay)
Deprecated.
As of 7.0.0, replaced by
getThumbnailSrc(FileEntry,
FileVersion, ThemeDisplay) |
String |
getThumbnailSrc(FileEntry fileEntry,
FileVersion fileVersion,
ThemeDisplay themeDisplay) |
String |
getThumbnailSrc(FileEntry fileEntry,
ThemeDisplay themeDisplay) |
String |
getThumbnailStyle() |
String |
getThumbnailStyle(boolean max,
int margin) |
String |
getThumbnailStyle(boolean max,
int margin,
int height,
int width) |
String |
getTitleWithExtension(FileEntry fileEntry) |
String |
getTitleWithExtension(String title,
String extension) |
String |
getUniqueFileName(long groupId,
long folderId,
String fileName) |
String |
getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry) |
String |
getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired) |
String |
getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired,
boolean officeExtensionRequired) |
boolean |
hasWorkflowDefinitionLink(long companyId,
long groupId,
long folderId,
long fileEntryTypeId) |
boolean |
isAutoGeneratedDLFileEntryTypeDDMStructureKey(String ddmStructureKey) |
boolean |
isOfficeExtension(String extension) |
boolean |
isSubscribedToFileEntryType(long companyId,
long groupId,
long userId,
long fileEntryTypeId) |
boolean |
isSubscribedToFolder(long companyId,
long groupId,
long userId,
long folderId) |
boolean |
isSubscribedToFolder(long companyId,
long groupId,
long userId,
long folderId,
boolean recursive) |
boolean |
isValidVersion(String version) |
void |
startWorkflowInstance(long userId,
DLFileVersion dlFileVersion,
String syncEventType,
ServiceContext serviceContext) |
static final String MANUAL_CHECK_IN_REQUIRED
static final String MANUAL_CHECK_IN_REQUIRED_PATH
static final String OFFICE_EXTENSION
static final String OFFICE_EXTENSION_PATH
static final String WEBDAV_CHECK_IN_MODE
String getAbsolutePath(PortletRequest portletRequest, long folderId) throws PortalException
PortalExceptionString getDDMStructureKey(DLFileEntryType dlFileEntryType)
String getDeprecatedDDMStructureKey(DLFileEntryType dlFileEntryType)
String getDeprecatedDDMStructureKey(long fileEntryTypeId)
String getDividedPath(long id)
String getDLFileEntryControlPanelLink(PortletRequest portletRequest, long fileEntryId) throws PortalException
PortalExceptionString getDLFolderControlPanelLink(PortletRequest portletRequest, long folderId) throws PortalException
PortalExceptionString getDownloadURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString)
String getDownloadURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL)
Map<String,String> getEmailDefinitionTerms(PortletRequest portletRequest, String emailFromAddress, String emailFromName)
Map<String,String> getEmailFromDefinitionTerms(PortletRequest portletRequest, String emailFromAddress, String emailFromName)
String getFileEntryImage(FileEntry fileEntry, ThemeDisplay themeDisplay)
String getImagePreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay) throws Exception
ExceptionString getImagePreviewURL(FileEntry fileEntry, ThemeDisplay themeDisplay) throws Exception
ExceptionString getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString)
String getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL)
<T> OrderByComparator<T> getRepositoryModelOrderByComparator(String orderByCol, String orderByType)
<T> OrderByComparator<T> getRepositoryModelOrderByComparator(String orderByCol, String orderByType, boolean orderByModel)
@Deprecated String getThumbnailSrc(FileEntry fileEntry, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay) throws Exception
getThumbnailSrc(FileEntry,
ThemeDisplay)Exception@Deprecated String getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay) throws Exception
getThumbnailSrc(FileEntry,
FileVersion, ThemeDisplay)ExceptionString getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay) throws Exception
ExceptionString getThumbnailSrc(FileEntry fileEntry, ThemeDisplay themeDisplay) throws Exception
ExceptionString getThumbnailStyle()
String getThumbnailStyle(boolean max, int margin)
String getThumbnailStyle(boolean max, int margin, int height, int width)
String getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry) throws PortalException
PortalExceptionString getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired) throws PortalException
PortalExceptionString getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired, boolean officeExtensionRequired) throws PortalException
PortalExceptionboolean hasWorkflowDefinitionLink(long companyId,
long groupId,
long folderId,
long fileEntryTypeId)
throws Exception
Exceptionboolean isAutoGeneratedDLFileEntryTypeDDMStructureKey(String ddmStructureKey)
boolean isOfficeExtension(String extension)
boolean isSubscribedToFileEntryType(long companyId,
long groupId,
long userId,
long fileEntryTypeId)
boolean isSubscribedToFolder(long companyId,
long groupId,
long userId,
long folderId)
throws PortalException
PortalExceptionboolean isSubscribedToFolder(long companyId,
long groupId,
long userId,
long folderId,
boolean recursive)
throws PortalException
PortalExceptionboolean isValidVersion(String version)
void startWorkflowInstance(long userId,
DLFileVersion dlFileVersion,
String syncEventType,
ServiceContext serviceContext)
throws PortalException
PortalException