Server.NotImplemented
Constructor and Description |
---|
NotImplemented() |
Modifier and Type | Method and Description |
---|---|
ConsistencyCheckInfo |
checkConsistency(ConsistencyCheckInput in) |
DiffPreferencesInfo |
getDefaultDiffPreferences() |
EditPreferencesInfo |
getDefaultEditPreferences() |
GeneralPreferencesInfo |
getDefaultPreferences() |
ServerInfo |
getInfo() |
java.lang.String |
getVersion() |
DiffPreferencesInfo |
setDefaultDiffPreferences(DiffPreferencesInfo in) |
EditPreferencesInfo |
setDefaultEditPreferences(EditPreferencesInfo in) |
GeneralPreferencesInfo |
setDefaultPreferences(GeneralPreferencesInfo in) |
java.util.List<TopMenu.MenuEntry> |
topMenus() |
public java.lang.String getVersion() throws RestApiException
getVersion
in interface Server
RestApiException
public ServerInfo getInfo() throws RestApiException
getInfo
in interface Server
RestApiException
public GeneralPreferencesInfo getDefaultPreferences() throws RestApiException
getDefaultPreferences
in interface Server
RestApiException
public GeneralPreferencesInfo setDefaultPreferences(GeneralPreferencesInfo in) throws RestApiException
setDefaultPreferences
in interface Server
RestApiException
public DiffPreferencesInfo getDefaultDiffPreferences() throws RestApiException
getDefaultDiffPreferences
in interface Server
RestApiException
public DiffPreferencesInfo setDefaultDiffPreferences(DiffPreferencesInfo in) throws RestApiException
setDefaultDiffPreferences
in interface Server
RestApiException
public EditPreferencesInfo getDefaultEditPreferences() throws RestApiException
getDefaultEditPreferences
in interface Server
RestApiException
public EditPreferencesInfo setDefaultEditPreferences(EditPreferencesInfo in) throws RestApiException
setDefaultEditPreferences
in interface Server
RestApiException
public ConsistencyCheckInfo checkConsistency(ConsistencyCheckInput in) throws RestApiException
checkConsistency
in interface Server
RestApiException
public java.util.List<TopMenu.MenuEntry> topMenus() throws RestApiException
topMenus
in interface Server
RestApiException