| Package | Description |
|---|---|
| com.sap.netweaver.coll.shared.api.extension |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExtensionResult
Interface describing a result of an extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IExtensionContext.addContext(IExtensionContext value)
Add all parameters of a context to this context.
|
void |
IExtension.commit(IExtensionPoint extension,
IExtensionContext context)
Method called by the extension processor when no error occurred and all changing are
finalised.
|
IValueSet |
IParameterInfo.getValueSet(IExtensionContext context)
Get the value set.
|
IValueSet |
IValueSetProvider.getValueSet(IParameterInfo parameter,
IExtensionContext context)
Get the value set of a parameter.
|
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 occurred.
|
void |
IExtension.validate(IExtensionPoint extension,
IExtensionContext context)
Method called by the extension processor to validate that the extension can be
processed.
|
Copyright 2021 SAP SE Complete Copyright Notice