Uses of Class
com.atlassian.confluence.search.v2.query.ContentStatusQuery
-
Packages that use ContentStatusQuery Package Description com.atlassian.confluence.search.v2.lucene.mapper com.atlassian.confluence.search.v2.query -
-
Uses of ContentStatusQuery in com.atlassian.confluence.search.v2.lucene.mapper
Methods in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type ContentStatusQuery Modifier and Type Method Description org.apache.lucene.search.QueryContentStatusQueryMapper. convertToLuceneQuery(ContentStatusQuery contentStatusQuery) -
Uses of ContentStatusQuery in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return ContentStatusQuery Modifier and Type Method Description static ContentStatusQueryContentStatusQuery. getDefaultContentStatusQuery()The default SearchQuery will only match content which has the current status.
-