org.exoplatform.clouddrive.ecms.filters
Class AbstractCloudDriveNodeFilter

java.lang.Object
  extended by 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.


Constructor Summary
AbstractCloudDriveNodeFilter()
           
 
Method Summary
 boolean accept(Map<String,Object> context)
          
protected abstract  boolean accept(javax.jcr.Node node)
           
 org.exoplatform.webui.ext.filter.UIExtensionFilterType getType()
          
 void onDeny(Map<String,Object> context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCloudDriveNodeFilter

public AbstractCloudDriveNodeFilter()
Method Detail

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 © 2003-2013 eXo Platform SAS. All Rights Reserved.