public interface FormFilter
| Modifier and Type | Method and Description |
|---|---|
void |
execute(FormFilterContext context,
FormFilterExecutor executor)
Execute form filter.
|
String |
getDescriptionKey()
get the form filter description internationalization key
|
String |
getId()
Get form filter identifier.
|
String |
getLabelKey()
Get form filter label internationalization key.
|
Map<String,FormFilterParameterType> |
getParameters()
get the parameters used by the filter
|
boolean |
hasChildren()
return true if the filter calls the execution of children filter
|
String getId()
String getLabelKey()
String getDescriptionKey()
Map<String,FormFilterParameterType> getParameters()
boolean hasChildren()
void execute(FormFilterContext context, FormFilterExecutor executor) throws FormFilterException, org.osivia.portal.api.PortalException
context - form filter contextexecutor - form filter executorFormFilterExceptionorg.osivia.portal.api.PortalExceptionCopyright © 2019. All rights reserved.