Class BedeworkConnector

    • Constructor Detail

      • BedeworkConnector

        public BedeworkConnector()
    • Method Detail

      • subscribe

        public org.bedework.notifier.db.Subscription subscribe​(org.bedework.notifier.db.NotifyDb db,
                                                               Map<?,​?> vals)
                                                        throws org.bedework.notifier.exception.NoteException
        Throws:
        org.bedework.notifier.exception.NoteException
      • unsubscribe

        public org.bedework.notifier.db.Subscription unsubscribe​(org.bedework.notifier.db.NotifyDb db,
                                                                 Map<?,​?> vals)
                                                          throws org.bedework.notifier.exception.NoteException
        Throws:
        org.bedework.notifier.exception.NoteException
      • isManager

        public boolean isManager()
      • isReadOnly

        public boolean isReadOnly()
      • getTrustLastmod

        public boolean getTrustLastmod()
      • getConnectorInstance

        public BedeworkConnectorInstance getConnectorInstance​(org.bedework.notifier.db.NotifyDb db,
                                                              org.bedework.notifier.db.Subscription sub)
                                                       throws org.bedework.notifier.exception.NoteException
        Throws:
        org.bedework.notifier.exception.NoteException
      • handleCallback

        public org.bedework.notifier.cnctrs.bedework.BedeworkConnector.BedeworkNotificationBatch handleCallback​(javax.servlet.http.HttpServletRequest req,
                                                                                                                javax.servlet.http.HttpServletResponse resp,
                                                                                                                List<String> resourceUri)
                                                                                                         throws org.bedework.notifier.exception.NoteException
        Throws:
        org.bedework.notifier.exception.NoteException
      • respondCallback

        public void respondCallback​(javax.servlet.http.HttpServletResponse resp,
                                    Connector.NotificationBatch<Note> notifications)
                             throws org.bedework.notifier.exception.NoteException
        Throws:
        org.bedework.notifier.exception.NoteException