public interface Permissions
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnonymouslyReadable()
Check if the document is readable by an anonymous user.
|
boolean |
isCommentable()
Check if the document is commentable by the current user.
|
boolean |
isDeletable()
Check if the document can be deleted by the current user.
|
boolean |
isEditable()
Check if the document is editable by the current user.
|
boolean |
isManageable()
Check if the document is manageable by the current user.
|
boolean isEditable()
boolean isManageable()
boolean isDeletable()
boolean isCommentable()
boolean isAnonymouslyReadable()
Copyright © 2021. All rights reserved.