Interface WdSysIntf


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

    • getUrlHandler

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

      boolean allowsSyncReport(WdCollection<?> col)
      Parameters:
      col - the collection
      Returns:
      true if this is a collection which allows a sync-report.
    • 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