See: Description
| Interface | Description |
|---|---|
| TasksManager |
Manager responsible of creation of the different JSPWiki
Steps. |
| Class | Description |
|---|---|
| DefaultTasksManager |
Default implementation for
TasksManager. |
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.
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.