+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.cp
Interface Constants

All Known Subinterfaces:
ResourceModelLocator<R>, TagLocator<T>, TagModelLocator<T,S>
public interface Constants

Defines common constants for the tagging and rating API.

Since:
7.0.0

Nested Class Summary
static class Constants.Order
          Enum for the order of the result
static class Constants.OrderMetric
          Enum defining valid order metrics for sorting result sets
static class Constants.SearchPattern
          Enum for a search pattern
Field Summary
static int ALL
          Constant to determine that a query should return all results.
static int BEGIN
          Constant to determine that a query should return results from the beginning.
static char COLON
          Character constant of a colon (:)
static Constants.Order DEFAULT_ORDER
          The default order
static Constants.OrderMetric DEFAULT_ORDERMETRIC
          The default orderMetric
 

Field Detail

BEGIN

static final int BEGIN
Constant to determine that a query should return results from the beginning.

See Also:
Constant Field Values

ALL

static final int ALL
Constant to determine that a query should return all results.

See Also:
Constant Field Values

DEFAULT_ORDERMETRIC

static final Constants.OrderMetric DEFAULT_ORDERMETRIC
The default orderMetric

DEFAULT_ORDER

static final Constants.Order DEFAULT_ORDER
The default order

COLON

static final char COLON
Character constant of a colon (:)

See Also:
Constant Field Values
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD