public interface Server
| Modifier and Type | Interface and Description |
|---|---|
static class |
Server.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
String getVersion() throws RestApiException
RestApiExceptionServerInfo getInfo() throws RestApiException
RestApiExceptionGeneralPreferencesInfo getDefaultPreferences() throws RestApiException
RestApiExceptionGeneralPreferencesInfo setDefaultPreferences(GeneralPreferencesInfo in) throws RestApiException
RestApiExceptionDiffPreferencesInfo getDefaultDiffPreferences() throws RestApiException
RestApiExceptionDiffPreferencesInfo setDefaultDiffPreferences(DiffPreferencesInfo in) throws RestApiException
RestApiExceptionEditPreferencesInfo getDefaultEditPreferences() throws RestApiException
RestApiExceptionEditPreferencesInfo setDefaultEditPreferences(EditPreferencesInfo in) throws RestApiException
RestApiExceptionConsistencyCheckInfo checkConsistency(ConsistencyCheckInput in) throws RestApiException
RestApiExceptionList<TopMenu.MenuEntry> topMenus() throws RestApiException
RestApiException