The soc:spacedefinition node type has the following properties:
Property Name | Required Type | Multiple | Description |
---|---|---|---|
soc:app | String | false | The list of applications with portlet Id, application name, and its state (installed, activated, deactivated). |
soc:name | String | false | The space name. |
soc:displayName | String | false | The display name of a space. |
soc:registration | String | false | The space registration status: open, validation, and close. |
soc:description | String | false | The description of a space. |
soc:avatarLastUpdated | Long | false | The last time when the avatar is updated. |
soc:type | String | false | The type of space which is used to run in the Classic or WebOS mode. |
soc:visibility | String | false | The space visibility: public, private, and hidden. |
soc:priority | String | false | The space priority level that is used to sort spaces in the spaces list. It contains three values: 1, 2 and 3. The smaller value has the higher priority level. |
soc:groupId | String | false | The group associated with the corresponding space. |
soc:url | String | false | The link to access a space. |
soc:membersId | String | true | The list of users which are members of a space. |
soc:pendingMembersId | String | true | The list of users who are pending for validation to join a space. |
soc:invitedMembersId | String | true | The list of users who are invited to join a space. |
soc:managerMembersId | String | true | The list of users who are managers of a space. |
soc:createdTime | Long | false | The time when a space is created. |