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 |
||
| isModerator | boolean | |
| privateContent | boolean | |
| stateName | string | |
| numberParticipations | number | |
| isCommunityAdmin | boolean | |
| ecmInfo | map of object | |
| state | UserState | |
| tenantId | number | |
| numberModerations | number | |
| followerStatus | SocialRelationStatus | |
| participantStatus | SocialRelationStatus | |
| alias | string | |
| hidden | boolean | |
| isAdmin | boolean | |
| customPage | boolean | |
| userData | map of string | |
| followingStatus | SocialRelationStatus | |
| hasMobileWidget | boolean | |
| favorite | boolean | |
| approvalRequired | boolean | |
| page | string | |
| lastUpdate | number | |
| numberFriends | number | |
| uriCommunity | string | |
| name | string | |
| foundationUserId | number | |
| permissions | array of string | |
| type | SocialType | |
| id | number | |
| forumId | number | |
| fullName | string | |
| tenantAdmin | boolean | |
| description | string | |
| userCode | string | |
| numberFollowing | number | |
| tenantUUID | string | |
| numberFollowers | number | |
| idpId | string | |
| string | ||
| lastName | string | |
| createDate | number | |
| admin | SocialVO | |
Example
{
"document" : {
"socialFolderSecurity" : true,
"socialFolderDescription" : "...",
"socialFolderWritePermission" : true,
"socialFolderId" : 12345,
"spaceAlias" : "...",
"socialFolderEnabled" : true,
"userId" : "...",
"tenantId" : 12345
},
"galleryPhoto" : {
"socialFolderSecurity" : true,
"socialFolderDescription" : "...",
"socialFolderWritePermission" : true,
"socialFolderId" : 12345,
"spaceAlias" : "...",
"socialFolderEnabled" : true,
"userId" : "...",
"tenantId" : 12345
},
"galleryVideo" : {
"socialFolderSecurity" : true,
"socialFolderDescription" : "...",
"socialFolderWritePermission" : true,
"socialFolderId" : 12345,
"spaceAlias" : "...",
"socialFolderEnabled" : true,
"userId" : "...",
"tenantId" : 12345
},
"article" : {
"socialFolderSecurity" : true,
"socialFolderDescription" : "...",
"socialFolderWritePermission" : true,
"socialFolderId" : 12345,
"spaceAlias" : "...",
"socialFolderEnabled" : true,
"userId" : "...",
"tenantId" : 12345
},
"form" : {
"socialFolderSecurity" : true,
"socialFolderDescription" : "...",
"socialFolderWritePermission" : true,
"socialFolderId" : 12345,
"spaceAlias" : "...",
"socialFolderEnabled" : true,
"userId" : "...",
"tenantId" : 12345
},
"isModerator" : true,
"privateContent" : true,
"stateName" : "...",
"numberParticipations" : 12345,
"isCommunityAdmin" : true,
"ecmInfo" : {
"property1" : { },
"property2" : { }
},
"state" : "BLOCKED",
"tenantId" : 12345,
"numberModerations" : 12345,
"followerStatus" : "ACCEPTED",
"participantStatus" : "PENDING",
"alias" : "...",
"hidden" : true,
"isAdmin" : true,
"customPage" : true,
"userData" : {
"property1" : "...",
"property2" : "..."
},
"followingStatus" : "BLOCKED",
"hasMobileWidget" : true,
"favorite" : true,
"approvalRequired" : true,
"page" : "...",
"lastUpdate" : 12345,
"numberFriends" : 12345,
"uriCommunity" : "...",
"name" : "...",
"foundationUserId" : 12345,
"permissions" : [ "...", "..." ],
"type" : "EVENT",
"id" : 12345,
"forumId" : 12345,
"fullName" : "...",
"tenantAdmin" : true,
"description" : "...",
"userCode" : "...",
"numberFollowing" : 12345,
"tenantUUID" : "...",
"numberFollowers" : 12345,
"idpId" : "...",
"email" : "...",
"lastName" : "...",
"createDate" : 12345,
"admin" : {
"isModerator" : true,
"privateContent" : true,
"stateName" : "...",
"numberParticipations" : 12345,
"isCommunityAdmin" : true,
"ecmInfo" : {
"property1" : { },
"property2" : { }
},
"state" : "UNCONFIRMED",
"tenantId" : 12345,
"numberModerations" : 12345,
"followerStatus" : "ITSELF",
"participantStatus" : "NOT_RELATED",
"alias" : "...",
"hidden" : true,
"isAdmin" : true,
"customPage" : true,
"userData" : {
"property1" : "...",
"property2" : "..."
},
"followingStatus" : "ACCEPTED",
"hasMobileWidget" : true,
"favorite" : true,
"approvalRequired" : true,
"page" : "...",
"lastUpdate" : 12345,
"numberFriends" : 12345,
"uriCommunity" : "...",
"name" : "...",
"foundationUserId" : 12345,
"permissions" : [ "...", "..." ],
"type" : "USER",
"id" : 12345,
"forumId" : 12345,
"fullName" : "...",
"tenantAdmin" : true,
"description" : "...",
"userCode" : "...",
"numberFollowing" : 12345,
"tenantUUID" : "...",
"numberFollowers" : 12345,
"idpId" : "...",
"email" : "...",
"lastName" : "...",
"createDate" : 12345,
"admin" : { }
}
}