public class SaveUserProfileTask extends Task
| Constructor and Description |
|---|
SaveUserProfileTask(WikiEngine engine,
Locale loc)
Constructs a new Task for saving a user profile.
|
| Modifier and Type | Method and Description |
|---|---|
Outcome |
execute()
Saves the user profile to the user database.
|
getActor, getSuccessor, setSuccessoraddError, addSuccessor, getAvailableOutcomes, getEndTime, getErrors, getMessageArguments, getMessageKey, getOutcome, getOwner, getStartTime, getSuccessor, getWorkflow, isCompleted, isStarted, setOutcome, setWorkflow, startpublic SaveUserProfileTask(WikiEngine engine, Locale loc)
engine - the wiki enginepublic Outcome execute() throws WikiException
execute in interface Stepexecute in class AbstractStepOutcome.STEP_COMPLETE if the
task completed successfullyWikiException - if the save did not complete for some reasonCopyright © 2001-2019 The Apache Software Foundation. All rights reserved.