@ProviderType
public interface RepositoryProvider
| Modifier and Type | Method and Description |
|---|---|
LocalRepository |
fetchFileEntryLocalRepository(long fileEntryId) |
LocalRepository |
getFileEntryLocalRepository(long fileEntryId) |
Repository |
getFileEntryRepository(long fileEntryId) |
LocalRepository |
getFileShortcutLocalRepository(long fileShortcutId) |
Repository |
getFileShortcutRepository(long fileShortcutId) |
LocalRepository |
getFileVersionLocalRepository(long fileVersionId) |
Repository |
getFileVersionRepository(long fileVersionId) |
LocalRepository |
getFolderLocalRepository(long folderId) |
Repository |
getFolderRepository(long folderId) |
List<LocalRepository> |
getGroupLocalRepositories(long groupId) |
List<Repository> |
getGroupRepositories(long groupId) |
LocalRepository |
getImageLocalRepository(long imageId) |
Repository |
getImageRepository(long imageId) |
LocalRepository |
getLocalRepository(long repositoryId) |
Repository |
getRepository(long repositoryId) |
LocalRepository fetchFileEntryLocalRepository(long fileEntryId) throws PortalException
PortalExceptionLocalRepository getFileEntryLocalRepository(long fileEntryId) throws PortalException
PortalExceptionRepository getFileEntryRepository(long fileEntryId) throws PortalException
PortalExceptionLocalRepository getFileShortcutLocalRepository(long fileShortcutId) throws PortalException
PortalExceptionRepository getFileShortcutRepository(long fileShortcutId) throws PortalException
PortalExceptionLocalRepository getFileVersionLocalRepository(long fileVersionId) throws PortalException
PortalExceptionRepository getFileVersionRepository(long fileVersionId) throws PortalException
PortalExceptionLocalRepository getFolderLocalRepository(long folderId) throws PortalException
PortalExceptionRepository getFolderRepository(long folderId) throws PortalException
PortalExceptionList<LocalRepository> getGroupLocalRepositories(long groupId) throws PortalException
PortalExceptionList<Repository> getGroupRepositories(long groupId) throws PortalException
PortalExceptionLocalRepository getImageLocalRepository(long imageId) throws PortalException
PortalExceptionRepository getImageRepository(long imageId) throws PortalException
PortalExceptionLocalRepository getLocalRepository(long repositoryId) throws PortalException
PortalExceptionRepository getRepository(long repositoryId) throws PortalException
PortalException