EnforceableQueryRestrictionInterface
Can be added to QueryRestrictionInterface implementations.
Restrictions implementing this interface will not be removed when removeAll() is called on the container and isEnforced() returns true. It can be removed though, when explicitly calling removeByType()
Table of Contents
Methods
- isEnforced() : bool
- When returning false, restriction will be removed when removeAll() is called on the container
Methods
isEnforced()
When returning false, restriction will be removed when removeAll() is called on the container
public
isEnforced() : bool