Class TaskScriptService

  • All Implemented Interfaces:
    org.xwiki.script.service.ScriptService

    @Component
    @Named("task")
    @Singleton
    @Unstable
    public class TaskScriptService
    extends Object
    implements org.xwiki.script.service.ScriptService
    Script service for retrieving information about the Task Manager Application.
    Since:
    3.0
    Version:
    $Id$
    • Constructor Detail

      • TaskScriptService

        public TaskScriptService()
    • Method Detail

      • getConfiguration

        public TaskConfiguration getConfiguration()
        Returns:
        the configuration of the application.
      • inferTaskData

        public void inferTaskData​(org.xwiki.model.reference.DocumentReference documentReference)
        Infer data for the tasks of some document.
        Parameters:
        documentReference - the document reference of the document.
      • getPagesWithIncompleteTaskMacros

        public List<org.xwiki.model.reference.DocumentReference> getPagesWithIncompleteTaskMacros()
        Returns:
        a list pages that contain task macros with incomplete data.