Interface WdSysIntf
-
public interface WdSysIntfUser: mike Date: 8/13/15 Time: 11:16
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallowsSyncReport(WdCollection<?> col)StringgetDefaultContentType()Return default content type for this service.StringgetNotificationURL()Return notification URL for this principal.UrlHandlergetUrlHandler()
-
-
-
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
-
-