Interface Server
- All Known Implementing Classes:
Server.NotImplemented
public interface Server
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
A default implementation which allows source compatibility when adding new methods to the interface. -
Method Summary
Modifier and TypeMethodDescriptionexperiment
(String name) getInfo()
Returns version of server.topMenus()
-
Method Details
-
getVersion
Returns version of server.- Throws:
RestApiException
-
getInfo
- Throws:
RestApiException
-
getDefaultPreferences
- Throws:
RestApiException
-
setDefaultPreferences
@CanIgnoreReturnValue GeneralPreferencesInfo setDefaultPreferences(GeneralPreferencesInfo in) throws RestApiException - Throws:
RestApiException
-
getDefaultDiffPreferences
- Throws:
RestApiException
-
setDefaultDiffPreferences
@CanIgnoreReturnValue DiffPreferencesInfo setDefaultDiffPreferences(DiffPreferencesInfo in) throws RestApiException - Throws:
RestApiException
-
getDefaultEditPreferences
- Throws:
RestApiException
-
setDefaultEditPreferences
@CanIgnoreReturnValue EditPreferencesInfo setDefaultEditPreferences(EditPreferencesInfo in) throws RestApiException - Throws:
RestApiException
-
checkConsistency
- Throws:
RestApiException
-
topMenus
- Throws:
RestApiException
-
experiment
- Throws:
RestApiException
-
listExperiments
- Throws:
RestApiException
-