Class BooleanRestrictionEntity

java.lang.Object
com.atlassian.crowd.plugin.rest.entity.SearchRestrictionEntity
com.atlassian.crowd.plugin.rest.entity.BooleanRestrictionEntity

public class BooleanRestrictionEntity extends SearchRestrictionEntity
Represents a boolean restriction entity.
  • Constructor Details

    • BooleanRestrictionEntity

      public BooleanRestrictionEntity(String booleanLogic, Collection<SearchRestrictionEntity> restrictions)
      Creates a new instance of BooleanRestrictionEntity.
      Parameters:
      booleanLogic - the boolean logic that applies to the restrictions
      restrictions - the list of restrictions
  • Method Details