AbstractReadableRepositoryService provides an abstract base class where all methods that attempt to write throw an {@link UnsupportedRepositoryOperationException}. This class useful for repository service implementation that only provide read access to the underlying content.
| |
| |
| |
| |
| |
| |
| |