com.wewebu.ow.server.app
Class OwEcmUtil.OwParentPathInfo

java.lang.Object
  extended by com.wewebu.ow.server.app.OwEcmUtil.OwParentPathInfo
Enclosing class:
OwEcmUtil

public static class OwEcmUtil.OwParentPathInfo
extends Object

Returned item from the function OwEcmUtil.getParentPathOfClass(OwObject obj_p, Collection classNames_p)


Constructor Summary
OwEcmUtil.OwParentPathInfo(OwObject parent_p, String path_p, String displaypath_p)
          construct a path info item
 
Method Summary
 String getDisplayPath()
          get the display path from parent to the object
 OwObject getParent()
          get the parent that matches a requested classname
 String getPath()
          get the path from parent to the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwEcmUtil.OwParentPathInfo

public OwEcmUtil.OwParentPathInfo(OwObject parent_p,
                                  String path_p,
                                  String displaypath_p)
construct a path info item

Parameters:
parent_p - parent that matches a requested classname
path_p - path from parent to the object
Method Detail

getParent

public OwObject getParent()
get the parent that matches a requested classname


getPath

public String getPath()
get the path from parent to the object


getDisplayPath

public String getDisplayPath()
get the display path from parent to the object



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.