Optional serverSettings: ServerConnection.ISettingsPrivate _serverPrivate _translationsRetrieve an item from the data connector.
The identifier used to retrieve an item.
A promise that bears a data payload if available.
The promise returned by this method may be rejected if an error occurs in
retrieving the data. Nonexistence of an id resolves with undefined.
Retrieve the list of items available from the data connector.
Optional query: stringThe optional query filter to apply to the connector request.
A promise that always rejects with an error.
Subclasses should reimplement if they support a back-end that can list.
Remove a value using the data connector.
The identifier for the data being removed.
A promise that always rejects with an error.
Subclasses should reimplement if they support a back-end that can remove.
Save a value using the data connector.
The identifier for the data being saved.
The data being saved.
A promise that always rejects with an error.
Subclasses should reimplement if they support a back-end that can save.
Translation connection interface.