Class AddPermission


  • public class AddPermission
    extends Object
    Operation that adds a permission to a given ACL for a given user.
    Since:
    5.7.3
    • Field Detail

      • ALLOW_VIRTUAL_USER

        public static final String ALLOW_VIRTUAL_USER
        Configuration property name, which defines whether virtual user (non-existent user) is allowed in Nuxeo automation. If allowed, Nuxeo server will not check the user existence during automation execution. Set this property to true if you use Nuxeo computed user or computed group.
        Since:
        9.1
        See Also:
        Constant Field Values
      • email

        protected String email
        Since:
        8.1
      • permission

        protected String permission
      • aclName

        protected String aclName
      • blockInheritance

        protected boolean blockInheritance
      • notify

        protected boolean notify
      • comment

        protected String comment
    • Constructor Detail

      • AddPermission

        public AddPermission()