Skip navigation links
A C D G H I P R S T U 

A

APPLICATION_RTF - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Deprecated.
As of Mueller (7.2.x), replaced by DLOpenerMimeTypes.APPLICATION_RTF
APPLICATION_VND_DOCX - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Deprecated.
As of Mueller (7.2.x), replaced by DLOpenerMimeTypes.APPLICATION_VND_DOCX
APPLICATION_VND_GOOGLE_APPS_DOCUMENT - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
The MIME type for Google Docs.
APPLICATION_VND_GOOGLE_APPS_PRESENTATION - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
The MIME type for Google Slides.
APPLICATION_VND_GOOGLE_APPS_SPREADSHEET - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
The MIME type for Google Spreadsheets.
APPLICATION_VND_ODP - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Deprecated.
As of Mueller (7.2.x), replaced by DLOpenerMimeTypes.APPLICATION_VND_ODP
APPLICATION_VND_ODS - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Deprecated.
As of Mueller (7.2.x), replaced by DLOpenerMimeTypes.APPLICATION_VND_ODS
APPLICATION_VND_ODT - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Deprecated.
As of Mueller (7.2.x), replaced by DLOpenerMimeTypes.APPLICATION_VND_ODT
APPLICATION_VND_PPTX - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Deprecated.
As of Mueller (7.2.x), replaced by DLOpenerMimeTypes.APPLICATION_VND_PPTX
APPLICATION_VND_XSLX - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Deprecated.
As of Mueller (7.2.x), replaced by DLOpenerMimeTypes.APPLICATION_VND_XSLX

C

checkOut(long, FileEntry) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Creates a new file in Google Drive with the same content as a file entry, and returns a reference to that Google Drive file.
com.liferay.document.library.opener.google.drive - package com.liferay.document.library.opener.google.drive
 
com.liferay.document.library.opener.google.drive.constants - package com.liferay.document.library.opener.google.drive.constants
 
com.liferay.document.library.opener.google.drive.upload - package com.liferay.document.library.opener.google.drive.upload
 
create(long, FileEntry) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Creates a new empty Google Drive file that is linked to a file entry, and returns a reference to that Google Drive file.

D

delete(long, FileEntry) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Deletes the Google Drive file linked to a file entry.
DLOpenerGoogleDriveFileReference - Class in com.liferay.document.library.opener.google.drive
Deprecated.
As of Mueller (7.2.x), with no direct replacement
DLOpenerGoogleDriveFileReference(long, Supplier<String>, Supplier<File>, long) - Constructor for class com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveFileReference
Deprecated.
Creates a new DLOpenerGoogleDriveFileReference.
DLOpenerGoogleDriveManager - Interface in com.liferay.document.library.opener.google.drive
Deprecated.
As of Mueller (7.2.x), with no direct replacement
DLOpenerGoogleDriveMimeTypes - Class in com.liferay.document.library.opener.google.drive.constants
Provides a set of constants and methods for working with the MIME types supported by Liferay and Google Drive.
DLOpenerGoogleDriveMimeTypes() - Constructor for class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
 

G

getAuthorizationURL(long, String, String) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Returns the Google Drive authorization URL for use with OAuth 2.
getBackgroundTaskId() - Method in class com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveFileReference
Deprecated.
Returns the primary key of the background task that uploads the original file contents to Google Drive.
getContentFile() - Method in class com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveFileReference
Deprecated.
Returns a file with this Google Drive file reference's content.
getFileEntryId() - Method in class com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveFileReference
Deprecated.
Returns the primary key of the file entry linked to this reference.
getGoogleDocsMimeType(String) - Static method in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Returns the Google Drive MIME type equivalent to the one received.
getMimeTypeExtension(String) - Static method in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Returns the canonical file extension associated with the MIME type.
getTitle() - Method in class com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveFileReference
Deprecated.
Returns this Google Drive file reference's title.

H

hasValidCredential(long, long) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Returns true if the user has a valid credential.

I

isConfigured(long) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Returns true if the Google Drive connection is configured.
isGoogleDriveFile(FileEntry) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Returns true if a file entry is linked to a Google Drive file.
isGoogleMimeTypeSupported(String) - Static method in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Returns true if a MIME type is supported.
isMimeTypeSupported(String) - Static method in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Deprecated.

P

provide(long, long, Locale) - Method in interface com.liferay.document.library.opener.google.drive.upload.UniqueFileEntryTitleProvider
Deprecated.
 
provide(long, long, String) - Method in interface com.liferay.document.library.opener.google.drive.upload.UniqueFileEntryTitleProvider
Deprecated.
 

R

requestAuthorizationToken(long, long, String, String) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Requests an authorization token.
requestEditAccess(long, FileEntry) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Requests Google Drive permissions to edit a file entry.

S

setAuthorizationToken(long, long, String) - Method in interface com.liferay.document.library.opener.google.drive.DLOpenerGoogleDriveManager
Deprecated.
Sets an authorization token.

T

TEXT_TAB_SEPARATED_VALUES - Static variable in class com.liferay.document.library.opener.google.drive.constants.DLOpenerGoogleDriveMimeTypes
Deprecated.
As of Mueller (7.2.x), replaced by DLOpenerMimeTypes.TEXT_TAB_SEPARATED_VALUES

U

UniqueFileEntryTitleProvider - Interface in com.liferay.document.library.opener.google.drive.upload
Deprecated.
As of Mueller (7.2.x), replaced by com.liferay.document.library.opener.upload.UniqueFileEntryTitleProvider
A C D G H I P R S T U 
Skip navigation links