| Package | Description |
|---|---|
| com.google.gdata.data.acl | |
| com.google.gdata.data.docs |
| Modifier and Type | Field and Description |
|---|---|
static AdditionalRole |
AdditionalRole.APPENDER
Predefined value 'appender' to indicate that a user has the right to add
to the controlled object.
|
static AdditionalRole |
AdditionalRole.COMMENTER
Predefined value 'commenter' to indicate that a user has the right to
comment on the controlled object.
|
static AdditionalRole |
AdditionalRole.EXECUTER
Predefined value 'executer' to indicate that a user has the right to
execute the controlled object.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdditionalRole> |
AclWithKey.getAdditionalRoles()
Returns the additional roles.
|
List<AdditionalRole> |
AclEntry.getAdditionalRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
AclWithKey.addAdditionalRole(AdditionalRole role)
Adds an additional role.
|
void |
AclEntry.addAdditionalRole(AdditionalRole role) |
| Modifier and Type | Method and Description |
|---|---|
List<AdditionalRole> |
AdditionalRoleSet.getAdditionalRoles()
Returns the additional roles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdditionalRoleSet.addAdditionalRole(AdditionalRole additionalRole)
Adds a new additional role.
|
Copyright © 2012. All Rights Reserved.