public class CanOpenOnlyofficeFilter extends FileViewFilter
| Constructor and Description |
|---|
CanOpenOnlyofficeFilter()
Instantiates a new can open onlyoffice filter.
|
CanOpenOnlyofficeFilter(boolean forceNotEditing)
Instantiates a new can open onlyoffice filter.
|
CanOpenOnlyofficeFilter(String messageKey)
Instantiates a new can open onlyoffice filter.
|
CanOpenOnlyofficeFilter(String messageKey,
org.exoplatform.webui.ext.filter.UIExtensionFilterType type)
Instantiates a new can open onlyoffice filter.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(String userId,
javax.jcr.Node node,
org.exoplatform.webui.core.UIContainer container)
Accept.
|
org.exoplatform.webui.ext.filter.UIExtensionFilterType |
getType() |
accept, onDenypublic CanOpenOnlyofficeFilter()
public CanOpenOnlyofficeFilter(boolean forceNotEditing)
forceNotEditing - the force not editingpublic CanOpenOnlyofficeFilter(String messageKey)
messageKey - the message keypublic CanOpenOnlyofficeFilter(String messageKey, org.exoplatform.webui.ext.filter.UIExtensionFilterType type)
messageKey - the message keytype - the typepublic org.exoplatform.webui.ext.filter.UIExtensionFilterType getType()
getType in interface org.exoplatform.webui.ext.filter.UIExtensionFiltergetType in class org.exoplatform.webui.ext.filter.UIExtensionAbstractFilterprotected boolean accept(String userId, javax.jcr.Node node, org.exoplatform.webui.core.UIContainer container) throws javax.jcr.RepositoryException, OnlyofficeEditorException
accept in class FileViewFilteruserId - the user idnode - the nodecontainer - the containerjavax.jcr.RepositoryException - the repository exceptionOnlyofficeEditorException - the onlyoffice editor exceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.