Interface TasksList
- 
- All Superinterfaces:
 AmetysObject
- All Known Subinterfaces:
 ModifiableTasksList
- All Known Implementing Classes:
 JCRTasksList
public interface TasksList extends AmetysObject
Task interface 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Get the tasks list descriptionList<Task>getTasks()Get the list of tasksList<Task>getTasks(Date startDate, Date endDate)Get the list of tasks, delimited by start and end date- 
Methods inherited from interface org.ametys.plugins.repository.AmetysObject
equals, getId, getName, getParent, getParentPath, getPath, hashCode 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDescription
String getDescription()
Get the tasks list description- Returns:
 - The description
 
 
 - 
 
 -