Connection

A Connection is a plugin that allows the user to connect BlueConic with an external system. Use a connectionStore to access Connections.

Example
define([
  "blueconic/api/data/domain/Connection"
], function(Connection) {
  var connection = new Connection();
  // ...
});

Extends

Properties

inherited id String

Unique id of the domain object. Should not be null or empty.

inherited isPersistent Boolean

Is this instance already persisted? If not, this object only 'lives' client-side.

inherited name String

The readable name of the domain object. Should not be null or empty.

Object containing the parameters of this pluggable domain object.

Reference to the plugin definition of this pluggable domain object.