Module: constants

constants

Members

<static> globalEventNames

Properties:
Name Type Description
NEW_INSTANCE String

Fired when a new tile or externalstream instance is created.

INSTANCE_UPDATED String

Fired when a tile or externalstream instance is updated.

INSTANCE_REMOVED String

Fired when a tile or externalstream instance is destroyed.

DATA_PUSHED String

Fired when a tile instance updated is pushed into Jive.

ACTIVITY_PUSHED String

Fired when an externalstream instance is pushed into Jive.

COMMENT_PUSHED String

Fired when an externalstream instance comment is pushed into Jive.

CLIENT_APP_REGISTRATION_SUCCESS String

Fired when a community registers itself with the addon service successfully.

CLIENT_APP_REGISTRATION_FAILED String

Fired when a community registers itself with the addon service unsuccessfully.

Source:

<static> roles

Properties:
Name Type Description
WORKER String

Worker nodes typically do not handle HTTP requests, and are concerned mostly with background tasks.

PUSHER String

A subspecies of WORKER node, specializing in making HTTP requests.

HTTP_HANDLER String

HTTP handler nodes specialize in accepting incoming requests, and possibly forwarding them for further processing.

Source:

<static> SECURITY_STRING :string

This is the string normally appended to incoming v3 entities, for the purpose of thwarting security threats:
throw 'allowIllegalResourceCall is false.';

Type:
  • string
Source:

<static> tileEventNames

Properties:
Name Type Description
PUSH_DATA_TO_JIVE String

pushDataToJive Fired on request to push tile data update to Jive.

PUSH_ACTIVITY_TO_JIVE String

Fired on request to push externatstream activity to Jive.

PUSH_COMMENT_TO_JIVE String

Fired on request to push a comment into Jive.

COMMENT_ON_ACTIVITY String

Fired on request to push a comment on an activity entry into Jive.

COMMENT_ON_ACTIVITY_BY_EXTERNAL_ID String

Fired on request to push a comment on an activity entry into Jive.

FETCH_COMMENTS_ON_ACTIVITY String

Fired on request for activity comments from Jive.

FETCH_ALL_COMMENTS_FOR_EXT_STREAM String

Fired on request for activity comments from Jive.

INSTANCE_REGISTRATION String

Fired on request to register a new tile or externalstream instance.

INSTANCE_UNREGISTRATION String

Fired on request to destroy a tile or externalstream instance.

CLIENT_APP_REGISTRATION String

Fired on request to register a Jive instance on the service.

GET_PAGINATED_RESULTS String

Fired on request for paginated results from a Jive service.

GET_EXTERNAL_PROPS String

Fired on request for retrieving external props on a tile or externalstream instance.

SET_EXTERNAL_PROPS String

Fired on request for setting external props on a tile or externalstream instance.

DELETE_EXTERNAL_PROPS String

Fired on request for deleting external props on a tile or externalstream instance.

Source: