public static class UISharedForm.Permission extends Object
| Constructor and Description |
|---|
Permission(PermissionOwner owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
allowEditPermission() |
static Set<UISharedForm.Permission> |
allowEditToGroupOfPermissions(Set<UISharedForm.Permission> permissions)
add edit permissions to a group of permissions
|
boolean |
equals(Object o) |
String |
getId() |
PermissionOwner |
getOwner() |
boolean |
hasEditPermission() |
int |
hashCode() |
static Set<UISharedForm.Permission> |
valueOf(String[] permissions)
convert from an array string of permission statements to
a set of permission
|
public Permission(PermissionOwner owner)
public boolean hasEditPermission()
public void allowEditPermission()
public PermissionOwner getOwner()
public String getId()
public static Set<UISharedForm.Permission> valueOf(String[] permissions)
permissions - public static Set<UISharedForm.Permission> allowEditToGroupOfPermissions(Set<UISharedForm.Permission> permissions)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.