Uses of Class
org.apache.wiki.workflow.Task

Packages that use Task
org.apache.wiki The chief package of JSPWiki. 
org.apache.wiki.auth Authentication, Authorization and the third A thing. 
org.apache.wiki.workflow   
 

Uses of Task in org.apache.wiki
 

Subclasses of Task in org.apache.wiki
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 org.apache.wiki.auth
 

Subclasses of Task in org.apache.wiki.auth
static class UserManager.SaveUserProfileTask
          Inner class that handles the actual profile save action.
 

Uses of Task in org.apache.wiki.workflow
 

Methods in org.apache.wiki.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.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.