eXo JCR :: Component :: Extension Service 1.15.0-CR2

org.exoplatform.services.jcr.ext.script.groovy
Class NodeScriptKey

java.lang.Object
  extended by org.exoplatform.services.rest.ext.groovy.BaseResourceId
      extended by org.exoplatform.services.jcr.ext.script.groovy.NodeScriptKey
All Implemented Interfaces:
org.exoplatform.services.rest.ext.groovy.ResourceId

public class NodeScriptKey
extends org.exoplatform.services.rest.ext.groovy.BaseResourceId
implements org.exoplatform.services.rest.ext.groovy.ResourceId

Version:
$Id: NodeScriptKey.java 34445 2009-07-24 07:51:18Z dkatayev $
Author:
Andrey Parfonov

Field Summary
 
Fields inherited from class org.exoplatform.services.rest.ext.groovy.BaseResourceId
id
 
Constructor Summary
NodeScriptKey(String repositoryName, String workspaceName, javax.jcr.Node node)
           
NodeScriptKey(String repositoryName, String workspaceName, String path)
           
 
Method Summary
 String getPath()
           
 String getRepositoryName()
           
 String getWorkspaceName()
           
 
Methods inherited from class org.exoplatform.services.rest.ext.groovy.BaseResourceId
equals, getId, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.exoplatform.services.rest.ext.groovy.ResourceId
getId
 

Constructor Detail

NodeScriptKey

public NodeScriptKey(String repositoryName,
                     String workspaceName,
                     javax.jcr.Node node)
              throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

NodeScriptKey

public NodeScriptKey(String repositoryName,
                     String workspaceName,
                     String path)
Method Detail

getRepositoryName

public String getRepositoryName()

getWorkspaceName

public String getWorkspaceName()

getPath

public String getPath()

eXo JCR :: Component :: Extension Service 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.