|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.AbstractRepositoryService
public abstract class AbstractRepositoryService
AbstractRepositoryService provides an abstract base class for
repository service implementations. This class provides default
implementations for the following methods:
| Constructor Summary | |
|---|---|
AbstractRepositoryService()
|
|
| Method Summary | |
|---|---|
IdFactory |
getIdFactory()
Return the IdFactory. |
NameFactory |
getNameFactory()
Return the NameFactory. |
PathFactory |
getPathFactory()
Return the PathFactory. |
QValueFactory |
getQValueFactory()
Return the QValueFactory defined with this SPI implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRepositoryService()
| Method Detail |
|---|
public IdFactory getIdFactory()
throws RepositoryException
RepositoryServiceIdFactory.
getIdFactory in interface RepositoryServiceIdFactoryImpl.getInstance().
RepositoryException - if an error occurs.
public NameFactory getNameFactory()
throws RepositoryException
RepositoryServiceNameFactory.
getNameFactory in interface RepositoryServiceNameFactoryImpl.getInstance().
RepositoryException - if an error occurs.
public PathFactory getPathFactory()
throws RepositoryException
RepositoryServicePathFactory.
getPathFactory in interface RepositoryServicePathFactoryImpl.getInstance().
RepositoryException - if an error occurs.
public QValueFactory getQValueFactory()
throws RepositoryException
RepositoryServiceQValueFactory defined with this SPI implementation.
getQValueFactory in interface RepositoryServiceQValueFactoryImpl.getInstance().
RepositoryException - if an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||