Class CanApproveFilter
- java.lang.Object
-
- org.exoplatform.wcm.extensions.ui.CanApproveFilter
-
- All Implemented Interfaces:
org.exoplatform.webui.ext.filter.UIExtensionFilter
public class CanApproveFilter extends Object implements org.exoplatform.webui.ext.filter.UIExtensionFilter
Created by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 2 juillet 2009
-
-
Constructor Summary
Constructors Constructor Description CanApproveFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(Map<String,Object> context)This method checks if the current node is of the right typeorg.exoplatform.webui.ext.filter.UIExtensionFilterTypegetType()This is the type of the filtervoidonDeny(Map<String,Object> context)This is called when the filter has failed
-
-
-
Method Detail
-
accept
public boolean accept(Map<String,Object> context) throws Exception
This method checks if the current node is of the right type- Specified by:
acceptin interfaceorg.exoplatform.webui.ext.filter.UIExtensionFilter- Throws:
Exception
-
getType
public org.exoplatform.webui.ext.filter.UIExtensionFilterType getType()
This is the type of the filter- Specified by:
getTypein interfaceorg.exoplatform.webui.ext.filter.UIExtensionFilter
-
-