Class AbstractReadableRepositoryService

java.lang.Object
org.apache.jackrabbit.spi.commons.AbstractRepositoryService
org.apache.jackrabbit.spi.commons.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.