public class SaveUserProfileTask extends Task
TIME_NOT_SET| Constructor and Description |
|---|
SaveUserProfileTask(Engine 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, getMessageKey, getOutcome, getStartTime, getSuccessor, getWorkflowContext, getWorkflowId, isCompleted, isStarted, setOutcome, setWorkflow, startpublic SaveUserProfileTask(Engine 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-2020 The Apache Software Foundation. All rights reserved.