Uses of Interface
com.sap.workspaces.module.IModuleContext

Packages that use IModuleContext
com.sap.workspaces.module Represents the runtime context of module instance and provides helper for getting the context. 
com.sap.workspaces.module.extension Enables you to implement callback methods for responding to the module lifecycle events. 
com.sap.workspaces.module.settings Provides access to the runtime settings of module instance's properties. 
com.sap.workspaces.module.storage Enables storage of the module instance's runtime content. 
 

Uses of IModuleContext in com.sap.workspaces.module
 

Methods in com.sap.workspaces.module that return IModuleContext
static IModuleContext ModuleHelper.getModuleContext(IIdentifier workspaceID, String moduleInstanceID, com.sap.security.api.IUser user)
          Returns the module context specified by the workspace ID, a module instance ID and a user
 IModuleContext IModuleContextFactory.getModuleContext(IIdentifier workspaceID, String moduleInstanceID, com.sap.security.api.IUser user)
          Returns the context of a module specified by the workspace ID, module instance ID and user
static IModuleContext ModuleHelper.getModuleContext(com.sapportals.portal.prt.component.IPortalComponentRequest request)
          Returns the module context specified by the current request
 IModuleContext IModuleContextFactory.getModuleContext(com.sapportals.portal.prt.component.IPortalComponentRequest request)
          Returns the context of a module specified by the current request
static IModuleContext ModuleHelper.getModuleContext(String moduleInstancePcdUrl, com.sap.security.api.IUser user)
          Returns the module context specified by the workspace ID, a module instance ID and a user
 IModuleContext IModuleContextFactory.getModuleContext(String moduleInstancePcdUrl, com.sap.security.api.IUser user)
          Returns the context of a module specified by the moduleInstancePcdUrl and user
 

Uses of IModuleContext in com.sap.workspaces.module.extension
 

Methods in com.sap.workspaces.module.extension with parameters of type IModuleContext
 IModuleTransport.IExportEntry[] IModuleTransport.getExportEntries(IModuleContext context)
          Implementing modules should return an array of callback entries to export.
 void IModuleTransport.importEntries(IModuleContext context, IModuleTransport.IImportEntry[] importEntries)
          A callback invoked after a workspace in imported.
 void IPrincipalLifecycle.onAddPrincipal(PrincipalInfo principalInfo, IModuleContext moduleContext)
          Called when a principal is added to the workspace
 void IModuleLifecycle.onChangeSettings(IModuleContext moduleContext, ChangedSetting[] changedSettings)
          A callback invoked when one or more settings of a module instance are modified.
 void IModuleLifecycle.onCreate(IModuleContext context)
          A callback invoked when a module instance is created and added to a workspace.
 void IModuleLifecycle.onDelete(IModuleContext context)
          A callback invoked when a module instance is removed from workspace.
 void IPrincipalLifecycle.onRemovePrincipal(PrincipalInfo principalInfo, IModuleContext moduleContext)
          Called when a principal is removed from the workspace
 

Uses of IModuleContext in com.sap.workspaces.module.settings
 

Methods in com.sap.workspaces.module.settings that return IModuleContext
 IModuleContext IModuleSettings.getModuleContext()
          Returns the module context
 

Methods in com.sap.workspaces.module.settings with parameters of type IModuleContext
 IModuleSettings IModuleSettingsFactory.getModuleSettings(IModuleContext moduleContext)
          Returns the module settings for the specified module context
 

Uses of IModuleContext in com.sap.workspaces.module.storage
 

Methods in com.sap.workspaces.module.storage with parameters of type IModuleContext
 void IModuleStorageFactory.deleteStorage(IModuleContext context)
          Destroys the module storage
 IModuleStorage IModuleStorageFactory.getStorage(IModuleContext context)
          Returns the module storage; if the storage does not exist, creates it
 boolean IModuleStorageFactory.hasStorage(IModuleContext context)
          Determines whether the module instance has storage
 



Copyright 2010 SAP AG Complete Copyright Notice