Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.client.jaxrs.model
Class PathRef

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.jaxrs.model.DocRef
      extended by org.nuxeo.ecm.automation.client.jaxrs.model.PathRef
All Implemented Interfaces:
OperationInput

public class PathRef
extends DocRef

Author:
Bogdan Stefanescu

Constructor Summary
PathRef(java.lang.String path)
           
 
Method Summary
 PathRef getChild(java.lang.String childPath)
           
 PathRef getParent()
           
 java.lang.String value()
           
 
Methods inherited from class org.nuxeo.ecm.automation.client.jaxrs.model.DocRef
getInputRef, getInputType, isBinary, newRef, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathRef

public PathRef(java.lang.String path)
Method Detail

value

public java.lang.String value()

getParent

public PathRef getParent()

getChild

public PathRef getChild(java.lang.String childPath)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.