public class FilterDefinition extends Object implements Serializable
Constructor and Description |
---|
FilterDefinition(String name,
String defaultCondition,
Map<String,Type> parameterTypes)
Construct a new FilterDefinition instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getDefaultFilterCondition() |
String |
getFilterName()
Get the name of the filter this configuration defines.
|
Set<String> |
getParameterNames()
Get a set of the parameters defined by this configuration.
|
Type |
getParameterType(String parameterName)
Retrieve the type of the named parameter defined for this filter.
|
Map<String,Type> |
getParameterTypes() |
public String getFilterName()
public Set<String> getParameterNames()
public Type getParameterType(String parameterName)
parameterName
- The name of the filter parameter for which to return the type.public String getDefaultFilterCondition()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.