Package com.xwiki.task
Interface TaskConfiguration
-
@Role @Unstable public interface TaskConfigurationThe configuration of the Task Manager Application for the current wiki.- Since:
- 3.0
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetDefaultInlineStatus()StringgetDisplayDateFormat()Deprecated.List<String>getNotSkippedFoldEvents()StringgetStorageDateFormat()Deprecated.booleanisIdDisplayed()
-
-
-
Method Detail
-
getStorageDateFormat
@Deprecated String getStorageDateFormat()
Deprecated.- Returns:
- the date format that should be used for storage.
-
getNotSkippedFoldEvents
List<String> 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 String 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
-
-