|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentType | |
|---|---|
| com.atlassian.confluence.it | |
| com.atlassian.confluence.it.content | |
| com.atlassian.confluence.it.feed | |
| Uses of ContentType in com.atlassian.confluence.it |
|---|
| Constructors in com.atlassian.confluence.it with parameters of type ContentType | |
|---|---|
Draft(User owner,
ContentType type,
java.lang.String title)
|
|
Draft(User owner,
ContentType type,
java.lang.String title,
java.lang.String content,
Space space)
|
|
| Uses of ContentType in com.atlassian.confluence.it.content |
|---|
| Methods in com.atlassian.confluence.it.content that return ContentType | |
|---|---|
static ContentType |
ContentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of ContentType in com.atlassian.confluence.it.feed |
|---|
| Methods in com.atlassian.confluence.it.feed that return ContentType | |
|---|---|
ContentType[] |
FeedOptions.getBlogSubTypes()
|
ContentType[] |
FeedOptions.getPageSubTypes()
|
ContentType[] |
FeedOptions.getTypes()
|
| Methods in com.atlassian.confluence.it.feed with parameters of type ContentType | |
|---|---|
void |
FeedOptions.setBlogSubTypes(ContentType... blogSubTypes)
|
void |
FeedOptions.setPageSubTypes(ContentType... pageSubTypes)
|
void |
FeedOptions.setTypes(ContentType... types)
Set the types of content to include in the feed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||