|
Enterprise Workspaces 1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Interfaces | |
|---|---|
| com.sap.workspaces.module.extension.IModuleLifecycle
use AbstractModuleLifecycle instead |
|
| com.sap.workspaces.module.extension.IModuleTransport
use AbstractModuleTransport instead |
|
| com.sap.workspaces.module.extension.IModuleTransport.IExportEntry
Implement the callback methods for exporting of the module's external resources. An entry in the transport package (zip file) is a file that contains one or more external resources of the module. A module should save its entries to the output stream. |
|
| com.sap.workspaces.module.extension.IModuleTransport.IImportEntry
Implement the callback methods for importing of the module's external resources. An entry represents a file in the transport zip file that was exported by this module. Modules should read the entries from the input stream and import their external resources. |
|
| com.sap.workspaces.module.extension.IPrincipalLifecycle
use AbstractPrincipalLifecycle instead |
|
|
Enterprise Workspaces 1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||