public class AcceptFilter extends AbstractOnlyofficeFilter
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
accept
The accept.
|
| Constructor and Description |
|---|
AcceptFilter()
Instantiates a new accept filter.
|
AcceptFilter(boolean accept)
Instantiates a new accept filter.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(String userId,
javax.jcr.Node node)
Accept.
|
org.exoplatform.webui.ext.filter.UIExtensionFilterType |
getType() |
accept, onDenypublic AcceptFilter()
public AcceptFilter(boolean accept)
accept - the acceptpublic 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) throws javax.jcr.RepositoryException, OnlyofficeEditorException
accept in class AbstractOnlyofficeFilteruserId - the user idnode - the nodejavax.jcr.RepositoryException - the repository exceptionOnlyofficeEditorException - the onlyoffice editor exceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.