Uses of Class
com.atlassian.confluence.search.v2.query.AbstractUserQuery.Parameter
-
Packages that use AbstractUserQuery.Parameter Package Description com.atlassian.confluence.search.v2.query -
-
Uses of AbstractUserQuery.Parameter in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return types with arguments of type AbstractUserQuery.Parameter Modifier and Type Method Description List<AbstractUserQuery.Parameter>
AbstractUserQuery. getParameters()
Constructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type AbstractUserQuery.Parameter Constructor Description AbstractUserQuery(List<AbstractUserQuery.Parameter> parameters)
ContributorQuery(List<AbstractUserQuery.Parameter> params, ConfluenceUserDao confluenceUserDao)
Create a query that matches content that has been contributed to by any of the users described by the provided list of parameters.CreatorQuery(List<AbstractUserQuery.Parameter> params)
Create a query that matches content that has been created by any of the users described by the provided list of parameters.
-