public interface ExplorerNode extends AmetysObject
AmetysObject
composing the resources tree of the resources explorer.Modifier and Type | Method and Description |
---|---|
String |
getApplicationId()
Returns the application id corresponding to this Node.
|
String |
getDescription()
Get the description of the application
|
String |
getExplorerPath()
Returns the path of this explorer node in the explorer hierarchy (which is a subset of the whole repository).
If this collection is the root explorer node, "" is returned. |
String |
getIconCls()
Returns the icon css class for this Node.
|
boolean |
hasChildExplorerNodes()
Returns true if this explorer node contains child explorer nodes.
|
equals, getId, getName, getParent, getParentPath, getPath, hashCode
String getIconCls()
String getApplicationId()
String getExplorerPath()
AmetysRepositoryException
- if an error occurs.boolean hasChildExplorerNodes() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.String getDescription()