Retrieves all application variables as an observable.
An observable that emits a record of application variables.
Sends request to clean up variables in controller.
Sends request to create a new variable.
The ApplicationVariable object to create.
Sends request to delete an existing variable.
The name of the variable to delete.
Sends request to initialize variables in controller and store.
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Sends request to set value of an existing variable.
The ApplicationVariable object to create.
Service for managing application variables.