Uses of Class
com.ecyrd.jspwiki.workflow.Task

Packages that use Task
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.auth Authentication, Authorization and the third A thing. 
com.ecyrd.jspwiki.workflow   
 

Uses of Task in com.ecyrd.jspwiki
 

Subclasses of Task in com.ecyrd.jspwiki
static class PageManager.PreSaveWikiPageTask
          Inner class that handles the page pre-save actions.
static class PageManager.SaveWikiPageTask
          Inner class that handles the actual page save and post-save actions.
 

Uses of Task in com.ecyrd.jspwiki.auth
 

Subclasses of Task in com.ecyrd.jspwiki.auth
static class UserManager.SaveUserProfileTask
          Inner class that handles the actual profile save action.
 

Uses of Task in com.ecyrd.jspwiki.workflow
 

Methods in com.ecyrd.jspwiki.workflow with parameters of type Task
 Workflow WorkflowBuilder.buildApprovalWorkflow(Principal submitter, String workflowApproverKey, Task prepTask, String decisionKey, Fact[] facts, Task completionTask, String rejectedMessageKey)
          Builds an approval workflow that requests approval from a named user, Group or Role before running a Task.