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

Example

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