| java.lang.Object | |
| ↳ | com.atlassian.confluence.search.v2.query.ContentTypeQuery |
Search for content of a particular type. The string representation of a content's type is that returned by the
getType() method.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Search for a particular type of content
| |||||||||||
Search for content that is one of the provided types
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the content types being searched for, as strings.
| |||||||||||
List of parameters as
Strings or SearchQuerys. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.search.v2.SearchQuery
| |||||||||||||||
Search for a particular type of content
| contentType | the type string for the content to be searched for |
|---|
Search for content that is one of the provided types
| contentTypes | a list of content types to search for |
|---|
Get the content types being searched for, as strings.
Really does the same as getParameters() but has a more apt name.
List of parameters as Strings or SearchQuerys.
Strings or SearchQuerys.

