Class DbDeleteAction<A extends DbDeleteAction>

  • All Implemented Interfaces:
    java.lang.Comparable<A>

    public class DbDeleteAction<A extends DbDeleteAction>
    extends Action<A>
    • Constructor Detail

      • DbDeleteAction

        public DbDeleteAction()
    • Method Detail

      • getDefaultIncludeMatchers

        protected java.util.List<Rule.RuleMatcher> getDefaultIncludeMatchers()
        Description copied from class: Rule
        Designed to allow subclasses to provide a default match behavior of no configuration was provided by the developer.
        Overrides:
        getDefaultIncludeMatchers in class Rule<A extends DbDeleteAction>
        Returns:
        the default include match "*","*"
      • run

        public void run​(Request req,
                        Response res)
                 throws ApiException
        Description copied from class: Action
        Override this method with your custom business logic or override one of the http method "doMETHOD" specific handlers.
        Overrides:
        run in class Action<A extends DbDeleteAction>
        Parameters:
        req - the Request being serviced
        res - the Reponse being generated
        Throws:
        ApiException