Members
-
<static> globalEventNames
-
- Source:
Properties:
Name Type Description NEW_INSTANCEString Fired when a new tile or externalstream instance is created.
INSTANCE_UPDATEDString Fired when a tile or externalstream instance is updated.
INSTANCE_REMOVEDString Fired when a tile or externalstream instance is destroyed.
DATA_PUSHEDString Fired when a tile instance updated is pushed into Jive.
ACTIVITY_PUSHEDString Fired when an externalstream instance is pushed into Jive.
COMMENT_PUSHEDString Fired when an externalstream instance comment is pushed into Jive.
CLIENT_APP_REGISTRATION_SUCCESSString Fired when a community registers itself with the addon service successfully.
CLIENT_APP_REGISTRATION_FAILEDString Fired when a community registers itself with the addon service unsuccessfully.
-
<static> roles
-
- Source:
Properties:
Name Type Description WORKERString Worker nodes typically do not handle HTTP requests, and are concerned mostly with background tasks.
PUSHERString A subspecies of WORKER node, specializing in making HTTP requests.
HTTP_HANDLERString HTTP handler nodes specialize in accepting incoming requests, and possibly forwarding them for further processing.
-
<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
-
<static> tileEventNames
-
- Source:
Properties:
Name Type Description PUSH_DATA_TO_JIVEString pushDataToJive Fired on request to push tile data update to Jive.
PUSH_ACTIVITY_TO_JIVEString Fired on request to push externatstream activity to Jive.
PUSH_COMMENT_TO_JIVEString Fired on request to push a comment into Jive.
COMMENT_ON_ACTIVITYString Fired on request to push a comment on an activity entry into Jive.
COMMENT_ON_ACTIVITY_BY_EXTERNAL_IDString Fired on request to push a comment on an activity entry into Jive.
FETCH_COMMENTS_ON_ACTIVITYString Fired on request for activity comments from Jive.
FETCH_ALL_COMMENTS_FOR_EXT_STREAMString Fired on request for activity comments from Jive.
INSTANCE_REGISTRATIONString Fired on request to register a new tile or externalstream instance.
INSTANCE_UNREGISTRATIONString Fired on request to destroy a tile or externalstream instance.
CLIENT_APP_REGISTRATIONString Fired on request to register a Jive instance on the service.
GET_PAGINATED_RESULTSString Fired on request for paginated results from a Jive service.
GET_EXTERNAL_PROPSString Fired on request for retrieving external props on a tile or externalstream instance.
SET_EXTERNAL_PROPSString Fired on request for setting external props on a tile or externalstream instance.
DELETE_EXTERNAL_PROPSString Fired on request for deleting external props on a tile or externalstream instance.