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 22900 2009-08-25 13:03:08Z 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 WATCHLIST_JOB_SHORT_NAME_PROP
          WatchList Job short name property name.
 
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_SHORT_NAME_PROP

public static final java.lang.String WATCHLIST_JOB_SHORT_NAME_PROP
WatchList Job short name property name.

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
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-2009 XWiki. All Rights Reserved.