Uses of Interface
com.sap.netweaver.coll.shared.api.extension.IExtensionPoint

Packages that use IExtensionPoint
com.sap.ip.collaboration.room.api   
com.sap.netweaver.coll.shared.api.extension   
 

Uses of IExtensionPoint in com.sap.ip.collaboration.room.api
 

Fields in com.sap.ip.collaboration.room.api declared as IExtensionPoint
static IExtensionPoint RoomExtensionPoint.ON_CREATE_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_AFTER_CREATE_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_BEFORE_DELETE_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_DELETE_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_ADD_ROOMROLE_TO_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_REMOVE_ROOMROLE_FROM_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_ADD_USERS_TO_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_REMOVE_USERS_FROM_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_ADD_USERS_TO_ROOMROLES
           
static IExtensionPoint RoomExtensionPoint.ON_REMOVE_USERS_FROM_ROOMROLES
           
static IExtensionPoint RoomExtensionPoint.ON_SET_OWNER_OF_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_CREATE_ROOMPART
           
static IExtensionPoint RoomExtensionPoint.ON_DELETE_ROOMPART
           
static IExtensionPoint RoomExtensionPoint.ON_ADD_ROOMPART_TO_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_REMOVE_ROOMPART_FROM_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_CHANGE_PARAMETER
           
static IExtensionPoint RoomExtensionPoint.ON_LOCK_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_UNLOCK_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_HIDE_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_UNHIDE_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_SET_OWNERFULLACCESS_IN_ROOM
           
static IExtensionPoint RoomExtensionPoint.ON_REMOVE_OWNERFULLACCESS_IN_ROOM
           
 

Methods in com.sap.ip.collaboration.room.api that return IExtensionPoint
 IExtensionPoint[] IRooms.getExtensionPoints()
          Get a list of all available room extension points
 

Uses of IExtensionPoint in com.sap.netweaver.coll.shared.api.extension
 

Methods in com.sap.netweaver.coll.shared.api.extension that return IExtensionPoint
 IExtensionPoint[] IExtensionBuilderFactory.getExtensionPoints()
          List all extension points.
 IExtensionPoint[] IExtension.getExtensionPoints()
          List the extension points the extension wants to handle.
 

Methods in com.sap.netweaver.coll.shared.api.extension with parameters of type IExtensionPoint
 IParameterInfo[] IExtension.getInputParameterInfos(IExtensionPoint point)
          List infos for all input parameters the extension needs to process an extension point.
 IParameterInfo[] IExtension.getOutputParameterInfos(IExtensionPoint point)
          List infos for all output parameters the extension delivers after processing an extension point.
 void IExtension.validate(IExtensionPoint extension, IExtensionContext context)
          Method called by the extension processor to validate that the extension can be processed.
 IExtensionResult IExtension.process(IExtensionPoint extension, IExtensionContext context)
          Method called by the extension processor when an extension point is reached and the extension needs to be processed.
 void IExtension.rollback(IExtensionPoint extension, IExtensionContext context)
          Method called by the extension processor when an error occured.
 void IExtension.commit(IExtensionPoint extension, IExtensionContext context)
          Method called by the extension processor when no error occured and all changings are finalized.
 



Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. 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.