Class ACLRow

java.lang.Object
org.nuxeo.ecm.core.storage.sql.ACLRow
All Implemented Interfaces:
Serializable

public class ACLRow extends Object implements Serializable
A simple value holding one row of the ACLs table.
Author:
Florent Guillaume
See Also:
  • Field Details

    • pos

      public final int pos
    • name

      public final String name
    • grant

      public final boolean grant
    • permission

      public final String permission
    • user

      public final String user
    • group

      public final String group
    • begin

      public final Calendar begin
      Since:
      7.4
    • end

      public final Calendar end
      Since:
      7.4
    • creator

      public final String creator
      Since:
      7.4
    • status

      public final Long status
      Status of the ACL row: null, 0, 1 or 2.
      Since:
      7.4.
      See Also:
  • Constructor Details

  • Method Details