Interface WdSysIntf


  • public interface WdSysIntf
    User: mike Date: 8/13/15 Time: 11:16
    • Method Detail

      • getUrlHandler

        UrlHandler getUrlHandler()
        Returns:
        UrlHandler object to manipulate urls.
      • allowsSyncReport

        boolean allowsSyncReport​(WdCollection<?> col)
                          throws WebdavException
        Parameters:
        col - the collection
        Returns:
        true if this is a collection which allows a sync-report.
        Throws:
        WebdavException
      • getDefaultContentType

        String getDefaultContentType()
        Return default content type for this service.
        Returns:
        String - never null.
      • getNotificationURL

        String getNotificationURL()
        Return notification URL for this principal.
        Returns:
        String - null for no notifications.
        Throws:
        RuntimeException - on fatal error