ExtendedCommunityVO Data Type
Extended Visual Object for community. Contains social DOCUMENT, GALLERY_PHOTO, GALLERY_VIDEO, ARTICLE, FORM.
| name | data type | description |
|---|---|---|
| document | SocialDocsVO | the document |
| galleryPhoto | SocialDocsVO | the galleryPhoto |
| galleryVideo | SocialDocsVO | the galleryVideo |
| article | SocialDocsVO | the article |
| form | SocialDocsVO | the form |
Properties inherited from SocialVO |
||
| numberFriends | number | |
| numberFollowers | number | |
| hidden | boolean | |
| participantStatus | SocialRelationStatus | |
| state | UserState | |
| description | string | |
| type | SocialType | |
| ecmInfo | map of object | |
| customPage | boolean | |
| admin | SocialVO | |
| hasMobileWidget | boolean | |
| isAdmin | boolean | |
| permissions | array of string | |
| isCommunityAdmin | boolean | |
| name | string | |
| isModerator | boolean | |
| alias | string | |
| lastUpdate | number | |
| privateContent | boolean | |
| numberFollowing | number | |
| favorite | boolean | |
| tenantId | number | |
| followingStatus | SocialRelationStatus | |
| tenantAdmin | boolean | |
| approvalRequired | boolean | |
| uriCommunity | string | |
| lastName | string | |
| forumId | number | |
| foundationUserId | number | |
| userData | map of string | |
| idpId | string | |
| numberModerations | number | |
| createDate | number | |
| numberParticipations | number | |
| id | number | |
| followerStatus | SocialRelationStatus | |
| stateName | string | |
| page | string | |
| tenantUUID | string | |
| string | ||
| userCode | string | |
| fullName | string | |
Example
{
"document" : {
"socialFolderSecurity" : true,
"tenantId" : 12345,
"socialFolderWritePermission" : true,
"socialFolderEnabled" : true,
"userId" : "...",
"spaceAlias" : "...",
"socialFolderDescription" : "...",
"socialFolderId" : 12345
},
"galleryPhoto" : {
"socialFolderSecurity" : true,
"tenantId" : 12345,
"socialFolderWritePermission" : true,
"socialFolderEnabled" : true,
"userId" : "...",
"spaceAlias" : "...",
"socialFolderDescription" : "...",
"socialFolderId" : 12345
},
"galleryVideo" : {
"socialFolderSecurity" : true,
"tenantId" : 12345,
"socialFolderWritePermission" : true,
"socialFolderEnabled" : true,
"userId" : "...",
"spaceAlias" : "...",
"socialFolderDescription" : "...",
"socialFolderId" : 12345
},
"article" : {
"socialFolderSecurity" : true,
"tenantId" : 12345,
"socialFolderWritePermission" : true,
"socialFolderEnabled" : true,
"userId" : "...",
"spaceAlias" : "...",
"socialFolderDescription" : "...",
"socialFolderId" : 12345
},
"form" : {
"socialFolderSecurity" : true,
"tenantId" : 12345,
"socialFolderWritePermission" : true,
"socialFolderEnabled" : true,
"userId" : "...",
"spaceAlias" : "...",
"socialFolderDescription" : "...",
"socialFolderId" : 12345
},
"numberFriends" : 12345,
"numberFollowers" : 12345,
"hidden" : true,
"participantStatus" : "ACCEPTED",
"state" : "REMOVED",
"description" : "...",
"type" : "USER",
"ecmInfo" : {
"property1" : { },
"property2" : { }
},
"customPage" : true,
"admin" : {
"numberFriends" : 12345,
"numberFollowers" : 12345,
"hidden" : true,
"participantStatus" : "PENDING",
"state" : "REMOVED",
"description" : "...",
"type" : "USER",
"ecmInfo" : {
"property1" : { },
"property2" : { }
},
"customPage" : true,
"admin" : { },
"hasMobileWidget" : true,
"isAdmin" : true,
"permissions" : [ "...", "..." ],
"isCommunityAdmin" : true,
"name" : "...",
"isModerator" : true,
"alias" : "...",
"lastUpdate" : 12345,
"privateContent" : true,
"numberFollowing" : 12345,
"favorite" : true,
"tenantId" : 12345,
"followingStatus" : "REJECTED",
"tenantAdmin" : true,
"approvalRequired" : true,
"uriCommunity" : "...",
"lastName" : "...",
"forumId" : 12345,
"foundationUserId" : 12345,
"userData" : {
"property1" : "...",
"property2" : "..."
},
"idpId" : "...",
"numberModerations" : 12345,
"createDate" : 12345,
"numberParticipations" : 12345,
"id" : 12345,
"followerStatus" : "PENDING",
"stateName" : "...",
"page" : "...",
"tenantUUID" : "...",
"email" : "...",
"userCode" : "...",
"fullName" : "..."
},
"hasMobileWidget" : true,
"isAdmin" : true,
"permissions" : [ "...", "..." ],
"isCommunityAdmin" : true,
"name" : "...",
"isModerator" : true,
"alias" : "...",
"lastUpdate" : 12345,
"privateContent" : true,
"numberFollowing" : 12345,
"favorite" : true,
"tenantId" : 12345,
"followingStatus" : "ACCEPTED",
"tenantAdmin" : true,
"approvalRequired" : true,
"uriCommunity" : "...",
"lastName" : "...",
"forumId" : 12345,
"foundationUserId" : 12345,
"userData" : {
"property1" : "...",
"property2" : "..."
},
"idpId" : "...",
"numberModerations" : 12345,
"createDate" : 12345,
"numberParticipations" : 12345,
"id" : 12345,
"followerStatus" : "REJECTED",
"stateName" : "...",
"page" : "...",
"tenantUUID" : "...",
"email" : "...",
"userCode" : "...",
"fullName" : "..."
}