com.xpn.xwiki.plugin.activitystream.api
Interface ActivityEventPriority


public interface ActivityEventPriority

The priorities possible for an Activity Event. This allows to filter complex events by only keeping the most high level event or by getting page level event.

Version:
$Id: ActivityEventPriority.java 24078 2009-09-27 02:37:41Z sdumitriu $

Field Summary
static int ACTION
          The event is a action level event (high level).
static int NOTIFICATION
          The event is a notification level event (low level).
static int PROGRAM
          The event is a program level event (highest level).
static int STORAGE
          The event is a storage level event (low level).
 

Field Detail

STORAGE

static final int STORAGE
The event is a storage level event (low level).

See Also:
Constant Field Values

NOTIFICATION

static final int NOTIFICATION
The event is a notification level event (low level).

See Also:
Constant Field Values

ACTION

static final int ACTION
The event is a action level event (high level).

See Also:
Constant Field Values

PROGRAM

static final int PROGRAM
The event is a program level event (highest level).

See Also:
Constant Field Values


Copyright © 2004-2010 XWiki. All Rights Reserved.