|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPage
Provides information about a workspace page
| Method Summary | |
|---|---|
void |
addModule(com.sap.security.api.IUser user,
String contentProviderID,
String contentID)
Adds a workspace module or an external content item as a module to the page |
String |
getID()
Returns the page ID |
IModuleID[] |
getModuleIdentifiers()
Returns an array of module IDs of all modules in the page |
String[] |
getModuleIDs()
Deprecated. use getModuleIdentifiers() instead.
Returns an array of IDs of all modules in the page |
String |
getName()
Returns the page name |
INavigationTarget |
getNavigationTarget()
Returns the page navigation target |
boolean |
rename(com.sap.security.api.IUser user,
String newName)
Renames the page |
| Method Detail |
|---|
String getID()
String getName()
boolean rename(com.sap.security.api.IUser user,
String newName)
throws WorkspacesRuntimeException
user - the current usernewName - the page's new name
WorkspacesRuntimeExceptionINavigationTarget getNavigationTarget()
String[] getModuleIDs()
throws WorkspacesRuntimeException
getModuleIdentifiers() instead.
Returns an array of IDs of all modules in the page
WorkspacesRuntimeException
IModuleID[] getModuleIdentifiers()
throws WorkspacesRuntimeException
WorkspacesRuntimeException
void addModule(com.sap.security.api.IUser user,
String contentProviderID,
String contentID)
throws WorkspacesRuntimeException
user - the current usercontentProviderID - the ID of either a custom or SAP content providercontentID - the ID of the module or content item
WorkspacesRuntimeException
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||