|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xpn.xwiki.plugin.watchlist.WatchListJobManager
public class WatchListJobManager
Manager for WatchList jobs.
| Field Summary | |
|---|---|
static java.lang.String |
WATCHLIST_JOB_CLASS
WatchList Job class. |
static java.lang.String |
WATCHLIST_JOB_EMAIL_PROP
WatchList Job email template property name. |
static java.lang.String |
WATCHLIST_JOB_LAST_FIRE_TIME_PROP
WatchList Job last fire time property name. |
static java.lang.String |
XWIKI_RIGHTS_CLASS_ALLOW_PROPERTY
Name of the allow property in the XWiki rights class. |
static java.lang.String |
XWIKI_RIGHTS_CLASS_GROUPS_PROPERTY
Name of the groups property in the XWiki rights class. |
static java.lang.String |
XWIKI_RIGHTS_CLASS_LEVELS_PROPERTY
Name of the levels property in the XWiki rights class. |
| Constructor Summary | |
|---|---|
WatchListJobManager()
|
|
| Method Summary | |
|---|---|
void |
init(com.xpn.xwiki.XWikiContext context)
Create default WatchList jobs in the wiki. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String WATCHLIST_JOB_CLASS
public static final java.lang.String WATCHLIST_JOB_EMAIL_PROP
public static final java.lang.String WATCHLIST_JOB_LAST_FIRE_TIME_PROP
public static final java.lang.String XWIKI_RIGHTS_CLASS_GROUPS_PROPERTY
public static final java.lang.String XWIKI_RIGHTS_CLASS_LEVELS_PROPERTY
public static final java.lang.String XWIKI_RIGHTS_CLASS_ALLOW_PROPERTY
| Constructor Detail |
|---|
public WatchListJobManager()
| Method Detail |
|---|
public void init(com.xpn.xwiki.XWikiContext context)
throws com.xpn.xwiki.XWikiException
context - Context of the request
com.xpn.xwiki.XWikiException - When a job creation fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||