Rosetta API - Volt MX

Classes

rosettaServicesEntry
rosettaVMXObject

Members

(static) rosettaServicesMap

Top level Map to store all Volt MX Services

(inner) actionEventObject

Action Event Object

(inner) currentServerDatabase

Current active Server:Database

Methods

(inner) getDefaultServiceType() → {string}

getDefaultServiceType

Returns:

the default service type currently set

Type: 
string

(inner) getServiceType(serviceName) → {string}

getServiceType

Parameters:
NameTypeDescription
serviceNamestring

for the Volt MX Object Service

Returns:

the service type for the specified service

Type: 
string

(inner) isCurrentServiceTypeIntegration() → {boolean}

Is current service type integration service.

Returns:

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.

Returns:

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.

Returns:

True if the current service type is set to online object service; false otherwise

Type: 
boolean

(inner) rosettajsLogger() → {*}

rosettajsLogger

Returns:

rosettajs logger for voltmx;

Type: 
*

(inner) setDefaultServiceType() → {string}

Set default service type.

Returns:

The default service type

Type: 
string

(inner) setDefaultServiceTypeAsIntegration() → {string}

Set default service type to integration service.

Returns:

The default service type

Type: 
string

(inner) setDefaultServiceTypeAsOfflineObjects() → {string}

Set default service type to offline object service.

Returns:

The default service type

Type: 
string

(inner) setDefaultServiceTypeAsOnlineObjects() → {string}

Set default service type to online object service.

Returns:

The default service type

Type: 
string

(inner) setServiceTypeAsOfflineObjects(serviceName) → {string}

setServiceTypeAsOfflineObjects(serviceName)

Parameters:
NameTypeDescription
serviceNamestring

for the Volt MX Object Service

Returns:

the service type for the specified service

Type: 
string

(inner) setServiceTypeAsOnlineObjects(serviceName) → {string}

setServiceTypeAsOnlineObjects(serviceName)

Parameters:
NameTypeDescription
serviceNamestring

for the Volt MX Object Service

Returns:

the service type for the specified service

Type: 
string