Interface ModifiableTasksList
-
- All Superinterfaces:
AmetysObject,ExplorerNode,ModifiableAmetysObject,ModifiableExplorerNode,RemovableAmetysObject,TasksList
- All Known Implementing Classes:
JCRTasksList
public interface ModifiableTasksList extends TasksList, RemovableAmetysObject, ModifiableExplorerNode
Explorer task that can be modified
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDescription(String description)Set the list description-
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
-
Methods inherited from interface org.ametys.plugins.repository.RemovableAmetysObject
remove
-
Methods inherited from interface org.ametys.plugins.explorer.tasks.TasksList
getDescription, getTasks, getTasks
-
-
-
-
Method Detail
-
setDescription
void setDescription(String description)
Set the list description- Specified by:
setDescriptionin interfaceModifiableExplorerNode- Parameters:
description- The description
-
-