Interface TasksList

All Superinterfaces:
AmetysObject
All Known Subinterfaces:
ModifiableTasksList
All Known Implementing Classes:
JCRTasksList

public interface TasksList extends AmetysObject
Task interface
  • Method Details

    • getDescription

      Get the tasks list description
      Returns:
      The description
    • getTasks

      Get the list of tasks
      Returns:
      The list of tasks
    • getTasks

      List<Task> getTasks(Date startDate, Date endDate)
      Get the list of tasks, delimited by start and end date
      Parameters:
      startDate - The start limit
      endDate - The end limit
      Returns:
      The list of tasks