com.sap.workspaces.directory

Class Role

java.lang.Object
  extended by com.sap.workspaces.directory.Role

public final class Role
extends Object

Enumeration of the portal user roles in enterprise workspaces


Field Summary
static Role WORKSPACES_ACCESS
          Users in this role can access workspaces
static Role WORKSPACES_CONTENT_ADMIN
          Users in this role can perform workspace content administration tasks
static Role WORKSPACES_PERSONAL_OWNER
          Users in this role can create personal workspaces
static Role WORKSPACES_SHARED_CREATION
          Users in this role can create shared workspaces
static Role WORKSPACES_SYSTEM_ADMIN
          Users in this role can perform workspace system administration tasks
 
Constructor Summary
protected Role(String str)
           
 
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

WORKSPACES_CONTENT_ADMIN

public static final Role WORKSPACES_CONTENT_ADMIN
Users in this role can perform workspace content administration tasks


WORKSPACES_SYSTEM_ADMIN

public static final Role WORKSPACES_SYSTEM_ADMIN
Users in this role can perform workspace system administration tasks


WORKSPACES_SHARED_CREATION

public static final Role WORKSPACES_SHARED_CREATION
Users in this role can create shared workspaces


WORKSPACES_PERSONAL_OWNER

public static final Role WORKSPACES_PERSONAL_OWNER
Users in this role can create personal workspaces


WORKSPACES_ACCESS

public static final Role WORKSPACES_ACCESS
Users in this role can access workspaces

Constructor Detail

Role

protected Role(String str)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright 2011 SAP AG Complete Copyright Notice