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

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

public class BooleanRestrictionEntity
extends SearchRestrictionEntity

Represents a boolean restriction entity.


Constructor Summary
BooleanRestrictionEntity(java.lang.String booleanLogic, java.util.Collection<SearchRestrictionEntity> restrictions)
          Creates a new instance of BooleanRestrictionEntity.
 
Method Summary
 java.lang.String getBooleanLogic()
           
 java.util.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(java.lang.String booleanLogic,
                                java.util.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 java.util.Collection<SearchRestrictionEntity> getRestrictions()

getBooleanLogic

public java.lang.String getBooleanLogic()


Copyright © 2011 Atlassian. All Rights Reserved.