Class ActiveUserQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.ActiveUserQuery
- All Implemented Interfaces:
- Expandable<SearchQuery>,- SearchQuery
Query which filters out documents representing users that are no longer active.
 e.g. anonymous, deactivated, externally deleted, shadowed and unlicensed users.
- Since:
- 7.20
- 
Field SummaryFieldsFields inherited from interface com.atlassian.confluence.search.v2.SearchQueryDEFAULT_BOOST
- 
Method SummaryModifier and TypeMethodDescriptionexpand()Expands this query into a composite query (that composes other queries).static ActiveUserQuerygetKey()List of parameters asStrings orSearchQuerys.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.search.v2.SearchQuerygetBoost, getSubClauses
- 
Field Details- 
KEY- See Also:
 
 
- 
- 
Method Details- 
getInstance
- 
getKey- Specified by:
- getKeyin interface- SearchQuery
- Returns:
- the plugin key
 
- 
getParametersDescription copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
- getParametersin interface- SearchQuery
- Returns:
- Strings or- SearchQuerys.
 
- 
expandDescription copied from interface:SearchQueryExpands this query into a composite query (that composes other queries). By overriding this method, one can specify a new query that is composition of the behaviour of the composed queries.- Specified by:
- expandin interface- Expandable<SearchQuery>
- Specified by:
- expandin interface- SearchQuery
- Returns:
- a query
 
 
-