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