Interface TasksManager

All Known Implementing Classes:
DefaultTasksManager

public interface TasksManager
Manager responsible of creation of the different JSPWiki Steps. Instances of classes generated by this TasksManager are assumed to have been added to an approval workflow via WorkflowBuilder.buildApprovalWorkflow(Principal, String, Step, String, org.apache.wiki.workflow.Fact[], Step, String); they will not function correctly otherwise.
  • Field Details

  • Method Details

    • buildPreSaveWikiPageTask

      Step buildPreSaveWikiPageTask​(java.lang.String proposedText)
      Builds a pre-save WikiPage task.
      Parameters:
      proposedText - text proposed to be saved on the wiki page.
      Returns:
      a pre-save WikiPage task.
    • buildSaveWikiPageTask

      Builds a save WikiPage task.
      Returns:
      a save WikiPage task.
    • buildSaveUserProfileTask

      Step buildSaveUserProfileTask​(java.util.Locale loc)
      Builds a save user profile task.
      Parameters:
      loc - text proposed to be saved on the wiki page.
      Returns:
      a save user profile task.