public interface IRLSTypeDefinitionRules
| Modifier and Type | Method and Description |
|---|---|
void |
addFlsRule(IFLSRule rule)
Adds the IFLSRule to this typedefinition.
|
void |
addRule(IRLSRule rule)
Adds the IRLSRule to this typedefinition.
|
java.util.List<IFLSRule> |
getFlsRules()
Returns the list of IFLRule applied to a specific TypeDefinition.
|
java.util.List<IRLSRule> |
getRules()
Returns the list of IRLSRule applied to a specific TypeDefinition.
|
ITypeDefinition |
getTypeDefinition()
Returns the ITypeDefinition for RLS rules.
|
java.lang.Boolean |
isEnabled()
Checks if the IRLSRule is enabled.
|
void |
setEnabled(java.lang.Boolean enabled)
Enables IRLSRule when set to true.
|
void |
setFLsRules(java.util.List<IFLSRule> rules)
Sets the IFLSRules for a specific TypeDefinition
|
void |
setRules(java.util.List<IRLSRule> rules)
Sets the IRLSRules for a specific TypeDefinition
|
void |
setTypeDefinitionId(ITypeDefinition itypedefinition)
Sets the ITypeDefinition on which the RLS rule is applied.
|
ITypeDefinition getTypeDefinition()
void setTypeDefinitionId(ITypeDefinition itypedefinition)
ITypeDefinition - ITypeDefinition cannot be nulljava.util.List<IRLSRule> getRules()
void setRules(java.util.List<IRLSRule> rules)
IRLSRule - rules cannot be nullvoid addRule(IRLSRule rule)
IRLSRule - rule cannot be nulljava.util.List<IFLSRule> getFlsRules()
void setFLsRules(java.util.List<IFLSRule> rules)
IFLSRule - rules cannot be nullvoid addFlsRule(IFLSRule rule)
IFLSRule - rule cannot be nulljava.lang.Boolean isEnabled()
void setEnabled(java.lang.Boolean enabled)
true - to enable IRLSRule
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.