Class WelcomeStepExtensionPoint

All Implemented Interfaces:
LogEnabled, ExtensionPoint<WelcomeStep>, Disposable, Initializable, Component, Contextualizable, Serviceable, ThreadSafe

ExtensionPoint handling the steps of the Admin welcome feature.
  • Field Details

    • ROLE

      public static final String ROLE
      Avalon Role
  • Constructor Details

  • Method Details

    • getSteps

      Get all the steps (ordered).
      Returns:
      The ordered list of the steps
    • getStepsAsMap

      Get all the steps (ordered) as maps.
      Returns:
      The ordered list of the steps, as maps
    • getCurrentStep

      public int getCurrentStep()
      Gets the index of the current step, i.e. the first step which is not performed yet. If all steps are performed, return -1
      Returns:
      The index of the current step.