public interface IFLSRule
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IFLSPropertyAccess> |
getAccess()
Returns the List
|
java.lang.String |
getConditions()
Returns the condition of FLSRule.
|
java.lang.String |
getDescription()
Returns the description of FLSRule.
|
java.lang.String |
getName()
Returns the name of FLSRule.
|
java.lang.Boolean |
isEnabled()
Determines whether the rule is enabled.
|
void |
setAccess(java.util.List<IFLSPropertyAccess> accesslist)
Sets the List
|
void |
setConditions(java.lang.String conditions)
Sets the condition of FLSRule.
|
void |
setDescription(java.lang.String description)
Sets the description of FLSRule.
|
void |
setEnabled(java.lang.Boolean enabled)
Enables or disables the rule.
|
void |
setName(java.lang.String name)
Sets the name of FLSRule.
|
java.lang.String getName()
void setName(java.lang.String name)
name - name of FLSRule, which cannot be nulljava.lang.String getDescription()
void setDescription(java.lang.String description)
description - description of FLSRulejava.lang.String getConditions()
void setConditions(java.lang.String conditions)
conditions - condition of FLSRule, which cannot be nulljava.lang.Boolean isEnabled()
void setEnabled(java.lang.Boolean enabled)
enabled - enables the rule when true or disables the rule when falsejava.util.List<IFLSPropertyAccess> getAccess()
void setAccess(java.util.List<IFLSPropertyAccess> accesslist)
accesslist - List
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.