|
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.directory.Role
public final class Role
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 |
|---|
public static final Role WORKSPACES_CONTENT_ADMIN
public static final Role WORKSPACES_SYSTEM_ADMIN
public static final Role WORKSPACES_SHARED_CREATION
public static final Role WORKSPACES_PERSONAL_OWNER
public static final Role WORKSPACES_ACCESS
| Constructor Detail |
|---|
protected Role(String str)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||