ExtendedCommunityVO Data Type

Extended Visual Object for community. Contains social DOCUMENT, GALLERY_PHOTO, GALLERY_VIDEO, ARTICLE, FORM.

Properties
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
uriCommunity string
userCode string
fullName string
hasMobileWidget boolean
type SocialType
name string
tenantUUID string
permissions array of string
tenantId number
followerStatus SocialRelationStatus
followingStatus SocialRelationStatus
favorite boolean
isCommunityAdmin boolean
numberModerations number
stateName string
numberParticipations number
page string
userData map of string
state UserState
lastUpdate number
numberFollowers number
isAdmin boolean
privateContent boolean
id number
lastName string
forumId number
numberFriends number
numberFollowing number
admin SocialVO
customPage boolean
hidden boolean
createDate number
tenantAdmin boolean
description string
idpId string
approvalRequired boolean
isModerator boolean
email string
ecmInfo map of object
alias string
foundationUserId number
participantStatus SocialRelationStatus

Example

{
  "document" : {
    "socialFolderWritePermission" : true,
    "socialFolderId" : 12345,
    "spaceAlias" : "...",
    "socialFolderEnabled" : true,
    "userId" : "...",
    "tenantId" : 12345,
    "socialFolderDescription" : "...",
    "socialFolderSecurity" : true
  },
  "galleryPhoto" : {
    "socialFolderWritePermission" : true,
    "socialFolderId" : 12345,
    "spaceAlias" : "...",
    "socialFolderEnabled" : true,
    "userId" : "...",
    "tenantId" : 12345,
    "socialFolderDescription" : "...",
    "socialFolderSecurity" : true
  },
  "galleryVideo" : {
    "socialFolderWritePermission" : true,
    "socialFolderId" : 12345,
    "spaceAlias" : "...",
    "socialFolderEnabled" : true,
    "userId" : "...",
    "tenantId" : 12345,
    "socialFolderDescription" : "...",
    "socialFolderSecurity" : true
  },
  "article" : {
    "socialFolderWritePermission" : true,
    "socialFolderId" : 12345,
    "spaceAlias" : "...",
    "socialFolderEnabled" : true,
    "userId" : "...",
    "tenantId" : 12345,
    "socialFolderDescription" : "...",
    "socialFolderSecurity" : true
  },
  "form" : {
    "socialFolderWritePermission" : true,
    "socialFolderId" : 12345,
    "spaceAlias" : "...",
    "socialFolderEnabled" : true,
    "userId" : "...",
    "tenantId" : 12345,
    "socialFolderDescription" : "...",
    "socialFolderSecurity" : true
  },
  "uriCommunity" : "...",
  "userCode" : "...",
  "fullName" : "...",
  "hasMobileWidget" : true,
  "type" : "EVENT",
  "name" : "...",
  "tenantUUID" : "...",
  "permissions" : [ "...", "..." ],
  "tenantId" : 12345,
  "followerStatus" : "PENDING",
  "followingStatus" : "REJECTED",
  "favorite" : true,
  "isCommunityAdmin" : true,
  "numberModerations" : 12345,
  "stateName" : "...",
  "numberParticipations" : 12345,
  "page" : "...",
  "userData" : {
    "property1" : "...",
    "property2" : "..."
  },
  "state" : "ACTIVE",
  "lastUpdate" : 12345,
  "numberFollowers" : 12345,
  "isAdmin" : true,
  "privateContent" : true,
  "id" : 12345,
  "lastName" : "...",
  "forumId" : 12345,
  "numberFriends" : 12345,
  "numberFollowing" : 12345,
  "admin" : {
    "uriCommunity" : "...",
    "userCode" : "...",
    "fullName" : "...",
    "hasMobileWidget" : true,
    "type" : "USER",
    "name" : "...",
    "tenantUUID" : "...",
    "permissions" : [ "...", "..." ],
    "tenantId" : 12345,
    "followerStatus" : "PENDING",
    "followingStatus" : "ACCEPTED",
    "favorite" : true,
    "isCommunityAdmin" : true,
    "numberModerations" : 12345,
    "stateName" : "...",
    "numberParticipations" : 12345,
    "page" : "...",
    "userData" : {
      "property1" : "...",
      "property2" : "..."
    },
    "state" : "UNCONFIRMED",
    "lastUpdate" : 12345,
    "numberFollowers" : 12345,
    "isAdmin" : true,
    "privateContent" : true,
    "id" : 12345,
    "lastName" : "...",
    "forumId" : 12345,
    "numberFriends" : 12345,
    "numberFollowing" : 12345,
    "admin" : { },
    "customPage" : true,
    "hidden" : true,
    "createDate" : 12345,
    "tenantAdmin" : true,
    "description" : "...",
    "idpId" : "...",
    "approvalRequired" : true,
    "isModerator" : true,
    "email" : "...",
    "ecmInfo" : {
      "property1" : { },
      "property2" : { }
    },
    "alias" : "...",
    "foundationUserId" : 12345,
    "participantStatus" : "ITSELF"
  },
  "customPage" : true,
  "hidden" : true,
  "createDate" : 12345,
  "tenantAdmin" : true,
  "description" : "...",
  "idpId" : "...",
  "approvalRequired" : true,
  "isModerator" : true,
  "email" : "...",
  "ecmInfo" : {
    "property1" : { },
    "property2" : { }
  },
  "alias" : "...",
  "foundationUserId" : 12345,
  "participantStatus" : "ACCEPTED"
}