Package com.xwiki.task
Interface TaskCounter
-
@Role @Unstable public interface TaskCounterCounter that handles the number generation for the tasks.- Since:
- 3.0
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNextNumber()
-
-
-
Method Detail
-
getNextNumber
int getNextNumber() throws TaskException- Returns:
- the next valid number for a task.
- Throws:
TaskException- if the retrieval of the number failed.
-
-