public interface IRespViewFilterRules
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCondition()
Returns the condition.
|
java.lang.String |
getName()
Returns the name of the filter definition.
|
java.lang.String |
getNameLabel() |
java.util.List<ILabel> |
getNameLabels() |
java.util.List<IRespViewFieldRule> |
getRules()
Get the list of rules for the filter definiton
|
void |
setCondition(java.lang.String type)
Sets the condition, i.e., does the filter evaluate to true if "allOf" the rules apply,
or if "anyOf" the rules apply.
|
void |
setName(java.lang.String name)
Set the name of the filter definition
|
void |
setNameLabels(java.util.List<ILabel> nameLabels) |
void |
setRules(java.util.List<IRespViewFieldRule> rules)
Sets the list of rules for the filter definition
|
java.lang.String getName()
void setName(java.lang.String name)
name - String name of the fieldjava.lang.String getNameLabel()
java.util.List<ILabel> getNameLabels()
void setNameLabels(java.util.List<ILabel> nameLabels)
java.lang.String getCondition()
void setCondition(java.lang.String type)
type - String condition (e.g., "allOf", "anyOf")java.util.List<IRespViewFieldRule> getRules()
void setRules(java.util.List<IRespViewFieldRule> rules)
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.