|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWorkspacesRuntime
Enables retrieval of the services and navigation URLs of the enterprise workspaces screens
| Method Summary | ||
|---|---|---|
INavigationTarget |
getNavigationTarget(TargetKey targetKey)
Returns the navigation target for the specified key |
|
|
getService(Class<T> interfaceClass)
Returns an implementation of the specified service interface |
|
|
getServices(Class<T> interfaceClass)
Returns an array of existing implementations of the specified service interface, if the service interface has multiple implementations; similar to getService(Class) |
|
| Method Detail |
|---|
<T extends IWorkspacesService> T getService(Class<T> interfaceClass)
throws WorkspacesRuntimeException
interfaceClass - the interface of the requested service
WorkspacesRuntimeException - if the interface is not implemented
<T extends IWorkspacesService> T[] getServices(Class<T> interfaceClass)
throws WorkspacesRuntimeException
getService(Class)
interfaceClass - the interface of the requested service
WorkspacesRuntimeExceptionINavigationTarget getNavigationTarget(TargetKey targetKey)
targetKey - the key of the requested navigation target
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||