com.ontimize.dms.jcr
Interface JcrWrapper
- All Known Subinterfaces:
- JcrNode, JcrProperty, JcrStream, JcrVersion, JcrWrapperProperty
- All Known Implementing Classes:
- JcrNodeBase, JcrPropertyBase, JcrStreamBase, JcrVersionBase, JcrWrapperAbstract, JcrWrapperPropertyAbstract
public interface JcrWrapper
Wrap the node and a internal node.
- Since:
- 24/07/2009, 11/10/2010 Added session.
getSession
JcrSession getSession()
throws RepositoryException
- Throws:
RepositoryException
getInnerSession
Session getInnerSession()
throws RepositoryException
- Throws:
RepositoryException
getWrapper
JcrNode getWrapper()
getInternal
Node getInternal()
save
void save()
throws RepositoryException
- Throws:
RepositoryException