Package | Description |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
Modifier and Type | Field and Description |
---|---|
static CmsSubscriptionReadMode |
CmsSubscriptionReadMode.ALL
Subscription read mode: all.
|
static CmsSubscriptionReadMode |
CmsSubscriptionReadMode.UNVISITED
Subscription read mode: unvisited.
|
static CmsSubscriptionReadMode |
CmsSubscriptionReadMode.VISITED
Subscription read mode: visited.
|
Modifier and Type | Method and Description |
---|---|
CmsSubscriptionReadMode |
CmsSubscriptionFilter.getMode()
Returns the mode to read subscribed resources.
|
static CmsSubscriptionReadMode |
CmsSubscriptionReadMode.modeForName(java.lang.String modeName)
Returns the subscription read mode for the given mode name.
|
static CmsSubscriptionReadMode |
CmsSubscriptionReadMode.valueOf(int type)
Returns the subscription read mode for the given mode value.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsSubscriptionFilter.setMode(CmsSubscriptionReadMode mode)
Sets the mode to read subscribed resources.
|