@SearchPrimitive public class ExistsQuery extends Object implements SearchQuery
| Constructor and Description | 
|---|
ExistsQuery(String fieldName,
           boolean isNegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFieldName()  | 
String | 
getKey()  | 
List | 
getParameters()
List of parameters as  
Strings or SearchQuerys. | 
boolean | 
isNegate()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexpand, getBoost, getSubClausespublic static final String KEY
public ExistsQuery(String fieldName, boolean isNegate)
public String getKey()
getKey in interface SearchQuerypublic List getParameters()
SearchQueryStrings or SearchQuerys.getParameters in interface SearchQueryStrings or SearchQuerys.public String getFieldName()
public boolean isNegate()
Copyright © 2003–2022 Atlassian. All rights reserved.