|
Enterprise Workspaces 1.1 | |||||||||
| 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 of navigation targets of all enterprise workspaces screens
| Field Summary | |
|---|---|
static TargetKey |
CREATE_PERSONAL_WORKSPACE
Create personal workspace |
static TargetKey |
CREATE_SHARED_WORKSPACE
Create shared workspace |
static TargetKey |
JOIN_REQUEST_PENDING
Workspace placeholder when user tried to access a restricted workspace while his membership request is still pending |
static TargetKey |
LINK_CONTENT_UNAVAILABLE
The system is in write-protect mode; indicates that a warning message is displayed in place of an original UI |
static TargetKey |
MISSING_WORKSPACE_OWNER
Workspace placeholder when user tried to access a workspace with no owner or manager |
static TargetKey |
MODULE_CONTENT_UNAVAILABLE
Module placeholder when external content of the module is not available |
static TargetKey |
MODULE_CREATION_FAILED
Module placeholder when the module could not be created |
static TargetKey |
MODULE_DELETED
Module placeholder when the module has been deleted |
static TargetKey |
MODULE_IT_MODE
Module placeholder in maintenance mode |
static TargetKey |
MODULE_NOT_CONFIGURED
Module placeholder when the module has not been configured |
static TargetKey |
MODULE_PLACEHOLDER
Module placeholder in workspace template or during maintenance |
static TargetKey |
MODULE_TEMPLATE_DELETED
Module placeholder when the module template has been deleted |
static TargetKey |
MODULE_TEMPLATE_EXPIRED
Module placeholder when the module template has expired |
static TargetKey |
MODULE_WITH_CUSTOM_PERMISSIONS_IN_PLACEHOLDER
Placeholder of a module template added to a workspace template; indicates that the module template has custom permissions, which can prevent certain users from accessing the module |
static TargetKey |
ONLY_PORTAL_CONTENT_ADMIN
Workspace placeholder when user is not a member of the portal content admin role |
static TargetKey |
ORIGIN_IVIEW_DELETED
Module placeholder when the module references a deleted iView |
static TargetKey |
PAGE_DOES_NOT_EXIST
Workspace placeholder when user tried to access a page that either has been deleted or never existed |
static TargetKey |
RESTRICTED_URL_MANAGER
Module placeholder when URL module is configured with a restricted URL, and user is a workspace manager |
static TargetKey |
RESTRICTED_URL_MEMBER
Module placeholder when URL module is configured with a restricted URL, and user is a workspace member |
static TargetKey |
WORKSPACE_APPROVAL_PENDING
Workspace placeholder when user tried to access a workspace that has not been approved yet |
static TargetKey |
WORKSPACE_CLOSED
Workspace placeholder when user tried to access a closed workspace |
static TargetKey |
WORKSPACE_DIRECTORY
Workspace directory |
static TargetKey |
WORKSPACE_DOES_NOT_EXIST
Workspace placeholder when user tried to access a workspace that either has been deleted, never existed or is private |
static TargetKey |
WORKSPACE_EXPLORER
Workspace explorer |
static TargetKey |
WORKSPACE_MAINTENANCE_MODE
Workspace placeholder when user tried to access a workspace in maintenance mode |
static TargetKey |
WORKSPACE_RESTRICTED
Workspace placeholder when user tried to access a restricted workspace |
static TargetKey |
WORKSPACE_SETTINGS
Workspace settings |
static TargetKey |
WRITE_PROTECT
Placeholder indicating that the portal is in write-protect mode |
| 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_NOT_CONFIGURED
public static final TargetKey MODULE_TEMPLATE_EXPIRED
public static final TargetKey MODULE_CREATION_FAILED
public static final TargetKey MODULE_PLACEHOLDER
public static final TargetKey MODULE_IT_MODE
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 WORKSPACE_APPROVAL_PENDING
public static final TargetKey JOIN_REQUEST_PENDING
public static final TargetKey ONLY_PORTAL_CONTENT_ADMIN
public static final TargetKey MISSING_WORKSPACE_OWNER
public static final TargetKey WORKSPACE_EXPLORER
public static final TargetKey ORIGIN_IVIEW_DELETED
public static final TargetKey WORKSPACE_MAINTENANCE_MODE
public static final TargetKey MODULE_CONTENT_UNAVAILABLE
public static final TargetKey WRITE_PROTECT
public static final TargetKey LINK_CONTENT_UNAVAILABLE
public static final TargetKey RESTRICTED_URL_MANAGER
public static final TargetKey RESTRICTED_URL_MEMBER
| 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.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||