Package com.xwiki.task
Interface TaskCounter
@Role
@Unstable
public interface TaskCounter
Counter that handles the number generation for the tasks.
- Since:
- 3.0
- Version:
- $Id$
-
Method Summary
-
Method Details
-
getNextNumber
- Returns:
- the next valid number for a task.
- Throws:
TaskException- if the retrieval of the number failed.
-