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

Example

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