Package org.nuxeo.client.objects.acl
Class ACP
- java.lang.Object
-
- org.nuxeo.client.objects.Entity
-
- org.nuxeo.client.objects.acl.ACP
-
- All Implemented Interfaces:
java.io.Serializable
public class ACP extends Entity
- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ACL>acls-
Fields inherited from class org.nuxeo.client.objects.Entity
entityType
-
-
Constructor Summary
Constructors Constructor Description ACP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ACL>getAcls()voidsetAcls(java.util.List<ACL> acls)-
Methods inherited from class org.nuxeo.client.objects.Entity
getEntityType
-
-