|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface IDiscussionEvent defines constants for all events that the discussion service uses when
it creates or deletes different types of discussion objects.
The events sent by the
discussion service are necessary for the subscription service which needs to know when discussions are created, changed or
deleted.
| Field Summary | |
static int |
CHANGE_DISCUSSION
Used when an existing discussion is changed. |
static int |
CHANGE_DISCUSSION_ITEM
Used when an discussion item is changed. |
static int |
DELETE_DISCUSSION
Used when an existing discussion is deleted. |
static int |
DELETE_DISCUSSION_ITEM
Used when an existing discussion item is deleted. |
static int |
NEW_DISCUSSION
Used when a new discussion is created. |
static int |
NEW_DISCUSSION_ITEM
Used when a new discussion item is created. |
static int |
PRE_CHANGE_DISCUSSION
Deprecated. as of NW04. Not currently used. |
static int |
PRE_CHANGE_DISCUSSION_ITEM
Deprecated. as of NW04. Not currently used. |
static int |
PRE_DELETE_DISCUSSION
Deprecated. as of NW04. Not currently used. |
static int |
PRE_DELETE_DISCUSSION_ITEM
Deprecated. as of NW04. Not currently used. |
| Methods inherited from interface com.sapportals.wcm.repository.manager.IResourceEvent |
getResource |
| Methods inherited from interface com.sapportals.wcm.util.events.IEvent |
getDescription, getDescription, getParameter, getType, isLike |
| Field Detail |
public static final int PRE_CHANGE_DISCUSSION
public static final int PRE_CHANGE_DISCUSSION_ITEM
public static final int PRE_DELETE_DISCUSSION
public static final int PRE_DELETE_DISCUSSION_ITEM
public static final int NEW_DISCUSSION
public static final int NEW_DISCUSSION_ITEM
public static final int CHANGE_DISCUSSION
public static final int CHANGE_DISCUSSION_ITEM
public static final int DELETE_DISCUSSION
public static final int DELETE_DISCUSSION_ITEM
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||