|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.api.model.BaseApiEnum
com.atlassian.confluence.api.model.content.ContentStatus
@ExperimentalApi public final class ContentStatus
The state of a piece of content. Content state can be used for filtering and for limiting the operations that can be performed on the content.
| Field Summary | |
|---|---|
static List<ContentStatus> |
BUILT_IN
|
static ContentStatus |
CURRENT
The default state of content ready to be viewed and edited. |
static ContentStatus |
HISTORICAL
The state of content that is not at its latest version |
static ContentStatus |
TRASHED
The state of content that has been trashed but not yet purged from the system. |
| Fields inherited from class com.atlassian.confluence.api.model.BaseApiEnum |
|---|
value |
| Method Summary | |
|---|---|
static ContentStatus |
valueOf(String str)
Return the ContentType for the given type string. |
| Methods inherited from class com.atlassian.confluence.api.model.BaseApiEnum |
|---|
equals, getValue, hashCode, in, serialise, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ContentStatus CURRENT
public static final ContentStatus TRASHED
public static final ContentStatus HISTORICAL
public static final List<ContentStatus> BUILT_IN
| Method Detail |
|---|
public static ContentStatus valueOf(String str)
ContentType for the given type string. Built-in type constants will be returned if matched.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||