Package org.nuxeo.ecm.core.storage.sql
Class ACLRow
java.lang.Object
org.nuxeo.ecm.core.storage.sql.ACLRow
- All Implemented Interfaces:
Serializable
A simple value holding one row of the ACLs table.
- Author:
- Florent Guillaume
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Comparator ofACLRow
s according to their pos field. -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
pos
public final int pos -
name
-
grant
public final boolean grant -
permission
-
user
-
group
-
begin
- Since:
- 7.4
-
end
- Since:
- 7.4
-
creator
- Since:
- 7.4
-
status
Status of the ACL row: null, 0, 1 or 2.- Since:
- 7.4.
- See Also:
-
-
Constructor Details
-
Method Details