Class EditRights

  • All Implemented Interfaces:
    java.io.Serializable

    public class EditRights
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Detail

      • allRights

        public static EditRights allRights()
      • create

        public static EditRights create​(boolean create,
                                        boolean modify,
                                        boolean rename,
                                        boolean delete)
      • canCreate

        public boolean canCreate()
      • canModify

        public boolean canModify()
      • canRename

        public boolean canRename()
      • canDelete

        public boolean canDelete()
      • allowCreate

        public EditRights allowCreate()
        Returns new rights, does not modify.
      • allowModify

        public EditRights allowModify()
        Returns new rights, does not modify.
      • allowRename

        public EditRights allowRename()
        Returns new rights, does not modify.
      • allowDelete

        public EditRights allowDelete()
        Returns new rights, does not modify.