Uses of Class
com.atlassian.confluence.search.v2.query.AbstractUserQuery.Parameter
Packages that use AbstractUserQuery.Parameter
-
Uses of AbstractUserQuery.Parameter in com.atlassian.confluence.dmz.search
Method parameters in com.atlassian.confluence.dmz.search with type arguments of type AbstractUserQuery.ParameterModifier and TypeMethodDescriptionSearchQueryFactoryInternal.contributorQuery
(List<AbstractUserQuery.Parameter> params) SearchQueryFactoryInternal.creatorQuery
(List<AbstractUserQuery.Parameter> params) -
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.ParameterMethod parameters in com.atlassian.confluence.search.v2.query with type arguments of type AbstractUserQuery.ParameterModifier and TypeMethodDescriptionSearchQueryFactoryImpl.contributorQuery
(List<AbstractUserQuery.Parameter> params) SearchQueryFactoryImpl.creatorQuery
(List<AbstractUserQuery.Parameter> params) Constructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type AbstractUserQuery.ParameterModifierConstructorDescriptionAbstractUserQuery
(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.