|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.plugin.rest.entity.SearchRestrictionEntity
com.atlassian.crowd.plugin.rest.entity.BooleanRestrictionEntity
public class BooleanRestrictionEntity
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 |
|---|
public BooleanRestrictionEntity(java.lang.String booleanLogic,
java.util.Collection<SearchRestrictionEntity> restrictions)
booleanLogic - the boolean logic that applies to the restrictionsrestrictions - the list of restrictions| Method Detail |
|---|
public java.util.Collection<SearchRestrictionEntity> getRestrictions()
public java.lang.String getBooleanLogic()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||