Interface WdSysIntf
public interface WdSysIntf
User: mike Date: 8/13/15 Time: 11:16
-
Method Summary
Modifier and TypeMethodDescriptionbooleanallowsSyncReport(WdCollection<?> col) Return default content type for this service.Return notification URL for this principal.
-
Method Details
-
getUrlHandler
UrlHandler getUrlHandler()- Returns:
- UrlHandler object to manipulate urls.
-
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
-