public interface Path
| Modifier and Type | Method and Description |
|---|---|
Path[] |
getChildren()
Gets the child paths
|
String |
getName()
Gets the name of the path (last path segment)
|
Path |
getParent()
Gets the parent path
|
String |
getPath()
Gets the full path
|
WebScript[] |
getScripts()
Gets Web Scripts associated with this path
|
String getPath()
String getName()
Path getParent()
Path[] getChildren()
WebScript[] getScripts()
Copyright © 2005–2018 Alfresco Software. All rights reserved.