org.exoplatform.clouddrive.ecms.filters
Class PersonalDocumentsFilter

java.lang.Object
  extended by org.exoplatform.clouddrive.ecms.filters.PersonalDocumentsFilter
All Implemented Interfaces:
org.exoplatform.webui.ext.filter.UIExtensionFilter

public class PersonalDocumentsFilter
extends Object
implements org.exoplatform.webui.ext.filter.UIExtensionFilter

Filter for personal drives.


Field Summary
protected static org.exoplatform.services.log.Log LOG
           
 
Constructor Summary
PersonalDocumentsFilter()
           
 
Method Summary
 boolean accept(Map<String,Object> context)
          
 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
 

Field Detail

LOG

protected static final org.exoplatform.services.log.Log LOG
Constructor Detail

PersonalDocumentsFilter

public PersonalDocumentsFilter()
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


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.