Package org.exoplatform.onlyoffice
Class Config.Document.Permissions
java.lang.Object
org.exoplatform.onlyoffice.Config.Document.Permissions
- Direct Known Subclasses:
Config.Document.EditPermissions,Config.Document.NoPermissions
- Enclosing class:
- Config.Document
The Class Permissions.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPermissions(boolean download, boolean edit, boolean print) Instantiates a new permissions. -
Method Summary
-
Field Details
-
download
protected final boolean downloadThe download. -
edit
protected final boolean editThe edit. -
print
protected final boolean printThe print.
-
-
Constructor Details
-
Permissions
protected Permissions(boolean download, boolean edit, boolean print) Instantiates a new permissions.- Parameters:
download- the downloadedit- the editprint- the print
-
-
Method Details
-
isDownload
public boolean isDownload()Checks if is download.- Returns:
- the download
-
isEdit
public boolean isEdit()Checks if is edits the.- Returns:
- the edit
-
isPrint
public boolean isPrint()Checks if is print the.- Returns:
- the print
-