Class OdfOrRestrictionRule
java.lang.Object
org.ametys.plugins.odfweb.restrictions.rules.OdfOrRestrictionRule
- All Implemented Interfaces:
OdfRestrictionRule
Or restriction rule
-
Constructor Summary
ConstructorDescriptionOr restriction rule constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines if this program is part of this restrictionTranslate the restriction into an expression that can be used for repository query.boolean
Indicate if this restriction is related to orgunit
-
Constructor Details
-
OdfOrRestrictionRule
Or restriction rule constructor- Parameters:
rules
- The list of rules on which a "or" operator must be applied
-
-
Method Details
-
contains
Description copied from interface:OdfRestrictionRule
Determines if this program is part of this restriction- Specified by:
contains
in interfaceOdfRestrictionRule
- Parameters:
program
- The program- Returns:
true
If the program is part of this restriction
-
getExpression
Description copied from interface:OdfRestrictionRule
Translate the restriction into an expression that can be used for repository query.- Specified by:
getExpression
in interfaceOdfRestrictionRule
- Returns:
- The restriction expression
-
hasOrgunitRestrictions
Description copied from interface:OdfRestrictionRule
Indicate if this restriction is related to orgunit- Specified by:
hasOrgunitRestrictions
in interfaceOdfRestrictionRule
- Returns:
- true if it is the case
-