org.exoplatform.clouddrive.ecms.filters
Class AbstractCloudDriveNodeFilter
java.lang.Object
org.exoplatform.clouddrive.ecms.filters.AbstractCloudDriveNodeFilter
- All Implemented Interfaces:
- org.exoplatform.webui.ext.filter.UIExtensionFilter
- Direct Known Subclasses:
- CloudDriveFiler, CloudFileFilter
public abstract class AbstractCloudDriveNodeFilter
- extends Object
- implements org.exoplatform.webui.ext.filter.UIExtensionFilter
Filter for cloud files.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCloudDriveNodeFilter
public AbstractCloudDriveNodeFilter()
accept
public boolean accept(Map<String,Object> context)
throws Exception
-
- Specified by:
accept in interface org.exoplatform.webui.ext.filter.UIExtensionFilter
- Throws:
Exception
getType
public org.exoplatform.webui.ext.filter.UIExtensionFilterType getType()
-
- Specified by:
getType in interface org.exoplatform.webui.ext.filter.UIExtensionFilter
onDeny
public void onDeny(Map<String,Object> context)
throws Exception
-
- Specified by:
onDeny in interface org.exoplatform.webui.ext.filter.UIExtensionFilter
- Throws:
Exception
accept
protected abstract boolean accept(javax.jcr.Node node)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.