Deprecated API


Contents
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 
 

Deprecated Fields
com.sap.workspaces.module.IModuleRuntimeConstants.MODULE_METADATA_EXTENSION_LIFECYCLE
          use Constants.MODULE_NAMESPACE_LIFECYCLE instead 
com.sap.workspaces.module.IModuleRuntimeConstants.MODULE_METADATA_EXTENSION_PREFIX
          use Constants.MODULE_EXTENSION_PREFIX instead 
com.sap.workspaces.module.IModuleRuntimeConstants.MODULE_METADATA_EXTENSION_PRINCIPAL
          use Constants.MODULE_NAMESPACE_PRINCIPAL instead 
com.sap.workspaces.module.IModuleRuntimeConstants.MODULE_METADATA_EXTENSION_SETTINGS
          use Constants.MODULE_NAMESPACE_SETTINGS instead 
com.sap.workspaces.module.IModuleRuntimeConstants.MODULE_METADATA_EXTENSION_TRANSPORT
          use Constants.MODULE_NAMESPACE_TRANSPORT instead 
com.sap.workspaces.directory.WorkspaceInfo.navigationTarget
          use WorkspaceInfo.navigationTargetURL 
 

Deprecated Methods
com.sap.workspaces.content.ContentDescriptor.getCategories()
          As of 1.1 SP02, use ContentDescriptor.getModuleCategories() instead Returns an array of the module categories to which this content item belongs. In case of sub categories they are ignored, only the highest level is categories are returned. 
com.sap.workspaces.directory.SearchFilter.getLocale()
          As of 1.1, no need to use 
com.sap.workspaces.module.ModuleHelper.getModuleContext(IIdentifier, String, IUser)
          Returns the module context specified by the workspace ID, module instance ID and user, in the original locale 
com.sap.workspaces.module.IModuleContextFactory.getModuleContext(IIdentifier, String, IUser)
          Returns the context of a module specified by the workspace, module and user, in the original locale 
com.sap.workspaces.module.ModuleHelper.getModuleContext(String, IUser)
          Returns Returns the context of a module specified by the module’s PCD path and user 
com.sap.workspaces.module.IModuleContextFactory.getModuleContext(String, IUser)
          Returns the context of a module specified by the module’s PCD path and user, in the original locale 
com.sap.workspaces.workspace.IPage.getModuleIDs()
          use IPage.getModuleIdentifiers() instead. Returns an array of IDs of all modules in the page 
com.sap.workspaces.directory.WorkspaceInfo.getNavigationTarget()
          use WorkspaceInfo.getNavigationTargetURL() 
com.sap.workspaces.workspace.IWorkspace.getNavigationTarget()
          use IWorkspace.getNavigationTargetURL() 
com.sap.workspaces.workspace.IRole.getUsers()
          Returns all users in this role - use getUsers(boolean recursive) instead 
com.sap.workspaces.directory.SearchFilter.setLocale(Locale)
          As of 1.1, no need to use 
 



Copyright 2013 SAP AG Complete Copyright Notice