Class ActionApplier

    • Constructor Detail

      • ActionApplier

        public ActionApplier​(List<Action> actions)
        Create a new action applier
        Parameters:
        actions - the actions
      • ActionApplier

        public ActionApplier​(Menu menu,
                             Object value)
        Create a new action applier
        Parameters:
        menu - the menu
        value - the value
    • Method Detail

      • acceptWithoutNext

        public void acceptWithoutNext​(UUID uuid,
                                      TaskProcess process)
        Apply the action to the process without the next action
        Parameters:
        uuid - the unique id
        process - the process