com.atlassian.user.search.query
Interface TermQuery<T extends Entity>

All Superinterfaces:
Query<T>

public interface TermQuery<T extends Entity>
extends Query<T>


Field Summary
static java.lang.String SUBSTRING_CONTAINS
           
static java.lang.String SUBSTRING_ENDS_WITH
           
static java.lang.String SUBSTRING_STARTS_WITH
           
static java.lang.String WILDCARD
           
 
Method Summary
 java.lang.String getMatchingRule()
           
 java.lang.String getTerm()
           
 boolean isMatchingSubstring()
           
 

Field Detail

SUBSTRING_STARTS_WITH

static final java.lang.String SUBSTRING_STARTS_WITH
See Also:
Constant Field Values

SUBSTRING_ENDS_WITH

static final java.lang.String SUBSTRING_ENDS_WITH
See Also:
Constant Field Values

SUBSTRING_CONTAINS

static final java.lang.String SUBSTRING_CONTAINS
See Also:
Constant Field Values

WILDCARD

static final java.lang.String WILDCARD
See Also:
Constant Field Values
Method Detail

getTerm

java.lang.String getTerm()
Returns:
a String holding the system indepdent value of the term to match for equality. For example, in a ColourQuery this term might be 'red' but, when rendered, would be represented as "select colour from colour_table where colour = 'red'"

getMatchingRule

java.lang.String getMatchingRule()

isMatchingSubstring

boolean isMatchingSubstring()


Copyright © 2005-2015 Atlassian. All Rights Reserved.