Interface MacroActions
- All Known Implementing Classes:
TestMacroActions
public interface MacroActions
Interface for actions to be performed during macro execution.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringBuilder
afterAll
(StringBuilder output) default void
afterCommand
(Command<CommandArgs> command, CommandArgs args, String output) default void
default void
beforeCommand
(Command<CommandArgs> command, CommandArgs args) getDefaultValue
(String formProperty) getDropdownValues
(String formProperty) default void
validate
(SyncopeForm form, Map<String, Object> vars)
-
Method Details
-
getDefaultValue
-
getDropdownValues
-
validate
- Throws:
ValidationException
-
beforeAll
default void beforeAll() -
beforeCommand
-
afterCommand
-
afterAll
-