lumis.util.query
Interface IQueryFilter

Package class diagram package IQueryFilter
All Known Implementing Classes:
QueryFilter, QueryFilterBase, QueryFilterGroup

@StableMinor(version="5.5",
             sinceVersion="4.0")
public interface IQueryFilter

Interface for query filters

Since:
4.0.0

Field Summary
static String FILTER_CONCATENATION_AND
           
static String FILTER_CONCATENATION_OR
           
static String FILTER_OPERATOR_EQUAL
           
static String FILTER_OPERATOR_EXISTS
           
static String FILTER_OPERATOR_GREATER_THAN
           
static String FILTER_OPERATOR_GREATER_THAN_OR_EQUAL
           
static String FILTER_OPERATOR_IN
           
static String FILTER_OPERATOR_IS_NOT_NULL
           
static String FILTER_OPERATOR_IS_NULL
           
static String FILTER_OPERATOR_LESS_THAN
           
static String FILTER_OPERATOR_LESS_THAN_OR_EQUAL
           
static String FILTER_OPERATOR_LIKE
           
static String FILTER_OPERATOR_LIKE_CASE_SENSITIVE
           
static String FILTER_OPERATOR_NOT_EQUAL
           
static String FILTER_OPERATOR_NOT_EXISTS
          Operator for not exists sub-select statement.
 
Method Summary
 String getFilterConcatenation()
           
 boolean isIncluded()
           
 void setFilterConcatenation(String filterConcatenation)
           
 void setIncluded(boolean included)
           
 

Field Detail

FILTER_CONCATENATION_AND

static final String FILTER_CONCATENATION_AND
See Also:
Constant Field Values

FILTER_CONCATENATION_OR

static final String FILTER_CONCATENATION_OR
See Also:
Constant Field Values

FILTER_OPERATOR_EQUAL

static final String FILTER_OPERATOR_EQUAL
See Also:
Constant Field Values

FILTER_OPERATOR_NOT_EQUAL

static final String FILTER_OPERATOR_NOT_EQUAL
See Also:
Constant Field Values

FILTER_OPERATOR_LESS_THAN

static final String FILTER_OPERATOR_LESS_THAN
See Also:
Constant Field Values

FILTER_OPERATOR_LESS_THAN_OR_EQUAL

static final String FILTER_OPERATOR_LESS_THAN_OR_EQUAL
See Also:
Constant Field Values

FILTER_OPERATOR_GREATER_THAN

static final String FILTER_OPERATOR_GREATER_THAN
See Also:
Constant Field Values

FILTER_OPERATOR_GREATER_THAN_OR_EQUAL

static final String FILTER_OPERATOR_GREATER_THAN_OR_EQUAL
See Also:
Constant Field Values

FILTER_OPERATOR_LIKE

static final String FILTER_OPERATOR_LIKE
See Also:
Constant Field Values

FILTER_OPERATOR_LIKE_CASE_SENSITIVE

static final String FILTER_OPERATOR_LIKE_CASE_SENSITIVE
See Also:
Constant Field Values

FILTER_OPERATOR_IN

static final String FILTER_OPERATOR_IN
See Also:
Constant Field Values

FILTER_OPERATOR_EXISTS

static final String FILTER_OPERATOR_EXISTS
See Also:
Constant Field Values

FILTER_OPERATOR_IS_NULL

static final String FILTER_OPERATOR_IS_NULL
See Also:
Constant Field Values

FILTER_OPERATOR_IS_NOT_NULL

static final String FILTER_OPERATOR_IS_NOT_NULL
See Also:
Constant Field Values

FILTER_OPERATOR_NOT_EXISTS

static final String FILTER_OPERATOR_NOT_EXISTS
Operator for not exists sub-select statement.

Since:
4.2.0
See Also:
Constant Field Values
Method Detail

getFilterConcatenation

String getFilterConcatenation()

setFilterConcatenation

void setFilterConcatenation(String filterConcatenation)

isIncluded

boolean isIncluded()

setIncluded

void setIncluded(boolean included)


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.