com.atlassian.user.search.query
Interface TermQuery

All Superinterfaces:
Query
All Known Implementing Classes:
AbstractSingleTermQuery, EmailTermQuery, ExternalEntityNameTermQuery, FullNameTermQuery, GroupNameTermQuery, UserNameTermQuery

public interface TermQuery
extends Query


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

Field Detail

SUBSTRING_STARTS_WITH

static final String SUBSTRING_STARTS_WITH
See Also:
Constant Field Values

SUBSTRING_ENDS_WITH

static final String SUBSTRING_ENDS_WITH
See Also:
Constant Field Values

SUBSTRING_CONTAINS

static final String SUBSTRING_CONTAINS
See Also:
Constant Field Values

WILDCARD

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

getTerm

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

String getMatchingRule()

isMatchingSubstring

boolean isMatchingSubstring()


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.