Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ACCESS - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- ADD_DISCUSSION - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- ADD_DOCUMENT - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- ADD_FOLDER - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- ADD_SHORTCUT - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- ADD_SUBFOLDER - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- addExtRepositoryFileEntry(String, String, String, String, String, String, InputStream) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Adds an external repository file entry and associated metadata based on the
InputStream
object. - addExtRepositoryFolder(String, String, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Adds an external repository folder.
- addFileEntry(String, long, long, String, String, String, String, String, String, InputStream, long, Date, Date, Date, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- addFileShortcut(String, long, long, long, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- addFolder(String, long, long, String, String, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
B
- buildConnection() - Method in interface com.liferay.document.library.repository.external.cache.ConnectionBuilder
C
- cancelCheckOut(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- cancelCheckOut(String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Cancels the check out of the external repository file.
- checkInExtRepositoryFileEntry(String, boolean, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Checks in the external repository file entry.
- checkInFileEntry(long, long, DLVersionNumberIncrease, String, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- checkInFileEntry(long, long, String, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- checkOutExtRepositoryFileEntry(String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Checks out the external repository file entry.
- checkOutFileEntry(long, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- checkOutFileEntry(long, String, long, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- clear() - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapterCache
- clone() - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapterCache
- clone() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- com.liferay.document.library.repository.external - package com.liferay.document.library.repository.external
-
This package contains the interfaces exported by the document-library-repository-external framework to allow for third party implementation of external repositories for Liferay Portal.
- com.liferay.document.library.repository.external.cache - package com.liferay.document.library.repository.external.cache
- com.liferay.document.library.repository.external.model - package com.liferay.document.library.repository.external.model
- com.liferay.document.library.repository.external.search - package com.liferay.document.library.repository.external.search
- ConnectionBuilder<T> - Interface in com.liferay.document.library.repository.external.cache
- ConnectionCache<T> - Class in com.liferay.document.library.repository.external.cache
- ConnectionCache(Class<T>, long, ConnectionBuilder<T>) - Constructor for class com.liferay.document.library.repository.external.cache.ConnectionCache
- containsPermission(ExtRepositoryObject.ExtRepositoryPermission) - Method in interface com.liferay.document.library.repository.external.ExtRepositoryObject
-
Returns
true
if the user has permission to perform the action on the external repository object. - containsPermission(PermissionChecker, String) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- copyExtRepositoryObject(ExtRepositoryObjectType<T>, String, String, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Copies the external repository object to a different parent folder.
- copyFileEntry(long, long, long, long, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- CredentialsProvider - Interface in com.liferay.document.library.repository.external
D
- DELETE - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- DELETE_DISCUSSION - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- deleteExtRepositoryObject(ExtRepositoryObjectType<? extends ExtRepositoryObject>, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Deletes the external repository object.
- deleteFileEntry(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- deleteFileShortcut(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- deleteFileShortcuts(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- deleteFolder(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
E
- execute(RepositoryModelOperation) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- execute(RepositoryModelOperation) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- execute(RepositoryModelOperation) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- ExtRepository - Interface in com.liferay.document.library.repository.external
-
Represents the external repository for Liferay's Document Library, providing utility methods for adding, deleting, retrieving, searching, and updating external repository file entries and folders.
- ExtRepositoryAdapter - Class in com.liferay.document.library.repository.external
- ExtRepositoryAdapter(ExtRepository) - Constructor for class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- ExtRepositoryAdapterCache - Class in com.liferay.document.library.repository.external
- ExtRepositoryAdapterCache() - Constructor for class com.liferay.document.library.repository.external.ExtRepositoryAdapterCache
- ExtRepositoryFileEntry - Interface in com.liferay.document.library.repository.external
-
Represents the external repository file entry object.
- ExtRepositoryFileEntryAdapter - Class in com.liferay.document.library.repository.external.model
- ExtRepositoryFileEntryAdapter(ExtRepositoryAdapter, long, String, ExtRepositoryFileEntry) - Constructor for class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- ExtRepositoryFileVersion - Interface in com.liferay.document.library.repository.external
-
Represents the external repository file version.
- ExtRepositoryFileVersionAdapter - Class in com.liferay.document.library.repository.external.model
- ExtRepositoryFileVersionAdapter(ExtRepositoryAdapter, long, String, ExtRepositoryFileEntryAdapter, ExtRepositoryFileVersion) - Constructor for class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- ExtRepositoryFileVersionDescriptor - Class in com.liferay.document.library.repository.external
-
Provides methods to locate an external repository file version.
- ExtRepositoryFileVersionDescriptor(String, String) - Constructor for class com.liferay.document.library.repository.external.ExtRepositoryFileVersionDescriptor
-
Creates an external repository file version descriptor with the repository file entry key and version name.
- ExtRepositoryFolder - Interface in com.liferay.document.library.repository.external
-
Represents the external repository folder object.
- ExtRepositoryFolderAdapter - Class in com.liferay.document.library.repository.external.model
- ExtRepositoryFolderAdapter(ExtRepositoryAdapter, long, String, ExtRepositoryFolder) - Constructor for class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- ExtRepositoryModel - Interface in com.liferay.document.library.repository.external
-
Represents the external repository model, which describes a folder, file, or file version in the external repository.
- ExtRepositoryModelAdapter<T> - Class in com.liferay.document.library.repository.external.model
- ExtRepositoryModelAdapter(ExtRepositoryAdapter, long, String, ExtRepositoryModel) - Constructor for class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- ExtRepositoryObject - Interface in com.liferay.document.library.repository.external
-
Represents the external repository object, being either an external repository file object or folder object.
- ExtRepositoryObject.ExtRepositoryPermission - Enum Class in com.liferay.document.library.repository.external
-
Holds the permissions that external repositories must support.
- ExtRepositoryObjectAdapter<T> - Class in com.liferay.document.library.repository.external.model
- ExtRepositoryObjectAdapter(ExtRepositoryAdapter, long, String, ExtRepositoryObject) - Constructor for class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- ExtRepositoryObjectAdapterType<T extends ExtRepositoryModelAdapter<?>> - Class in com.liferay.document.library.repository.external.model
- ExtRepositoryObjectType<T extends ExtRepositoryModel> - Class in com.liferay.document.library.repository.external
-
Provides external repository constants describing the types of
ExtRepositoryObject
's available. - ExtRepositoryQueryMapper - Interface in com.liferay.document.library.repository.external.search
- ExtRepositoryQueryMapperImpl - Class in com.liferay.document.library.repository.external
- ExtRepositoryQueryMapperImpl(ExtRepositoryAdapter) - Constructor for class com.liferay.document.library.repository.external.ExtRepositoryQueryMapperImpl
- ExtRepositorySearchResult<T extends ExtRepositoryObject> - Class in com.liferay.document.library.repository.external
-
Holds search results to be returned by the
ExtRepository.search(SearchContext, Query, ExtRepositoryQueryMapper)
method. - ExtRepositorySearchResult(T, float, String) - Constructor for class com.liferay.document.library.repository.external.ExtRepositorySearchResult
-
Creates the search result matching the external repository object, score, and snippet.
F
- FILE - Static variable in class com.liferay.document.library.repository.external.ExtRepositoryObjectType
-
An
ExtRepositoryObjectType
constant referring to interfaceExtRepositoryFileEntry
. - FILE - Static variable in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapterType
- FOLDER - Static variable in class com.liferay.document.library.repository.external.ExtRepositoryObjectType
-
An
ExtRepositoryObjectType
constant referring to interfaceExtRepositoryFolder
. - FOLDER - Static variable in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapterType
- formatDateParameterValue(String, String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryQueryMapperImpl
- formatDateParameterValue(String, String) - Method in interface com.liferay.document.library.repository.external.search.ExtRepositoryQueryMapper
- formatParameterValue(String, String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryQueryMapperImpl
- formatParameterValue(String, String) - Method in interface com.liferay.document.library.repository.external.search.ExtRepositoryQueryMapper
G
- get(String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapterCache
- getAncestorFolderIds() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- getAncestors() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- getAttributes() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getAuthType() - Method in interface com.liferay.document.library.repository.external.ExtRepository
- getAuthType() - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getChangeLog() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryFileVersion
-
Returns the comments associated with the commit of this file version.
- getChangeLog() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getCheckedOutBy() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryFileEntry
-
Returns an identifier for the user who checked out the file from the external repository, or
null
if the file is not checked out. - getCompanyId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getConnection() - Method in class com.liferay.document.library.repository.external.cache.ConnectionCache
- getContentStream() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getContentStream(boolean) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getContentStream(ExtRepositoryFileEntry) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the content stream of the external repository file entry.
- getContentStream(ExtRepositoryFileVersion) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the content stream of the external repository file version.
- getContentStream(ExtRepositoryFileEntryAdapter) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getContentStream(ExtRepositoryFileVersionAdapter) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getContentStream(String) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getCreateDate() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryModel
-
Returns the external repository model's creation date.
- getCreateDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getDescription() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryObject
-
Returns the external repository object's description.
- getDescription() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getDisplayDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getDisplayDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getExpandoBridge() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getExpirationDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getExpirationDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getExtension() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryObject
-
Returns the external repository object's file or folder extension, excluding any leading period.
- getExtension() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getExtension() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- getExtraSettings() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getExtRepositoryFileEntryKey() - Method in class com.liferay.document.library.repository.external.ExtRepositoryFileVersionDescriptor
-
Returns the external repository file entry key.
- getExtRepositoryFileVersion(ExtRepositoryFileEntry, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the external repository file version of the file entry, identified by the version name.
- getExtRepositoryFileVersionAdapters(ExtRepositoryFileEntryAdapter) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getExtRepositoryFileVersionDescriptor(String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the
ExtRepositoryFileVersionDescriptor
translated from the repository file version key. - getExtRepositoryFileVersions(ExtRepositoryFileEntry) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the external repository file versions of the external repository file entry.
- getExtRepositoryModel() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getExtRepositoryModel() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getExtRepositoryModel() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- getExtRepositoryModel() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getExtRepositoryModel() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- getExtRepositoryModelKey() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryModel
-
Returns the external repository model's primary key.
- getExtRepositoryObject(ExtRepositoryObjectType<T>, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the external repository object matching the type and key.
- getExtRepositoryObject(ExtRepositoryObjectType<T>, String, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the external repository object matching the type and title, in the parent folder.
- getExtRepositoryObjectKey(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getExtRepositoryObjects(ExtRepositoryObjectType<T>, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the external repository objects matching the type, in the parent folder.
- getExtRepositoryObjectsCount(ExtRepositoryObjectType<? extends ExtRepositoryObject>, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the number of elements in the external repository folder matching the object type.
- getExtRepositoryParentFolder(ExtRepositoryObject) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the external repository parent folder of the external repository object.
- getFileEntries(long, int, int, int, OrderByComparator<FileEntry>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntries(long, int, int, OrderByComparator<FileEntry>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntries(long, long, int, int, OrderByComparator<FileEntry>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntries(long, String[], int, int, OrderByComparator<FileEntry>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntriesCount(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntriesCount(long, int) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntriesCount(long, long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntriesCount(long, String[]) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntry() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getFileEntry(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntry(long, String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntryByUuid(String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileEntryId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFileEntryId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getFileName() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFileName() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getFileShortcut(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileShortcuts() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFileVersion() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFileVersion(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFileVersion(String) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFileVersionId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getFileVersions(int) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFileVersions(int, int, int) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFileVersionsCount(int) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFolder() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFolder(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFolder(long, String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFolderId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getFolderId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- getFolders(long, boolean, int, int, OrderByComparator<Folder>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFoldersAndFileEntries(long, int, int, OrderByComparator<?>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFoldersAndFileEntries(long, String[], int, int, OrderByComparator<?>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFoldersAndFileEntriesCount(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFoldersAndFileEntriesCount(long, String[]) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFoldersCount(long, boolean) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getFoldersFileEntriesCount(List<Long>, int) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getGroupId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getIcon() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getIcon() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getIconCssClass() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getInstance() - Static method in class com.liferay.document.library.repository.external.ExtRepositoryAdapterCache
- getLastPostDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- getLastPublishDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getLatestFileVersion() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getLatestFileVersion(boolean) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getLiferayLogin(String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the Liferay login value, which is mapped from the user's external repository login value.
- getLiferayLogin(String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getLock() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getLogin() - Method in interface com.liferay.document.library.repository.external.CredentialsProvider
- getMimeType() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryFileEntry
-
Returns the MIME type of the external repository file, or
null
if the MIME type is not available in the external repository. - getMimeType() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryFileVersion
-
Returns the MIME type of the file version, or
null
if the MIME type is not available in the external repository. - getMimeType() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getMimeType() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getMimeType(String) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getModel() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getModelClass() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getModelClass() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getModelClass() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- getModelClassName() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getModifiedDate() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryObject
-
Returns the external repository object's last modified date.
- getModifiedDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getModifiedDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- getMountFolders(long, int, int, OrderByComparator<Folder>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getMountFoldersCount(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getName() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryFolder
-
Returns the external repository folder's name.
- getName() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getName() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- getName() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- getObject() - Method in class com.liferay.document.library.repository.external.ExtRepositorySearchResult
-
Returns the external repository object associated with the search result.
- getOwner() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryModel
-
Returns the external repository model's owner.
- getParentFolder() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- getParentFolder(ExtRepositoryObjectAdapter<?>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getParentFolderId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- getPassword() - Method in interface com.liferay.document.library.repository.external.CredentialsProvider
- getPrimaryKey() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getPrimaryKeyObj() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getReadCount() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getRepository() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getRepositoryCapability(Class<T>) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getRepositoryCapability(Class<T>) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- getRepositoryFileShortcuts(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getRepositoryId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getReviewDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getReviewDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getRootFolderKey() - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the primary key of the external repository root folder.
- getScore() - Method in class com.liferay.document.library.repository.external.ExtRepositorySearchResult
-
Returns the score (between
0
and1
) associated with the search result. - getSize() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryModel
-
Returns the external repository's model size in bytes.
- getSize() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getSnippet() - Method in class com.liferay.document.library.repository.external.ExtRepositorySearchResult
-
Returns the text snippet to highlight when displaying the search results in the UI.
- getStagedModelType() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getStagedModelType() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getStagedModelType() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- getStatus() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getStatusByUserId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getStatusByUserName() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getStatusByUserUuid() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getStatusDate() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getSubfolderIds(long, boolean) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getSubfolderIds(List<Long>, long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getSubfolderKeys(String, boolean) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the keys of the external repository subfolders stored inside the external repository folder.
- getSupportedConfigurations() - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the supported configurations for the external repository.
- getSupportedParameters() - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the supported external repository configuration parameters indexed by configuration type.
- getSupportedParameters() - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- getTitle() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryFileEntry
-
Returns the external repository file entry's name, including its extension.
- getTitle() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getTitle() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- getUser(String) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getUserId() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getUserName() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getUserUuid() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getUuid() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- getVersion() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryFileVersion
-
Returns the ext repository version's name (e.g.
- getVersion() - Method in class com.liferay.document.library.repository.external.ExtRepositoryFileVersionDescriptor
-
Returns the external repository version name.
- getVersion() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- getVersion() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
H
- hasInheritableLock() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- hasLock() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- hasLock() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
I
- initRepository() - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- initRepository(UnicodeProperties, CredentialsProvider) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Initializes the external repository and checks the connectivity between the external repository and Liferay Portal.
- isApproved() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- isCheckedOut() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- isCheckedOut(ExtRepositoryFileEntry) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- isDefaultRepository() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- isDraft() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- isEscapedModel() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- isExpired() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- isInTrash() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- isInTrashContainer() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- isLocked() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- isManualCheckInRequired() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- isMountPoint() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- isPending() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- isRepositoryCapabilityProvided(Class<T>) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- isRepositoryCapabilityProvided(Class<T>) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- isRoot() - Method in interface com.liferay.document.library.repository.external.ExtRepositoryFolder
-
Returns
true
if the external repository folder is a root folder. - isRoot() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- isScheduled() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileVersionAdapter
- isSupportsLocking() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFileEntryAdapter
- isSupportsLocking() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- isSupportsMetadata() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- isSupportsMultipleUpload() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- isSupportsShortcuts() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
- isSupportsSocial() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapter
- isSupportsSubscribing() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryFolderAdapter
L
- lockFolder(long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- lockFolder(long, String, boolean, long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
M
- moveExtRepositoryObject(ExtRepositoryObjectType<T>, String, String, String) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Moves the external repository object to a different location.
- moveFileEntry(long, long, long, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- moveFolder(long, long, long, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
O
- OBJECT - Static variable in class com.liferay.document.library.repository.external.ExtRepositoryObjectType
-
An
ExtRepositoryObjectType
constant referring to interfaceExtRepositoryObject
(includes both files and folders). - OBJECT - Static variable in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapterType
P
- PERMISSIONS - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- put(ExtRepositoryModelAdapter<?>) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapterCache
R
- refreshFileEntryLock(String, long, long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- refreshFolderLock(String, long, long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- remove(String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapterCache
- revertFileEntry(long, long, String, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
S
- search(long, int, int, int) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- search(long, long, String[], int, int, int) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- search(SearchContext, Query) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- search(SearchContext, Query, ExtRepositoryQueryMapper) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Returns the external repository objects fulfilling the query.
- setCompanyId(long) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- setCreateDate(Date) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- setGroupId(long) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- setLastPublishDate(Date) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- setModifiedDate(Date) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- setPrimaryKeyObj(Serializable) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- setUserId(long) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- setUserName(String) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- setUserUuid(String) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- setUuid(String) - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
T
- toEscapedModel() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
- toString() - Method in class com.liferay.document.library.repository.external.ExtRepositoryObjectType
- toString() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryObjectAdapterType
- toUnescapedModel() - Method in class com.liferay.document.library.repository.external.model.ExtRepositoryModelAdapter
U
- unlockFolder(long, String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- UPDATE - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- UPDATE_DISCUSSION - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
- updateExtRepositoryFileEntry(String, String, InputStream) - Method in interface com.liferay.document.library.repository.external.ExtRepository
-
Updates the external repository file entry's content.
- updateFileEntry(long, long, String, String, String, String, String, String, DLVersionNumberIncrease, InputStream, long, Date, Date, Date, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- updateFileShortcut(long, long, long, long, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- updateFileShortcuts(long, long) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- updateFolder(long, String, String, ServiceContext) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
V
- valueOf(String) - Static method in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyFileEntryCheckOut(long, String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- verifyInheritableLock(long, String) - Method in class com.liferay.document.library.repository.external.ExtRepositoryAdapter
- VIEW - Enum constant in enum class com.liferay.document.library.repository.external.ExtRepositoryObject.ExtRepositoryPermission
All Classes and Interfaces|All Packages|Serialized Form