com.atlassian.confluence.plugins.contentproperty.search.query
Class TextQuery

java.lang.Object
  extended by com.atlassian.confluence.plugins.contentproperty.search.query.TextQuery
All Implemented Interfaces:
SearchQuery

public class TextQuery
extends Object
implements SearchQuery

Represents a set of data needed to perform a full text search query.

Since:
5.7

Constructor Summary
TextQuery(ContentPropertySchemaField schemaField, String rawQuery)
           
 
Method Summary
 String getKey()
           
 List<?> getParameters()
          List of parameters as Strings or SearchQuerys.
 String getRawQuery()
           
 ContentPropertySchemaField getSchemaField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextQuery

public TextQuery(ContentPropertySchemaField schemaField,
                 String rawQuery)
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface SearchQuery
Returns:
the plugin key

getParameters

public List<?> getParameters()
Description copied from interface: SearchQuery
List of parameters as Strings or SearchQuerys.

Specified by:
getParameters in interface SearchQuery
Returns:
Strings or SearchQuerys.

getSchemaField

public ContentPropertySchemaField getSchemaField()

getRawQuery

public String getRawQuery()


Copyright © 2003–2015 Atlassian. All rights reserved.