Package org.apache.wiki.tasks
Provides specific tasks for JSPWiki, meant to be executed by the workflow framework.
Package specification
This package contains JSPWiki specific tasks which are executed by the workflow framework.
Instances of this tasks are assumed to have been added to an approval workflow via
org.apache.wiki.workflow.WorkflowBuilder#buildApprovalWorkflow(Principal, String, Task, String, org.apache.wiki.workflow.Fact[], Task, String)
;
they will not function correctly otherwise.
-
Interface Summary Interface Description TasksManager Manager responsible of creation of the different JSPWikiStep
s. -
Class Summary Class Description DefaultTasksManager Default implementation forTasksManager
.