Class PrefixQuery
- java.lang.Object
-
- com.atlassian.confluence.search.v2.query.PrefixQuery
-
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
@SearchPrimitive public class PrefixQuery extends Object implements SearchQuery
v2 primitive query- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description PrefixQuery(String fieldName, String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFieldName()
String
getKey()
List<?>
getParameters()
List of parameters asString
s orSearchQuery
s.String
getPrefix()
int
hashCode()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
expand, getBoost, getSubClauses
-
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFieldName
public String getFieldName()
-
getPrefix
public String getPrefix()
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
getParameters
public List<?> getParameters()
Description copied from interface:SearchQuery
List of parameters asString
s orSearchQuery
s.- Specified by:
getParameters
in interfaceSearchQuery
- Returns:
String
s orSearchQuery
s.
-
-