Class BooleanRestrictionEntity
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.SearchRestrictionEntity
com.atlassian.crowd.plugin.rest.entity.BooleanRestrictionEntity
Represents a boolean restriction entity.
-
Constructor Summary
ConstructorDescriptionBooleanRestrictionEntity
(String booleanLogic, Collection<SearchRestrictionEntity> restrictions) Creates a new instance of BooleanRestrictionEntity. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BooleanRestrictionEntity
public BooleanRestrictionEntity(String booleanLogic, Collection<SearchRestrictionEntity> restrictions) Creates a new instance of BooleanRestrictionEntity.- Parameters:
booleanLogic
- the boolean logic that applies to therestrictions
restrictions
- the list of restrictions
-
-
Method Details
-
getRestrictions
-
getBooleanLogic
-