|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JiveContentObject.Status | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Jive SBS. |
| com.jivesoftware.community.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
| com.jivesoftware.community.media | |
| com.jivesoftware.community.moderation | |
| Uses of JiveContentObject.Status in com.jivesoftware.community |
|---|
| Fields in com.jivesoftware.community declared as JiveContentObject.Status | |
|---|---|
static JiveContentObject.Status |
BlogPost.STATUS_DEFAULT
The default public status for a blog post. |
| Methods in com.jivesoftware.community that return JiveContentObject.Status | |
|---|---|
JiveContentObject.Status |
BlogPost.getStatus()
Returns the status of this blog post which may be any one of the following: DRAFT -- post has status of unpublished
PUBLISHED -- post has status of published. |
JiveContentObject.Status |
JiveContentObject.getStatus()
Returns the visibility of the content object. |
JiveContentObject.Status |
Trackback.getStatus()
|
static JiveContentObject.Status |
JiveContentObject.Status.staticReadExternal(DataInput in)
|
static JiveContentObject.Status |
JiveContentObject.Status.valueOf(Integer value)
|
static JiveContentObject.Status |
JiveContentObject.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JiveContentObject.Status[] |
JiveContentObject.Status.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in com.jivesoftware.community with parameters of type JiveContentObject.Status | |
|---|---|
void |
Announcement.setStatus(JiveContentObject.Status status)
Returns the visibility state of the object. |
void |
BlogPost.setStatus(JiveContentObject.Status status)
Sets the publishing status of this blog post which may be any one of the following: DRAFT -- post has status of unpublished
PUBLISHED -- post has status of published. |
void |
Comment.setStatus(JiveContentObject.Status status)
Sets the status of this comment |
void |
Document.setStatus(JiveContentObject.Status status)
|
void |
ForumMessage.setStatus(JiveContentObject.Status status)
Sets the status of this message |
void |
ForumThread.setStatus(JiveContentObject.Status status)
Sets the status of this message |
void |
PrivateMessage.setStatus(JiveContentObject.Status status)
Sets the Status of the PrivateMessage |
void |
Trackback.setStatus(JiveContentObject.Status status)
|
| Uses of JiveContentObject.Status in com.jivesoftware.community.event |
|---|
| Methods in com.jivesoftware.community.event that return JiveContentObject.Status | |
|---|---|
JiveContentObject.Status |
DocumentEvent.getPreviousStatus()
|
| Methods in com.jivesoftware.community.event with parameters of type JiveContentObject.Status | |
|---|---|
void |
DocumentEvent.setPreviousStatus(JiveContentObject.Status status)
|
| Uses of JiveContentObject.Status in com.jivesoftware.community.media |
|---|
| Methods in com.jivesoftware.community.media that return types with arguments of type JiveContentObject.Status | |
|---|---|
List<JiveContentObject.Status> |
MediaResultFilter.getStatus()
|
| Methods in com.jivesoftware.community.media with parameters of type JiveContentObject.Status | |
|---|---|
void |
MediaResultFilter.setStatus(JiveContentObject.Status... status)
|
void |
Media.setStatus(JiveContentObject.Status status)
|
| Uses of JiveContentObject.Status in com.jivesoftware.community.moderation |
|---|
| Methods in com.jivesoftware.community.moderation with parameters of type JiveContentObject.Status | |
|---|---|
void |
JiveObjectModerator.handleStateChangeCallback(JiveObject jiveObject,
JiveContentObject.Status status)
Handles any state changes for a given object. |
void |
ModerationStrategy.stateChangeCallback(JiveObject jiveObject,
JiveContentObject.Status status)
Handles any state changes for a given object. |
|
Jive Product Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||