@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
int compareVersions(String version1, String version2)
String getAbsolutePath(PortletRequest portletRequest, long folderId) throws PortalException
PortalException
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) throws PortalException
PortalException
String getDLFolderControlPanelLink(PortletRequest portletRequest, long folderId) throws PortalException
PortalException
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)
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) throws Exception
Exception
String getImagePreviewURL(FileEntry fileEntry, ThemeDisplay themeDisplay) throws Exception
Exception
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)
@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)
Exception
String getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay) throws Exception
Exception
String getThumbnailSrc(FileEntry fileEntry, ThemeDisplay themeDisplay) throws Exception
Exception
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) throws PortalException
PortalException
String getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired) throws PortalException
PortalException
String getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired, boolean officeExtensionRequired) throws PortalException
PortalException
boolean hasWorkflowDefinitionLink(long companyId, long groupId, long folderId, long fileEntryTypeId) throws Exception
Exception
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) throws PortalException
PortalException
boolean isSubscribedToFolder(long companyId, long groupId, long userId, long folderId, boolean recursive) throws PortalException
PortalException
boolean isValidVersion(String version)
void startWorkflowInstance(long userId, DLFileVersion dlFileVersion, String syncEventType, ServiceContext serviceContext) throws PortalException
PortalException