| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.confluence.search.service.ContentTypeEnum | |
An enum representing the different content types that may be specified in a search.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ContentTypeEnum | ATTACHMENT | ||||||||||
| ContentTypeEnum | BLOG | ||||||||||
| ContentTypeEnum | COMMENT | ||||||||||
| ContentTypeEnum | DRAFT | ||||||||||
| ContentTypeEnum | |||||||||||
| ContentTypeEnum | PAGE | ||||||||||
| ContentTypeEnum | PERSONAL_INFORMATION | ||||||||||
| ContentTypeEnum | PERSONAL_SPACE_DESCRIPTION | ||||||||||
| ContentTypeEnum | SPACE | ||||||||||
| ContentTypeEnum | SPACE_DESCRIPTION | ||||||||||
| ContentTypeEnum | USER_STATUS | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
since 3.0. Use
getByRepresentation(String) or getByClassName(String) instead.
| |||||||||||
This method is deprecated.
since 3.1 use
getTypeName()
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
This method is deprecated.
since 3.0. Use getByRepresentation(String) or getByClassName(String) instead.
| className | fully qualified class name e.g. "com.atlassian.confluence.pages.Page" |
|---|
| representation | the String representation of the enum. e.g. CONTENT_TYPE |
|---|