Class SaveUserProfileTask

All Implemented Interfaces:
Serializable, Step

public class SaveUserProfileTask extends Task
Handles the actual profile save action.
See Also:
  • Constructor Details

  • Method Details

    • execute

      public Outcome execute(org.apache.wiki.api.core.Context context) throws org.apache.wiki.api.exceptions.WikiException
      Saves the user profile to the user database.
      Specified by:
      execute in interface Step
      Specified by:
      execute in class AbstractStep
      Parameters:
      context - executing wiki context.
      Returns:
      Outcome.STEP_COMPLETE if the task completed successfully
      Throws:
      org.apache.wiki.api.exceptions.WikiException - if the save did not complete for some reason