Interface BlockerController

All Known Implementing Classes:
BlockerControllerImpl

public interface BlockerController
  • Method Summary

    Modifier and Type
    Method
    Description
    createBlocker(org.restexpress.Request request, org.restexpress.Response response)
     
    getBlockerById(org.restexpress.Request request, org.restexpress.Response response)
     
    getBlockers(org.restexpress.Request request, org.restexpress.Response response)
     
    void
    removeBlocker(org.restexpress.Request request, org.restexpress.Response response)
     
    updateBlocker(org.restexpress.Request request, org.restexpress.Response response)
     
  • Method Details

    • getBlockers

      List<Blocker> getBlockers(org.restexpress.Request request, org.restexpress.Response response)
    • getBlockerById

      Blocker getBlockerById(org.restexpress.Request request, org.restexpress.Response response)
    • createBlocker

      Blocker createBlocker(org.restexpress.Request request, org.restexpress.Response response)
    • updateBlocker

      Blocker updateBlocker(org.restexpress.Request request, org.restexpress.Response response)
    • removeBlocker

      void removeBlocker(org.restexpress.Request request, org.restexpress.Response response)