com.sap.workspaces

Class TargetKey

java.lang.Object
  extended by com.sap.workspaces.TargetKey

public class TargetKey
extends Object

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

CREATE_SHARED_WORKSPACE

public static final TargetKey CREATE_SHARED_WORKSPACE
Create shared workspace


CREATE_PERSONAL_WORKSPACE

public static final TargetKey CREATE_PERSONAL_WORKSPACE
Create personal workspace


WORKSPACE_SETTINGS

public static final TargetKey WORKSPACE_SETTINGS
Workspace settings


WORKSPACE_DIRECTORY

public static final TargetKey WORKSPACE_DIRECTORY
Workspace directory


MODULE_TEMPLATE_DELETED

public static final TargetKey MODULE_TEMPLATE_DELETED
Module placeholder when the module template has been deleted


MODULE_DELETED

public static final TargetKey MODULE_DELETED
Module placeholder when the module has been deleted


MODULE_NOT_CONFIGURED

public static final TargetKey MODULE_NOT_CONFIGURED
Module placeholder when the module has not been configured


MODULE_TEMPLATE_EXPIRED

public static final TargetKey MODULE_TEMPLATE_EXPIRED
Module placeholder when the module template has expired


MODULE_CREATION_FAILED

public static final TargetKey MODULE_CREATION_FAILED
Module placeholder when the module could not be created


MODULE_PLACEHOLDER

public static final TargetKey MODULE_PLACEHOLDER
Module placeholder in workspace template or during maintenance


MODULE_IT_MODE

public static final TargetKey MODULE_IT_MODE
Module placeholder in maintenance mode


MODULE_WITH_CUSTOM_PERMISSIONS_IN_PLACEHOLDER

public static final 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


WORKSPACE_DOES_NOT_EXIST

public static final TargetKey WORKSPACE_DOES_NOT_EXIST
Workspace placeholder when user tried to access a workspace that either has been deleted, never existed or is private


PAGE_DOES_NOT_EXIST

public static final TargetKey PAGE_DOES_NOT_EXIST
Workspace placeholder when user tried to access a page that either has been deleted or never existed


WORKSPACE_CLOSED

public static final TargetKey WORKSPACE_CLOSED
Workspace placeholder when user tried to access a closed workspace


WORKSPACE_RESTRICTED

public static final TargetKey WORKSPACE_RESTRICTED
Workspace placeholder when user tried to access a restricted workspace


WORKSPACE_APPROVAL_PENDING

public static final TargetKey WORKSPACE_APPROVAL_PENDING
Workspace placeholder when user tried to access a workspace that has not been approved yet


JOIN_REQUEST_PENDING

public static final TargetKey JOIN_REQUEST_PENDING
Workspace placeholder when user tried to access a restricted workspace while his membership request is still pending


ONLY_PORTAL_CONTENT_ADMIN

public static final TargetKey ONLY_PORTAL_CONTENT_ADMIN
Workspace placeholder when user is not a member of the portal content admin role


MISSING_WORKSPACE_OWNER

public static final TargetKey MISSING_WORKSPACE_OWNER
Workspace placeholder when user tried to access a workspace with no owner or manager


WORKSPACE_EXPLORER

public static final TargetKey WORKSPACE_EXPLORER
Workspace explorer


ORIGIN_IVIEW_DELETED

public static final TargetKey ORIGIN_IVIEW_DELETED
Module placeholder when the module references a deleted iView


WORKSPACE_MAINTENANCE_MODE

public static final TargetKey WORKSPACE_MAINTENANCE_MODE
Workspace placeholder when user tried to access a workspace in maintenance mode


MODULE_CONTENT_UNAVAILABLE

public static final TargetKey MODULE_CONTENT_UNAVAILABLE
Module placeholder when external content of the module is not available


WRITE_PROTECT

public static final TargetKey WRITE_PROTECT
Placeholder indicating that the portal is in write-protect mode


LINK_CONTENT_UNAVAILABLE

public static final TargetKey LINK_CONTENT_UNAVAILABLE
The system is in write-protect mode; indicates that a warning message is displayed in place of an original UI


RESTRICTED_URL_MANAGER

public static final TargetKey RESTRICTED_URL_MANAGER
Module placeholder when URL module is configured with a restricted URL, and user is a workspace manager


RESTRICTED_URL_MEMBER

public static final TargetKey RESTRICTED_URL_MEMBER
Module placeholder when URL module is configured with a restricted URL, and user is a workspace member

Constructor Detail

TargetKey

protected TargetKey(String key)
Constructs a new TargetKey

Parameters:
key - string value (which can be later retrieved by the toString() method).
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright 2011 SAP AG Complete Copyright Notice