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
(Map<String, Serializable> ctx, StringBuilder output) default void
afterCommand
(Command<CommandArgs> command, CommandArgs args, Command.Result result) default void
beforeAll
(Map<String, Serializable> ctx) 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
-
beforeCommand
-
afterCommand
-
afterAll
-