Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.15.3
-
None
Description
JackrabbitAccessControlList [0] has a method int getRestrictionType(String restrictionName).
This method returns the type of the restriction specified restrictionName. Although, it does not provide enough information to deduce whether restriction is defined to accept single or multiple values. Hence, a method with following signature should be added to this API
boolean isMultiValueRestriction(String restrictionName)