iOS SDK  v0.6.2-113-gb00714b
 All Classes Functions Properties
JiveDocument Class Reference

#import <JiveDocument.h>

Inherits JiveStructuredOutcomeContent.

Properties

NSArray * approvers
 List of people who are approvers on the content of this document. Person[].
 
NSArray * attachments
 List of attachments to this message (if any). Attachment[].
 
NSArray * authors
 List of people who are authors on this content. Authors are allowed to edit the content. This value is used only when authorship is limited. Person[].
 
NSString * authorship
 The authorship policy for this content.
 
NSArray * categories
 Categories associated with this object. Places define the list of possible categories. String[].
 
JivePersoneditingBy
 The person currently editing this document, meaning that it's locked. If not present, nobody is editing.
 
NSString * fromQuest
 Flag indicating that this document was created as part of a quest.
 
NSNumber * restrictComments
 Flag indicating that old comments will be visible but new comments are not allowed. If not restricted then anyone with appropriate permissions can comment on the content.
 
JivePersonupdater
 The last person that updated this document. If not present, the last person to update this document was the person referenced in the author property.
 
NSArray * users
 The list of users that can see the content. On create or update, provide a list of Person URIs or Person entities. On get, returns a list of Person entities. This value is used only when visibility is people. String[] or Person[].
 
NSString * visibility
 The visibility policy for this discussion. Valid values are:
 

Detailed Description