Class BooleanRestrictionEntity
java.lang.Object
com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntity
com.atlassian.confluence.functest.rest.admin.crowd.BooleanRestrictionEntity
Represents a boolean restriction entity.
- 
Constructor Summary
ConstructorsConstructorDescriptionBooleanRestrictionEntity(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 therestrictionsrestrictions- the list of restrictions
 
 - 
 - 
Method Details
- 
getRestrictions
 - 
getBooleanLogic
 
 -