|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Methods in com.sap.ip.collaboration.room.api that return IExtensionPoint | |
|---|---|
IExtensionPoint[] |
IRooms.getExtensionPoints()
Get a list of all available room extension points |
static IExtensionPoint[] |
RoomExtensionPoint.getRoomExtensionPoints()
|
| 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 | |
|---|---|
void |
IExtension.commit(IExtensionPoint extension,
IExtensionContext context)
Method called by the extension processor when no error occured and all changings are finalized. |
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. |
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.validate(IExtensionPoint extension,
IExtensionContext context)
Method called by the extension processor to validate that the extension can be processed. |
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||