com.ibm.portal.cp
Interface CpSchemeConstants


public interface CpSchemeConstants

Defines constants for schemes of contextual portal API.

Since:
7.0.0

Field Summary
static java.lang.String SCHEME_RATING_MODEL
          The scheme of the rating model.
static java.lang.String SCHEME_RESOURCE_MODEL
          The scheme of the resource model.
static java.lang.String SCHEME_TAG_MODEL
          The scheme of the tag model.
static java.lang.String SCHEME_USER
          The scheme of the user model-view, no reference to an actual user model.
 

Field Detail

SCHEME_TAG_MODEL

static final java.lang.String SCHEME_TAG_MODEL
The scheme of the tag model.

See Also:
com.ibm.portal.cp.tagging.TagModel, Constant Field Values

SCHEME_RESOURCE_MODEL

static final java.lang.String SCHEME_RESOURCE_MODEL
The scheme of the resource model.

See Also:
com.ibm.portal.cp.resources.ResourceModel, Constant Field Values

SCHEME_RATING_MODEL

static final java.lang.String SCHEME_RATING_MODEL
The scheme of the rating model.

See Also:
com.ibm.portal.cp.rating.RatingModel, Constant Field Values

SCHEME_USER

static final java.lang.String SCHEME_USER
The scheme of the user model-view, no reference to an actual user model.

See Also:
Constant Field Values