ModeShape Distribution 3.1.0.Final

org.modeshape.jcr
Class Connectors.Projection

java.lang.Object
  extended by org.modeshape.jcr.Connectors.Projection
Enclosing class:
Connectors

protected class Connectors.Projection
extends Object


Constructor Summary
protected Connectors.Projection(String externalNodeKey, String projectedNodeKey, String alias)
           
protected Connectors.Projection(String sourceName, String alias, String repositoryPath, String externalPath)
           
 
Method Summary
protected  String getAlias()
           
protected  String getExternalNodeKey()
           
protected  String getExternalPath()
           
protected  String getProjectedNodeKey()
           
protected  String getRepositoryPath()
           
protected  String getSourceName()
           
protected  boolean hasAlias(String alias)
           
protected  boolean hasProjectedNodeKey(String projectedNodeKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connectors.Projection

protected Connectors.Projection(String externalNodeKey,
                                String projectedNodeKey,
                                String alias)

Connectors.Projection

protected Connectors.Projection(String sourceName,
                                String alias,
                                String repositoryPath,
                                String externalPath)
Method Detail

hasAlias

protected boolean hasAlias(String alias)

hasProjectedNodeKey

protected boolean hasProjectedNodeKey(String projectedNodeKey)

getProjectedNodeKey

protected String getProjectedNodeKey()

getAlias

protected String getAlias()

getExternalPath

protected String getExternalPath()

getRepositoryPath

protected String getRepositoryPath()

getSourceName

protected String getSourceName()

getExternalNodeKey

protected String getExternalNodeKey()

ModeShape Distribution 3.1.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.