Package com.xwiki.task
Interface TaskConfiguration
@Role
@Unstable
public interface TaskConfiguration
The configuration of the Task Manager Application for the current wiki.
- Since:
- 3.0
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.boolean
-
Method Details
-
getStorageDateFormat
Deprecated.- Returns:
- the date format that should be used for storage.
-
getNotSkippedFoldEvents
- Returns:
- a list of fold events during which the task listeners should execute. By default, the listeners do not execute during fold events.
- Since:
- 3.1.1
-
getDefaultInlineStatus
String getDefaultInlineStatus()- Returns:
- the status that will be set by default when creating a task macro.
- Since:
- 3.7.0
-
getDisplayDateFormat
Deprecated.- Returns:
- the date format that should be used for displaying purposes.
-
isIdDisplayed
boolean isIdDisplayed()- Returns:
- whether the id (and link) of the task macro should be displayed or not.
- Since:
- 3.8.0
-