com.atlassian.user.search.query
Interface TermQuery
- All Superinterfaces:
- Query
- All Known Implementing Classes:
- AbstractSingleTermQuery
- public interface TermQuery
- extends Query
SUBSTRING_STARTS_WITH
public static final java.lang.String SUBSTRING_STARTS_WITH
- See Also:
- Constant Field Values
SUBSTRING_ENDS_WITH
public static final java.lang.String SUBSTRING_ENDS_WITH
- See Also:
- Constant Field Values
SUBSTRING_CONTAINS
public static final java.lang.String SUBSTRING_CONTAINS
- See Also:
- Constant Field Values
WILDCARD
public static final java.lang.String WILDCARD
- See Also:
- Constant Field Values
getTerm
public 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
public java.lang.String getMatchingRule()
isMatchingSubstring
public boolean isMatchingSubstring()
Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.