|
Enterprise Workspaces 1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkspacesRuntimeException | |
|---|---|
| com.sap.workspaces | Serves as an entry point to the Enterprise Workspaces API |
| 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.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.workspace | Provides access to the workspace instances, pages, modules and members |
| Uses of WorkspacesRuntimeException in com.sap.workspaces |
|---|
| Methods in com.sap.workspaces that throw WorkspacesRuntimeException | |
|---|---|
IWorkspacesService |
IWorkspacesRuntime.getService(Class interfaceClass)
Gets an Enterprise Spaces service for a given interface. |
| Uses of WorkspacesRuntimeException in com.sap.workspaces.directory |
|---|
| Methods in com.sap.workspaces.directory that throw WorkspacesRuntimeException | |
|---|---|
ISearchResults |
IWorkspaceDirectory.getWorkspacesInfo(com.sap.security.api.IUser user,
WorkspaceRole workspaceRole,
SortBy sortBy,
int startFrom,
int maxResults)
Returns workspace metadata for the specified user and workspace role is a sorted array |
Map |
IWorkspaceDirectory.getWorkspacesInfo(List IDs)
Returns workspace metadata for the specified IDs of shared workspaces. |
boolean |
IWorkspaceDirectory.isUserInRole(com.sap.security.api.IUser user,
Role role)
Checks whether the specified user is in the specified role, such as workspace content administrator. |
ISearchResults |
IWorkspaceDirectory.search(SearchControl searchControl)
Search for workspaces according to the specified parameters. |
| Uses of WorkspacesRuntimeException in com.sap.workspaces.module |
|---|
| Methods in com.sap.workspaces.module that throw WorkspacesRuntimeException | |
|---|---|
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 WorkspacesRuntimeException in com.sap.workspaces.module.extension |
|---|
| Subclasses of WorkspacesRuntimeException in com.sap.workspaces.module.extension | |
|---|---|
class |
ModuleLifecycleException
An exception that is thrown when a module lifecycle event fails. |
| Uses of WorkspacesRuntimeException in com.sap.workspaces.module.settings |
|---|
| Methods in com.sap.workspaces.module.settings that throw WorkspacesRuntimeException | |
|---|---|
IModuleSettings |
IModuleSettingsFactory.getModuleSettings(IModuleContext moduleContext)
Returns the module settings for the specified module context |
void |
IModuleSettingsFactory.saveModuleSettings(IModuleSettings moduleSettings)
Saves the specified module settings |
| Uses of WorkspacesRuntimeException in com.sap.workspaces.workspace |
|---|
| Subclasses of WorkspacesRuntimeException in com.sap.workspaces.workspace | |
|---|---|
class |
MemberListException
Enumeration of the member list runtime exceptions |
| Methods in com.sap.workspaces.workspace that throw WorkspacesRuntimeException | |
|---|---|
void |
IWorkspaceFactory.createPersonal(com.sap.security.api.IUser user,
Locale locale)
Creates a personal workspace for the specified user |
IIdentifier |
IWorkspaceFactory.createShared(com.sap.security.api.IUser user,
WorkspaceProperties workspaceProperties)
Creates a shared workspace and assigns ownership to the specified user |
void |
IWorkspaceFactory.deleteWorkspace(com.sap.security.api.IUser user,
IIdentifier identifier)
Deletes the specified workspace |
String[] |
IPage.getModuleIDs()
Returns an array of IDs of all modules in the page |
IPage |
IWorkspace.getPage(String ID)
Returns a workspace page with the specified ID |
IPage[] |
IWorkspace.getPages()
Returns an array of the workspace pages |
IWorkspace |
IWorkspaceFactory.getWorkspace(com.sap.security.api.IUser user,
IIdentifier identifier)
Returns workspace specified by its identifier |
void |
IWorkspace.setStatus(com.sap.security.api.IUser user,
Status newStatus,
String reason)
Defines the workspace status |
void |
IWorkspace.update(WorkspaceProperties workspaceProperties,
com.sap.security.api.IUser user)
Updates the workspace properties |
|
Enterprise Workspaces 1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||