Return to Jive Software

Currently Being Moderated

Content types and you

VERSION 1 

Created on: Sep 2, 2009 7:57 AM by Todd West - Last Modified:  Sep 2, 2009 8:10 AM by Todd West

Have you ever wondered what a content type is? or how the number 1, 102, or 38 is important to you?

 

Throughout the application there are different types of content and Jive objects which are defined throughout our code base. To easily determine what type of content a specific object is, it is given a Content Type which is a unique identifier in the system for that particular type. For example, all documents in the system will return the number 102 when a call is made to document.getObjectType(). Below is a list of all of the object types and their corresponding content type IDs.

 

 

ObjectContent Type
THREAD1
MESSAGE2
USER3
GROUP4
THREAD_NAME5
MESSAGE_SUBJECT6
MESSAGE_BODY7
CREATION_DATE8
MODIFICATION_DATE9
EXTENDED_PROPERTY10
ANONYMOUS11
REGISTERED_USERS12
ATTACHMENT13
COMMUNITY14
COMMUNITY_NAME16
SYSTEM17
POLL18
COMMUNITY_SEARCH_QUERY19
PRIVATE_MESSAGE20
PRIVATE_MESSAGE_FOLDER21
ANNOUNCEMENT22
SEARCH23
CRONTASK24
STATUS_LEVEL25
AVATAR26
QUESTION27
COMMUNITY_QUESTION29
SYSTEM_QUESTION30
GATEWAY31
BAN32
ABUSE33
WATCH_SETTINGS35
DRAFT36
BLOG37
BLOGPOST38
TRACKBACK40
TAG41
TAG_SET42
CONTENT_OBJECT43
STATUS_LEVEL_POINT44
STATUS_LEVEL_SCENARIO45
WATCHABLE_OBJECT46
SEARCH_ENGINE47
USER_STATUS48
USER_RELATIONSHIP49
USER_RELATIONSHIP_GRAPH50
PROJECT_QUESTION51
SOCIAL_GROUP_QUESTION52
USER_RELATIONSHIP_LIST53
PLUGIN69
DOCUMENT102
DOCUMENT_TITLE103
DOCUMENT_FIELD104
COMMENT105
EXPIRATION_DATE106
RATING107
DOCUMENT_TYPE108
SEARCH_QUERY109
DOCUMENT_BODY110
IMAGE111
DOCUMENT_PRESENTER117
DOCUMENT_STATE118
DOCUMENT_FIELD_OPTION119
DOCUMENT_VERSION120
DOCUMENT_VERSION_COMMENT121
DOCUMENT_FIELD_TYPE123
DOCUMENT_ID124
DOCUMENT_TYPE_ELEMENT125
TEMPORARY_DOCUMENT_ID127
DOCUMENT_BACKCHANNEL129
READ_STAT_SESSION201
READ_STAT202
WORKGROUP_AGENT300
WORKGROUP_QUEUE301
WORKGROUP_GROUP302
ACTIVITY310
POPULARITY311
IMPORT320
I18N_TEXT330
WIDGET340
WIDGET_FRAME341
WIDGET_LAYOUT342
INVITATION350
ENTITLEMENT360
ROSTER400
OFFLINE401
PROFILE_FIELD500
PROJECT600
CHECKPOINT601
TASK602
DUE_DATE603
PROJECT_STATUS604
SOCIAL_GROUP700
SOCIAL_GROUP_MEMBER701
FAVORITE800
EXTERNAL_URL801
LABEL900
BRIDGE1000
VIDEO1100
VIDEO_WATERMARK1101
OSWORKFLOW_ENTRY2001
OSWORKFLOW_STEP2002
AUDIT_MESSAGE2003
REFERENCE2010
SYSTEM_CONTAINER-2
USER_CONTAINER2020

 

 

Most of these object types are not used by anything other than our internal code but a few of them can be used as part of a few select system properties or extended community properties.

387 Views Tags: content_type, jive_object
Average User Rating
(4 ratings)
My Rating:

There are no comments on this document