java.lang.Object
com.onlyoffice.model.documenteditor.config.document.Permissions

public class Permissions extends Object
Defines the permission for the document to be edited and downloaded or not.
  • 构造器详细资料

    • Permissions

      public Permissions()
  • 方法详细资料

    • getChat

      public Boolean getChat()
    • setChat

      public void setChat(Boolean chat)
    • getComment

      public Boolean getComment()
    • setComment

      public void setComment(Boolean comment)
    • getCommentGroups

      public CommentGroups getCommentGroups()
    • setCommentGroups

      public void setCommentGroups(CommentGroups commentGroups)
    • getCopy

      public Boolean getCopy()
    • setCopy

      public void setCopy(Boolean copy)
    • getDeleteCommentAuthorOnly

      public Boolean getDeleteCommentAuthorOnly()
    • setDeleteCommentAuthorOnly

      public void setDeleteCommentAuthorOnly(Boolean deleteCommentAuthorOnly)
    • getDownload

      public Boolean getDownload()
    • setDownload

      public void setDownload(Boolean download)
    • getEdit

      public Boolean getEdit()
    • setEdit

      public void setEdit(Boolean edit)
    • getEditCommentAuthorOnly

      public Boolean getEditCommentAuthorOnly()
    • setEditCommentAuthorOnly

      public void setEditCommentAuthorOnly(Boolean editCommentAuthorOnly)
    • getFillForms

      public Boolean getFillForms()
    • setFillForms

      public void setFillForms(Boolean fillForms)
    • getModifyContentControl

      public Boolean getModifyContentControl()
    • setModifyContentControl

      public void setModifyContentControl(Boolean modifyContentControl)
    • getModifyFilter

      public Boolean getModifyFilter()
    • setModifyFilter

      public void setModifyFilter(Boolean modifyFilter)
    • getPrint

      public Boolean getPrint()
    • setPrint

      public void setPrint(Boolean print)
    • getProtect

      public Boolean getProtect()
    • setProtect

      public void setProtect(Boolean protect)
    • getRename

      public Boolean getRename()
    • setRename

      public void setRename(Boolean rename)
    • getReview

      public Boolean getReview()
    • setReview

      public void setReview(Boolean review)
    • getReviewGroups

      public List<String> getReviewGroups()
    • setReviewGroups

      public void setReviewGroups(List<String> reviewGroups)
    • getUserInfoGroups

      public List<String> getUserInfoGroups()
    • setUserInfoGroups

      public void setUserInfoGroups(List<String> userInfoGroups)