Class ActivityObjectModel
Object
|
+--ActivityObjectModel
- class
ActivityObjectModel
An ActivityObject model that is used for storing the data related to an ActivityObject
Defined in activityStream.js
|
Field Summary |
Object |
id
The autogenerated id of the activity object |
Object |
link
The link of the ActivityObject. |
Object |
metaData
The metadata for the given object |
Object |
title
The title of this ActivityObjectModel. |
Object |
type
The ActivityObjectType of this ActivityObjectModel |
|
Constructor Summary |
ActivityObjectModel(<ActivityObjectType> type, <String> title, link, metaData)
|
id
Object id
The autogenerated id of the activity object
link
Object link
The link of the ActivityObject. This will also be the link child element of the atom element
metaData
Object metaData
The metadata for the given object
title
Object title
The title of this ActivityObjectModel. This will also be the title child element of the atom element
type
Object type
ActivityObjectModel
ActivityObjectModel(<ActivityObjectType> type, <String> title, link, metaData)
Parameters:
type - the ActivityObjectType of this ActivityObjectModel
title - the title of this ActivityObjectModel
String - } [link] an optional URI for this ActivityObjectModel
Object - } [metaData] metaData for this ActivityObjectModel as required by the specification
Documentation generated by
JSDoc on Thu Nov 26 16:10:17 2009