|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectBeanManager
The object content manager encapsulates a JCR session. This is the main component used to manage objects into the JCR repository.
This interface mimics Jackrabbit's one, but this is provided to support more lightweight beans in HST.
Method Summary | |
---|---|
Object |
getObject(String path)
Get an object from the JCR repository. |
Object |
getObjectByUuid(String uuid)
Get an object from the JCR repository |
javax.jcr.Session |
getSession()
This method returns the JCR session. |
Method Detail |
---|
Object getObject(String path) throws ObjectBeanManagerException
path
is the absolute object path and must start with a "/"
path
- the absolute object path.
ObjectBeanManagerException
- when it is not possible to retrieve the objectObject getObjectByUuid(String uuid) throws ObjectBeanManagerException
the
- object uuid
ObjectBeanManagerException
- when it is not possible to retrieve the objectjavax.jcr.Session getSession()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |