Class AbstractReadableRepositoryService

  • All Implemented Interfaces:
    RepositoryService

    public abstract class AbstractReadableRepositoryService
    extends AbstractRepositoryService
    AbstractReadableRepositoryService provides an abstract base class where all methods that attempt to write throw an UnsupportedRepositoryOperationException. This class useful for repository service implementation that only provide read access to the underlying content.