Uses of Interface
com.sap.workspaces.workspace.IIdentifier

Packages that use IIdentifier
com.sap.workspaces.directory Provides access to the functionality of workspace directory 
com.sap.workspaces.module Represents the runtime context of module instance and provides helper for getting the context. 
com.sap.workspaces.workspace Provides access to the workspace instances, pages, modules and members 
 

Uses of IIdentifier in com.sap.workspaces.directory
 

Fields in com.sap.workspaces.directory declared as IIdentifier
protected  IIdentifier WorkspaceInfo.identifier
           
 

Methods in com.sap.workspaces.directory that return IIdentifier
 IIdentifier WorkspaceInfo.getIdentifier()
          Returns the workspace identifier
 

Uses of IIdentifier in com.sap.workspaces.module
 

Methods in com.sap.workspaces.module that return IIdentifier
 IIdentifier IModuleID.getWorkspaceID()
          Returns the workspace ID
 

Methods in com.sap.workspaces.module with parameters of type IIdentifier
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
 

Uses of IIdentifier in com.sap.workspaces.workspace
 

Methods in com.sap.workspaces.workspace that return IIdentifier
 IIdentifier IWorkspaceFactory.createShared(com.sap.security.api.IUser user, WorkspaceProperties workspaceProperties)
          Creates a shared workspace and assigns ownership to the specified user
 IIdentifier TemplateInfo.getIdentifier()
          Returns the template identifier
 IIdentifier IWorkspace.getIdentifier()
          Returns the workspace identifier
 IIdentifier IWorkspaceFactory.getIdentifier(String fullPcdID)
          Returns the identifier of a workspace specified by its full PCD ID
 IIdentifier IWorkspaceFactory.getPersonalIdentifier(com.sap.security.api.IUser user)
          Returns the identifier of the specified user's personal workspace
 IIdentifier IWorkspaceFactory.getSharedIdentifier(String ID)
          Returns the identifier of a shared workspace specified by its ID
 

Methods in com.sap.workspaces.workspace with parameters of type IIdentifier
 void IWorkspaceFactory.deleteWorkspace(com.sap.security.api.IUser user, IIdentifier identifier)
          Deletes the specified workspace
 IWorkspace IWorkspaceFactory.getWorkspace(com.sap.security.api.IUser user, IIdentifier identifier)
          Returns workspace specified by its identifier
 void TemplateInfo.setIdentifier(IIdentifier identifier)
          Defines the template identifier
 



Copyright 2010 SAP AG Complete Copyright Notice