org.chromattic.core.jcr
Class PathLinkManager
java.lang.Object
org.chromattic.core.jcr.AbstractLinkManager
org.chromattic.core.jcr.PathLinkManager
public class PathLinkManager
- extends AbstractLinkManager
- Version:
- $Revision$
- Author:
- Julien Viet
|
Method Summary |
protected javax.jcr.Node |
_getReferenced(javax.jcr.Property property)
|
protected java.util.Iterator<javax.jcr.Node> |
_getReferents(javax.jcr.Node referenced,
java.lang.String propertyName)
|
protected void |
_setReferenced(javax.jcr.Node referent,
java.lang.String propertyName,
javax.jcr.Node referenced)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathLinkManager
public PathLinkManager(javax.jcr.Session session)
_getReferenced
protected javax.jcr.Node _getReferenced(javax.jcr.Property property)
throws javax.jcr.RepositoryException
- Specified by:
_getReferenced in class AbstractLinkManager
- Throws:
javax.jcr.RepositoryException
_setReferenced
protected void _setReferenced(javax.jcr.Node referent,
java.lang.String propertyName,
javax.jcr.Node referenced)
throws javax.jcr.RepositoryException
- Specified by:
_setReferenced in class AbstractLinkManager
- Throws:
javax.jcr.RepositoryException
_getReferents
protected java.util.Iterator<javax.jcr.Node> _getReferents(javax.jcr.Node referenced,
java.lang.String propertyName)
throws javax.jcr.RepositoryException
- Specified by:
_getReferents in class AbstractLinkManager
- Throws:
javax.jcr.RepositoryException
Copyright © 2011 eXo Platform SAS. All Rights Reserved.