SAP NetWeaver '04

com.sapportals.wcm.repository.service.discussion
Interface IDiscussionEvent

[contained in: com.sap.km.cm.repository.service.par - km.shared.repository.service.app.discussion_api.jar]
All Superinterfaces:
IEvent, IResourceEvent
All Known Implementing Classes:
DiscussionEvent, DiscussionEvent

public interface IDiscussionEvent
extends IResourceEvent

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

PRE_CHANGE_DISCUSSION

public static final int PRE_CHANGE_DISCUSSION
Deprecated. as of NW04. Not currently used.


PRE_CHANGE_DISCUSSION_ITEM

public static final int PRE_CHANGE_DISCUSSION_ITEM
Deprecated. as of NW04. Not currently used.


PRE_DELETE_DISCUSSION

public static final int PRE_DELETE_DISCUSSION
Deprecated. as of NW04. Not currently used.


PRE_DELETE_DISCUSSION_ITEM

public static final int PRE_DELETE_DISCUSSION_ITEM
Deprecated. as of NW04. Not currently used.


NEW_DISCUSSION

public static final int NEW_DISCUSSION
Used when a new discussion is created.

NEW_DISCUSSION_ITEM

public static final int NEW_DISCUSSION_ITEM
Used when a new discussion item is created.

CHANGE_DISCUSSION

public static final int CHANGE_DISCUSSION
Used when an existing discussion is changed.

CHANGE_DISCUSSION_ITEM

public static final int CHANGE_DISCUSSION_ITEM
Used when an discussion item is changed.

DELETE_DISCUSSION

public static final int DELETE_DISCUSSION
Used when an existing discussion is deleted.

DELETE_DISCUSSION_ITEM

public static final int DELETE_DISCUSSION_ITEM
Used when an existing discussion item is deleted.

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.