Interface ExecuteMultipleActionsWithExtraAskValuesOperation

    • Method Detail

      • doOperation

        void doOperation​(AuthorAccess authorAccess,
                         ArgumentsMap args,
                         java.util.List<java.lang.String> asksValues)
                  throws AuthorOperationException
        Do the operation taking into account the provided asks variables values.
        Parameters:
        authorAccess - The Author access.
        args - The arguments.
        asksValues - The list of expanded asks variables for all inner actions.
        Throws:
        AuthorOperationException
      • getActions

        java.util.List<java.lang.Object> getActions​(AuthorAccess authorAccess,
                                                    java.util.Map arguments)
                                             throws AuthorOperationException
        Get all the actions from this operation.
        Parameters:
        authorAccess - Author access.
        arguments - The arguments.
        Returns:
        The list with all actions.
        Throws:
        AuthorOperationException