Package org.ametys.plugins.explorer
Interface ModifiableExplorerNode
-
- All Superinterfaces:
AmetysObject,ExplorerNode,ModifiableAmetysObject
- All Known Subinterfaces:
ModifiableCalendar,ModifiableResourceCollection,ModifiableTasksList,ModifiableThread
- All Known Implementing Classes:
JCRCalendar,JCRResourcesCollection,JCRTasksList,JCRThread
public interface ModifiableExplorerNode extends ExplorerNode, ModifiableAmetysObject
ExplorerNode that can have child explorer nodes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDescription(String description)Set the description of the application-
Methods inherited from interface org.ametys.plugins.repository.AmetysObject
equals, getId, getName, getParent, getParentPath, getPath, hashCode
-
Methods inherited from interface org.ametys.plugins.explorer.ExplorerNode
getApplicationId, getDescription, getExplorerPath, getIconCls, hasChildExplorerNodes
-
Methods inherited from interface org.ametys.plugins.repository.ModifiableAmetysObject
needsSave, rename, revertChanges, saveChanges
-
-
-
-
Method Detail
-
setDescription
void setDescription(String description)
Set the description of the application- Parameters:
description- the description
-
-