com.xpn.xwiki.plugin.watchlist
Class WatchListJobManager

java.lang.Object
  extended by com.xpn.xwiki.plugin.watchlist.WatchListJobManager

public class WatchListJobManager
extends java.lang.Object

Manager for WatchList jobs.

Version:
$Id: WatchListJobManager.java 26754 2010-02-04 18:28:34Z jvdrean $

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

WATCHLIST_JOB_CLASS

public static final java.lang.String WATCHLIST_JOB_CLASS
WatchList Job class.

See Also:
Constant Field Values

WATCHLIST_JOB_EMAIL_PROP

public static final java.lang.String WATCHLIST_JOB_EMAIL_PROP
WatchList Job email template property name.

See Also:
Constant Field Values

WATCHLIST_JOB_LAST_FIRE_TIME_PROP

public static final java.lang.String WATCHLIST_JOB_LAST_FIRE_TIME_PROP
WatchList Job last fire time property name.

See Also:
Constant Field Values

XWIKI_RIGHTS_CLASS_GROUPS_PROPERTY

public static final java.lang.String XWIKI_RIGHTS_CLASS_GROUPS_PROPERTY
Name of the groups property in the XWiki rights class.

See Also:
Constant Field Values

XWIKI_RIGHTS_CLASS_LEVELS_PROPERTY

public static final java.lang.String XWIKI_RIGHTS_CLASS_LEVELS_PROPERTY
Name of the levels property in the XWiki rights class.

See Also:
Constant Field Values

XWIKI_RIGHTS_CLASS_ALLOW_PROPERTY

public static final java.lang.String XWIKI_RIGHTS_CLASS_ALLOW_PROPERTY
Name of the allow property in the XWiki rights class.

See Also:
Constant Field Values
Constructor Detail

WatchListJobManager

public WatchListJobManager()
Method Detail

init

public void init(com.xpn.xwiki.XWikiContext context)
          throws com.xpn.xwiki.XWikiException
Create default WatchList jobs in the wiki.

Parameters:
context - Context of the request
Throws:
com.xpn.xwiki.XWikiException - When a job creation fails


Copyright © 2004-2010 XWiki. All Rights Reserved.