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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method checks if the current node is of the right typeorg.exoplatform.webui.ext.filter.UIExtensionFilterTypegetType()This is the type of the filtervoidThis is called when the filter has failed
-
Constructor Details
-
CanApproveFilter
public CanApproveFilter()
-
-
Method Details
-
accept
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
-
onDeny
This is called when the filter has failed- Specified by:
onDenyin interfaceorg.exoplatform.webui.ext.filter.UIExtensionFilter- Throws:
Exception
-