org.xcmis.spi.model
Class ObjectParent

java.lang.Object
  extended by org.xcmis.spi.model.ObjectParent

public final class ObjectParent
extends Object

Describe CMIS object parent.

Version:
$Id: CmisObjectParents.java 34360 2009-07-22 23:58:59Z sunman $
Author:
Alexey Zavizionov

Constructor Summary
ObjectParent(CmisObject parent, String relativePathSegment)
           
 
Method Summary
 CmisObject getObject()
           
 String getRelativePathSegment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectParent

public ObjectParent(CmisObject parent,
                    String relativePathSegment)
Method Detail

getObject

public CmisObject getObject()
Returns:
object's parent

getRelativePathSegment

public String getRelativePathSegment()
Returns:
relative path segment of the object for which parent was requested


Copyright © 2010 eXo Platform SAS. All Rights Reserved.