public abstract class AbstractOnlyofficeFilter
extends org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
| Constructor and Description |
|---|
AbstractOnlyofficeFilter()
Instantiates a new abstract onlyoffice filter.
|
AbstractOnlyofficeFilter(String messageKey)
Instantiates a new abstract onlyoffice filter.
|
AbstractOnlyofficeFilter(String messageKey,
org.exoplatform.webui.ext.filter.UIExtensionFilterType type)
Instantiates a new abstract onlyoffice filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Map<String,Object> context) |
protected abstract boolean |
accept(String userId,
javax.jcr.Node node)
Accept.
|
void |
onDeny(Map<String,Object> context) |
public AbstractOnlyofficeFilter()
public AbstractOnlyofficeFilter(String messageKey)
messageKey - the message keypublic AbstractOnlyofficeFilter(String messageKey, org.exoplatform.webui.ext.filter.UIExtensionFilterType type)
messageKey - the message keytype - the typeprotected abstract boolean accept(String userId, javax.jcr.Node node) throws javax.jcr.RepositoryException, OnlyofficeEditorException
userId - the user idnode - the nodejavax.jcr.RepositoryException - the repository exceptionOnlyofficeEditorException - the onlyoffice editor exceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.