Uses of Class
org.apache.wiki.workflow.Task
-
Packages that use Task Package Description org.apache.wiki.tasks.auth Provides auth-related Tasks, meant to be executed by the workflow framework.org.apache.wiki.tasks.pages Provides WikiPages' saving related Tasks, meant to be executed by the workflow framework. -
-
Uses of Task in org.apache.wiki.tasks.auth
Subclasses of Task in org.apache.wiki.tasks.auth Modifier and Type Class Description class
SaveUserProfileTask
Handles the actual profile save action. -
Uses of Task in org.apache.wiki.tasks.pages
Subclasses of Task in org.apache.wiki.tasks.pages Modifier and Type Class Description class
PreSaveWikiPageTask
Handles the page pre-save actions.class
SaveWikiPageTask
Handles the actual page save and post-save actions.
-