org.chromattic.core.jcr
Class PathLinkManager

java.lang.Object
  extended by org.chromattic.core.jcr.AbstractLinkManager
      extended by org.chromattic.core.jcr.PathLinkManager

public class PathLinkManager
extends AbstractLinkManager

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.jcr.AbstractLinkManager
session
 
Constructor Summary
PathLinkManager(javax.jcr.Session session)
           
 
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 org.chromattic.core.jcr.AbstractLinkManager
clear, getReferenced, getReferents, setReferenced
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathLinkManager

public PathLinkManager(javax.jcr.Session session)
Method Detail

_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 © 2014 eXo Platform SAS. All Rights Reserved.