|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Repository | |
|---|---|
| com.liferay.portal.kernel.repository | |
| com.liferay.portal.repository | |
| com.liferay.portal.repository.capabilities | |
| com.liferay.portal.repository.external | |
| com.liferay.portal.repository.liferayrepository | |
| com.liferay.portal.repository.liferayrepository.model | |
| com.liferay.portal.repository.portletrepository | |
| com.liferay.portal.repository.proxy | This package defines the portal repository proxy beans. |
| com.liferay.portal.repository.registry | |
| com.liferay.portal.repository.temporaryrepository | |
| com.liferay.portal.repository.util | |
| com.liferay.portlet.documentlibrary.service.impl | This package defines the document library portlet local and remote service implementations. |
| Uses of Repository in com.liferay.portal.kernel.repository |
|---|
| Subinterfaces of Repository in com.liferay.portal.kernel.repository | |
|---|---|
interface |
BaseRepository
|
| Classes in com.liferay.portal.kernel.repository that implement Repository | |
|---|---|
class |
BaseRepositoryImpl
Third-party repository implementations should extend from this class. |
| Methods in com.liferay.portal.kernel.repository that return Repository | |
|---|---|
Repository |
RepositoryFactory.createRepository(long repositoryId)
|
static Repository |
RepositoryFactoryUtil.createRepository(long repositoryId)
|
static Repository |
RepositoryProviderUtil.getFileEntryRepository(long fileEntryId)
|
Repository |
RepositoryProvider.getFileEntryRepository(long fileEntryId)
|
static Repository |
RepositoryProviderUtil.getFileShortcutRepository(long fileShortcutId)
|
Repository |
RepositoryProvider.getFileShortcutRepository(long fileShortcutId)
|
static Repository |
RepositoryProviderUtil.getFileVersionRepository(long fileVersionId)
|
Repository |
RepositoryProvider.getFileVersionRepository(long fileVersionId)
|
static Repository |
RepositoryProviderUtil.getFolderRepository(long folderId)
|
Repository |
RepositoryProvider.getFolderRepository(long folderId)
|
static Repository |
RepositoryProviderUtil.getImageRepository(long imageId)
|
Repository |
RepositoryProvider.getImageRepository(long imageId)
|
static Repository |
RepositoryProviderUtil.getRepository(long repositoryId)
|
Repository |
RepositoryProvider.getRepository(long repositoryId)
|
| Methods in com.liferay.portal.kernel.repository that return types with arguments of type Repository | |
|---|---|
static List<Repository> |
RepositoryProviderUtil.getGroupRepositories(long groupId)
|
List<Repository> |
RepositoryProvider.getGroupRepositories(long groupId)
|
| Constructors in com.liferay.portal.kernel.repository with parameters of type Repository | |
|---|---|
DefaultLocalRepositoryImpl(Repository repository)
|
|
| Uses of Repository in com.liferay.portal.repository |
|---|
| Classes in com.liferay.portal.repository that implement Repository | |
|---|---|
class |
InitializedRepository
|
| Methods in com.liferay.portal.repository that return Repository | |
|---|---|
Repository |
RepositoryFactoryImpl.createRepository(long repositoryId)
|
Repository |
RepositoryProviderImpl.getFileEntryRepository(long fileEntryId)
|
Repository |
RepositoryProviderImpl.getFileShortcutRepository(long fileShortcutId)
|
Repository |
RepositoryProviderImpl.getFileVersionRepository(long fileVersionId)
|
Repository |
RepositoryProviderImpl.getFolderRepository(long folderId)
|
Repository |
RepositoryProviderImpl.getImageRepository(long imageId)
|
Repository |
RepositoryProviderImpl.getRepository(long repositoryId)
|
| Methods in com.liferay.portal.repository that return types with arguments of type Repository | |
|---|---|
List<Repository> |
RepositoryProviderImpl.getGroupRepositories(long groupId)
|
| Uses of Repository in com.liferay.portal.repository.capabilities |
|---|
| Classes in com.liferay.portal.repository.capabilities that implement Repository | |
|---|---|
class |
CapabilityRepository
|
| Methods in com.liferay.portal.repository.capabilities that return Repository | |
|---|---|
Repository |
LiferayWorkflowCapability.wrapRepository(Repository repository)
|
Repository |
LiferayProcessorCapability.wrapRepository(Repository repository)
|
Repository |
MinimalWorkflowCapability.wrapRepository(Repository repository)
|
| Methods in com.liferay.portal.repository.capabilities with parameters of type Repository | |
|---|---|
Repository |
LiferayWorkflowCapability.wrapRepository(Repository repository)
|
Repository |
LiferayProcessorCapability.wrapRepository(Repository repository)
|
Repository |
MinimalWorkflowCapability.wrapRepository(Repository repository)
|
| Constructors in com.liferay.portal.repository.capabilities with parameters of type Repository | |
|---|---|
CapabilityRepository(Repository repository,
CapabilityProvider capabilityProvider,
RepositoryEventTrigger repositoryEventTrigger)
|
|
| Uses of Repository in com.liferay.portal.repository.external |
|---|
| Methods in com.liferay.portal.repository.external that return Repository | |
|---|---|
Repository |
LegacyExternalRepositoryFactory.createRepository(long repositoryId)
|
| Uses of Repository in com.liferay.portal.repository.liferayrepository |
|---|
| Classes in com.liferay.portal.repository.liferayrepository that implement Repository | |
|---|---|
class |
LiferayProcessorRepositoryWrapper
|
class |
LiferayRepository
|
class |
LiferayWorkflowRepositoryWrapper
|
class |
ModelValidatorRepositoryWrapper
|
| Methods in com.liferay.portal.repository.liferayrepository that return Repository | |
|---|---|
Repository |
LiferayRepositoryFactory.createRepository(long repositoryId)
|
protected Repository |
LiferayRepositoryFactory.createRepositoryInstance(long[] repositoryLocation)
|
| Constructors in com.liferay.portal.repository.liferayrepository with parameters of type Repository | |
|---|---|
LiferayProcessorRepositoryWrapper(Repository repository,
ProcessorCapability processorCapability)
|
|
LiferayWorkflowRepositoryWrapper(Repository repository,
WorkflowSupport workflowSupport)
|
|
ModelValidatorRepositoryWrapper(Repository repository,
ModelValidator<FileContentReference> modelValidator)
|
|
| Uses of Repository in com.liferay.portal.repository.liferayrepository.model |
|---|
| Methods in com.liferay.portal.repository.liferayrepository.model that return Repository | |
|---|---|
protected Repository |
LiferayFileEntry.getRepository()
|
| Uses of Repository in com.liferay.portal.repository.portletrepository |
|---|
| Classes in com.liferay.portal.repository.portletrepository that implement Repository | |
|---|---|
class |
PortletRepository
|
| Uses of Repository in com.liferay.portal.repository.proxy |
|---|
| Classes in com.liferay.portal.repository.proxy that implement Repository | |
|---|---|
class |
BaseRepositoryProxyBean
|
| Uses of Repository in com.liferay.portal.repository.registry |
|---|
| Methods in com.liferay.portal.repository.registry that return Repository | |
|---|---|
Repository |
RepositoryClassDefinition.createRepository(long repositoryId)
|
Repository |
DefaultCapabilityRegistry.invokeCapabilityWrappers(Repository repository)
|
| Methods in com.liferay.portal.repository.registry with parameters of type Repository | |
|---|---|
Repository |
DefaultCapabilityRegistry.invokeCapabilityWrappers(Repository repository)
|
| Uses of Repository in com.liferay.portal.repository.temporaryrepository |
|---|
| Classes in com.liferay.portal.repository.temporaryrepository that implement Repository | |
|---|---|
class |
TemporaryFileEntryRepository
|
| Uses of Repository in com.liferay.portal.repository.util |
|---|
| Classes in com.liferay.portal.repository.util that implement Repository | |
|---|---|
class |
RepositoryWrapper
|
| Methods in com.liferay.portal.repository.util that return Repository | |
|---|---|
Repository |
RepositoryWrapperAware.wrapRepository(Repository repository)
|
| Methods in com.liferay.portal.repository.util with parameters of type Repository | |
|---|---|
Repository |
RepositoryWrapperAware.wrapRepository(Repository repository)
|
| Constructors in com.liferay.portal.repository.util with parameters of type Repository | |
|---|---|
RepositoryWrapper(Repository repository)
|
|
| Uses of Repository in com.liferay.portlet.documentlibrary.service.impl |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.impl that return Repository | |
|---|---|
protected Repository |
DLAppServiceImpl.getFolderRepository(long folderId,
long groupId)
|
protected Repository |
DLAppServiceImpl.getRepository(long repositoryId)
|
| Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type Repository | |
|---|---|
protected FileEntry |
DLAppServiceImpl.copyFileEntry(Repository toRepository,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
protected Folder |
DLAppServiceImpl.copyFolder(long folderId,
long parentFolderId,
Repository fromRepository,
Repository toRepository,
ServiceContext serviceContext)
|
protected void |
DLAppServiceImpl.copyFolder(Repository repository,
Folder srcFolder,
Folder destFolder,
ServiceContext serviceContext)
|
protected void |
DLAppServiceImpl.copyFolderDependencies(Folder sourceFolder,
Folder destinationFolder,
Repository fromRepository,
Repository toRepository,
ServiceContext serviceContext)
|
protected void |
DLAppServiceImpl.deleteFileEntry(long oldFileEntryId,
long newFileEntryId,
Repository fromRepository,
Repository toRepository)
|
protected FileEntry |
DLAppServiceImpl.moveFileEntry(long fileEntryId,
long newFolderId,
Repository fromRepository,
Repository toRepository,
ServiceContext serviceContext)
|
protected Folder |
DLAppServiceImpl.moveFolder(long folderId,
long parentFolderId,
Repository fromRepository,
Repository toRepository,
ServiceContext serviceContext)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||