Skip to content

Overview

User Guide: SDKs > VoltMX Iris SDK > Invoking an Object Service

Invoking an Object Service

Volt MX supplies you with programmatic access to backend data, both online and offline. To gain access, do the following:

  1. Acquire a current instance of your object service.
  2. Use the object service instance together with data transfer objects to communicate as needed with your backend, either online or offline with a local cache.

To know more about how to acquire a current instance of your object service, refer to getObjectService Method documentation.

To know more about the methods that act on the Volt MX Foundry endpoint directly, refer to OnlineObjectServiceClass documentation.

To know more about the methods that act on the local sync database, refer to OfflineObjectServiceClass documentation.

To know more about the usage of the data transfer objects, refer to Data Transfer Objects documentation.