|
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.workspace.PermissionPolicy
public final class PermissionPolicy
Enumeration of the permission policies that can be applied to a workspace
| Field Summary | |
|---|---|
static PermissionPolicy |
PRIVATE
Private workspace: available to a limited group of users, other users cannot request to join; new members are explicitly added by workspace owner or managers |
static PermissionPolicy |
PUBLIC
Public workspace: available to everybody |
static PermissionPolicy |
RESTRICTED
Restricted workspace: available to a limited group of users, other users can request to join |
| Constructor Summary | |
|---|---|
protected |
PermissionPolicy(String value)
Constructs a new PermissionPolicy type |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
static PermissionPolicy |
valueOf(String value)
Returns the permission policy specified by a string value |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PermissionPolicy PUBLIC
public static final PermissionPolicy PRIVATE
public static final PermissionPolicy RESTRICTED
| Constructor Detail |
|---|
protected PermissionPolicy(String value)
PermissionPolicy type
value - 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 Objectpublic static PermissionPolicy valueOf(String value)
value - string value of permission policy
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||