HttpServerConnection Methods |
The HttpServerConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| CallAction |
Send a request with the specified action and AML to Innovator server and write the obtained response into
the outDOM.
(Overrides ServerConnectionBaseCallAction(String, XmlDocument, XmlDocument).) | |
| GetDatabaseName |
Returns name of the current database in use.
(Overrides ServerConnectionBaseGetDatabaseName.) | |
| GetDatabases |
Returns all configured databases
(Overrides ServerConnectionBaseGetDatabases.) | |
| getFileUrl(String, UrlType) |
Returns file full file url. In some cases with AuthenticationBroker's token.
(Overrides ServerConnectionBase.getFileUrl(String, UrlType).) | |
| getFileUrl(String, UrlType, VaultUrlType) |
Returns file full file url. In some cases with AuthenticationBroker's token.
(Overrides ServerConnectionBase.getFileUrl(String, UrlType, VaultUrlType).) | |
| getFileUrls(ArrayList, UrlType) |
Returns file full file urls. In some cases with AuthenticationBroker's token.
(Overrides ServerConnectionBase.getFileUrls(ArrayList, UrlType).) | |
| getFileUrls(ArrayList, UrlType, VaultUrlType) |
Returns file full file urls. In some cases with AuthenticationBroker's token.
(Overrides ServerConnectionBase.getFileUrls(ArrayList, UrlType, VaultUrlType).) | |
| GetLicenseInfo |
Returns information about subscription and all add-on's
(Inherited from ServerConnectionBase.) | |
| GetLicenseInfo(String, String) |
Returns information about subscription and specified add-ons
(Overrides ServerConnectionBaseGetLicenseInfo(String, String).) | |
| getUserID |
If Login() was already called, returns id of the user associated with the connection;
otherwise throws an exception.
(Overrides ServerConnectionBase.getUserID.) | |
| Login |
Login into Innovator server.
| |
| Logout |
Logout from Innovator (do not unlock locked Items).
| |
| Logout(Boolean) |
Logout from Innovator.
| |
| UsingParameters |
Call action with special HttpConnectionParams
|