com.atlassian.crowd.integration.rest.entity
Class BooleanRestrictionEntity

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.entity.SearchRestrictionEntity
      extended by com.atlassian.crowd.integration.rest.entity.BooleanRestrictionEntity

public class BooleanRestrictionEntity
extends SearchRestrictionEntity

Represents a boolean restriction entity.


Constructor Summary
BooleanRestrictionEntity(String booleanLogic, Collection<SearchRestrictionEntity> restrictions)
          Creates a new instance of BooleanRestrictionEntity.
 
Method Summary
 String getBooleanLogic()
           
 Collection<SearchRestrictionEntity> getRestrictions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

getRestrictions

public Collection<SearchRestrictionEntity> getRestrictions()

getBooleanLogic

public String getBooleanLogic()


Copyright © 2012 Atlassian. All Rights Reserved.