public interface OdfRestrictionRule
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Program program)
Determines if this program is part of this restriction
|
Expression |
getExpression()
Translate the restriction into an expression that can be used for repository query.
|
boolean |
hasOrgunitRestrictions()
Indicate if this restriction is related to orgunit
|
Expression getExpression()
boolean contains(Program program)
program
- The programtrue
If the program is part of this restrictionboolean hasOrgunitRestrictions()