public class DefaultTasksManager extends Object implements TasksManager
TasksManager.USER_PROFILE_SAVE_TASK_MESSAGE_KEY, WIKIPAGE_PRESAVE_TASK_MESSAGE_KEY, WIKIPAGE_SAVE_TASK_MESSAGE_KEY| Constructor and Description |
|---|
DefaultTasksManager() |
| Modifier and Type | Method and Description |
|---|---|
Step |
buildPreSaveWikiPageTask(Context context,
String proposedText)
Builds a pre-save WikiPage task.
|
Step |
buildSaveUserProfileTask(Engine engine,
Locale loc)
Builds a save user profile task.
|
Step |
buildSaveWikiPageTask(Context context)
Builds a save WikiPage task.
|
public DefaultTasksManager()
public Step buildPreSaveWikiPageTask(Context context, String proposedText)
buildPreSaveWikiPageTask in interface TasksManagercontext - associated wiki context.proposedText - text proposed to be saved on the wiki page.public Step buildSaveWikiPageTask(Context context)
buildSaveWikiPageTask in interface TasksManagercontext - associated wiki context.public Step buildSaveUserProfileTask(Engine engine, Locale loc)
buildSaveUserProfileTask in interface TasksManagerengine - associated wiki context.loc - text proposed to be saved on the wiki page.Copyright © 2001-2020 The Apache Software Foundation. All rights reserved.