Rosetta API - Volt MX
- Source
Classes
Members
(static) rosettaServicesMap
Top level Map to store all Volt MX Services
- Source
(inner) actionEventObject
Action Event Object
- Source
(inner) currentServerDatabase
Current active Server:Database
- Source
Methods
(inner) getDefaultServiceType() → {string}
getDefaultServiceType
- Source
the default service type currently set
- Type:
- string
(inner) getServiceType(serviceName) → {string}
getServiceType
Name | Type | Description |
---|---|---|
serviceName | string | for the Volt MX Object Service |
- Source
the service type for the specified service
- Type:
- string
(inner) isCurrentServiceTypeIntegration() → {boolean}
Is current service type integration service.
- Source
True if the current service type is set to integration service; false otherwise
- Type:
- boolean
(inner) isCurrentServiceTypeOfflineObjects() → {boolean}
Is current service type offline object service.
- Source
True if the current service type is set to offline object service; false otherwise
- Type:
- boolean
(inner) isCurrentServiceTypeOnlineObjects() → {boolean}
Is current service type online object service.
- Source
True if the current service type is set to online object service; false otherwise
- Type:
- boolean
(inner) rosettajsLogger() → {*}
rosettajsLogger
- Source
rosettajs logger for voltmx;
- Type:
- *
(inner) setDefaultServiceType() → {string}
Set default service type.
- Source
The default service type
- Type:
- string
(inner) setDefaultServiceTypeAsIntegration() → {string}
Set default service type to integration service.
- Source
The default service type
- Type:
- string
(inner) setDefaultServiceTypeAsOfflineObjects() → {string}
Set default service type to offline object service.
- Source
The default service type
- Type:
- string
(inner) setDefaultServiceTypeAsOnlineObjects() → {string}
Set default service type to online object service.
- Source
The default service type
- Type:
- string
(inner) setServiceTypeAsOfflineObjects(serviceName) → {string}
setServiceTypeAsOfflineObjects(serviceName)
Name | Type | Description |
---|---|---|
serviceName | string | for the Volt MX Object Service |
- Source
the service type for the specified service
- Type:
- string
(inner) setServiceTypeAsOnlineObjects(serviceName) → {string}
setServiceTypeAsOnlineObjects(serviceName)
Name | Type | Description |
---|---|---|
serviceName | string | for the Volt MX Object Service |
- Source
the service type for the specified service
- Type:
- string