public class Permissions extends BaseObject implements Serializable
Permissions.
Only if all Permissions are satisfied, the owning Object (could be a FieldDef, Action, Datasource, PageReference, OutputType or OutputFormat)is being included.| Modifier and Type | Field and Description |
|---|---|
protected List<Permission> |
permissionList |
| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
getPermissionList()
Gets the value of the permissionList property.
|
protected List<Permission> permissionList
public List<Permission> getPermissionList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the permissionList property.
For example, to add a new item, do as follows:
getPermissionList().add(newItem);
Objects of the following type(s) are allowed in the list
Permission
Copyright © 2011–2022 aiticon GmbH. All rights reserved.