|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.TargetKey
public class TargetKey
Enumeration to hold all supported navigation targets
| Field Summary | |
|---|---|
static TargetKey |
CREATE_PERSONAL_WORKSPACE
The personal WS creation view |
static TargetKey |
CREATE_SHARED_WORKSPACE
The shared WS creation view |
static TargetKey |
MODULE_CREATION_FAILED
The workspace page loaded a deleted module |
static TargetKey |
MODULE_DELETED
The workspace page loaded a deleted module |
static TargetKey |
MODULE_PLACEHOLDER
Template module display iView |
static TargetKey |
MODULE_TEMPLATE_DELETED
The workspace page loaded a module that it template was deleted |
static TargetKey |
MODULE_WITH_CUSTOM_PERMISSIONS_IN_PLACEHOLDER
Template module display iView |
static TargetKey |
ONLY_PORTAL_CONTENT_ADMIN
The user with no portal content admin role is not allowed |
static TargetKey |
PAGE_DOES_NOT_EXIST
The user tried to access a page that either was deleted or never existed |
static TargetKey |
WORKSPACE_CLOSED
The user tried to access a closed workspace |
static TargetKey |
WORKSPACE_DIRECTORY
The workspace directory view |
static TargetKey |
WORKSPACE_DOES_NOT_EXIST
The user tried to access a workspace that either was deleted, never existed or is private |
static TargetKey |
WORKSPACE_RESTRICTED
The user tried to access a restricted workspace |
static TargetKey |
WORKSPACE_SETTINGS
The shared WS settings view |
| Constructor Summary | |
|---|---|
protected |
TargetKey(String key)
Constructs a new TargetKey |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TargetKey CREATE_SHARED_WORKSPACE
public static final TargetKey CREATE_PERSONAL_WORKSPACE
public static final TargetKey WORKSPACE_SETTINGS
public static final TargetKey WORKSPACE_DIRECTORY
public static final TargetKey MODULE_TEMPLATE_DELETED
public static final TargetKey MODULE_DELETED
public static final TargetKey MODULE_CREATION_FAILED
public static final TargetKey MODULE_PLACEHOLDER
public static final TargetKey MODULE_WITH_CUSTOM_PERMISSIONS_IN_PLACEHOLDER
public static final TargetKey WORKSPACE_DOES_NOT_EXIST
public static final TargetKey PAGE_DOES_NOT_EXIST
public static final TargetKey WORKSPACE_CLOSED
public static final TargetKey WORKSPACE_RESTRICTED
public static final TargetKey ONLY_PORTAL_CONTENT_ADMIN
| Constructor Detail |
|---|
protected TargetKey(String key)
TargetKey
key - string value (which can be later retrieved by the toString() method).| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||