public class SaveUserProfileTask extends Task
TIME_NOT_SET| Constructor and Description |
|---|
SaveUserProfileTask(java.util.Locale loc)
Constructs a new Task for saving a user profile.
|
| Modifier and Type | Method and Description |
|---|---|
Outcome |
execute(Context context)
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(java.util.Locale loc)
public Outcome execute(Context context) throws WikiException
execute in interface Stepexecute in class AbstractStepcontext - executing wiki context.Outcome.STEP_COMPLETE if the task completed successfullyWikiException - if the save did not complete for some reasonCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.