Uses of Package
com.atlassian.confluence.search.v2.query

Packages that use com.atlassian.confluence.search.v2.query
com.atlassian.confluence.macro.query   
com.atlassian.confluence.search.service   
com.atlassian.confluence.search.v2.lucene.mapper   
com.atlassian.confluence.search.v2.query   
 

Classes in com.atlassian.confluence.search.v2.query used by com.atlassian.confluence.macro.query
BooleanQuery
           A boolean query that allows and/or and not combinations of sub queries.
 

Classes in com.atlassian.confluence.search.v2.query used by com.atlassian.confluence.search.service
DateRangeQuery.DateRange
          Class to represent a date range.
 

Classes in com.atlassian.confluence.search.v2.query used by com.atlassian.confluence.search.v2.lucene.mapper
AllQuery
          Querys for all possible results.
AttachmentTypeQuery
          Search for attachments of a particular type or types.
BoostingQuery
          A wrapping query that boost the scores provided by the underlying query based on the modification date.
ContainingContentTypeQuery
          Search for an entity contained within content of a particular type.
ContentTypeQuery
          Search for content of a particular type.
ContributorQuery
          Creates a query to find content a user has contributed to (any edit or create is considered a contribution)
CreatorQuery
          Query for the original creator of content.
CustomContentTypeQuery
           
DateRangeQuery
          Query for search results that have been modified within the specified range of dates.
FileExtensionQuery
          Search for content with a particular file extension.
HasPersonalSpaceQuery
          Search for content belonging to a user who has a personal space.
InheritedLabelQuery
          Query for matching a single Label that was inherited from a piece of parent content, for example, searching for comments attached to pages with a certain label
InSpaceQuery
          Search for content that occurs within some set of spaces.
LabelQuery
          Query for matching a single Label.
MacroUsageQuery
          A search query that finds usages of a macro in a content entity object by the macro name.
MultiTextFieldQuery
          Represents a query against multiple fields.
SpaceCategoryQuery
          Search for content within spaces of a particular category (or categories).
TextFieldPrefixQuery
           Represents a query that specifies a prefix to be matched - equivalent to a trailing wildcard search e.g.
TextFieldQuery
           Represents a raw query from the user that may be parsed.
UserTextQuery
          Searches for text within common user-related text fields: full name, email address and username
 

Classes in com.atlassian.confluence.search.v2.query used by com.atlassian.confluence.search.v2.query
AbstractParameterListQuery
          Abstract superclass for queries holding a list of parameters of a single type.
AllQuery
          Querys for all possible results.
ContributorQuery
          Creates a query to find content a user has contributed to (any edit or create is considered a contribution)
DateRangeQuery
          Query for search results that have been modified within the specified range of dates.
DateRangeQuery.Builder
          Helps create a DateRangeQuery object
DateRangeQuery.DateRange
          Class to represent a date range.
DateRangeQuery.DateRangeQueryType
           
PermittedSpacesQuery
          Deprecated. since 3.0. Please use SpacePermissionsSearchFilter instead.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.