Interface RepositoryProvider
@ProviderType
public interface RepositoryProvider
- Author:
- Iván Zaera
-
Method Summary
Modifier and TypeMethodDescriptionfetchFileEntryLocalRepository
(long fileEntryId) getFileEntryLocalRepository
(long fileEntryId) getFileEntryRepository
(long fileEntryId) getFileShortcutLocalRepository
(long fileShortcutId) getFileShortcutRepository
(long fileShortcutId) getFileVersionLocalRepository
(long fileVersionId) getFileVersionRepository
(long fileVersionId) getFolderLocalRepository
(long folderId) getFolderRepository
(long folderId) getGroupLocalRepositories
(long groupId) getGroupRepositories
(long groupId) getImageLocalRepository
(long imageId) getImageRepository
(long imageId) getLocalRepository
(long repositoryId) getRepository
(long repositoryId)
-
Method Details
-
fetchFileEntryLocalRepository
- Throws:
PortalException
-
getFileEntryLocalRepository
- Throws:
PortalException
-
getFileEntryRepository
- Throws:
PortalException
-
getFileShortcutLocalRepository
- Throws:
PortalException
-
getFileShortcutRepository
- Throws:
PortalException
-
getFileVersionLocalRepository
- Throws:
PortalException
-
getFileVersionRepository
- Throws:
PortalException
-
getFolderLocalRepository
- Throws:
PortalException
-
getFolderRepository
- Throws:
PortalException
-
getGroupLocalRepositories
- Throws:
PortalException
-
getGroupRepositories
- Throws:
PortalException
-
getImageLocalRepository
- Throws:
PortalException
-
getImageRepository
- Throws:
PortalException
-
getLocalRepository
- Throws:
PortalException
-
getRepository
- Throws:
PortalException
-