|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchRestrictionEntity | |
|---|---|
| com.atlassian.crowd.integration.rest.entity | |
| com.atlassian.crowd.integration.rest.util | |
| Uses of SearchRestrictionEntity in com.atlassian.crowd.integration.rest.entity |
|---|
| Subclasses of SearchRestrictionEntity in com.atlassian.crowd.integration.rest.entity | |
|---|---|
class |
BooleanRestrictionEntity
Represents a boolean restriction entity. |
class |
NullRestrictionEntity
Represents a null (no) restriction entity. |
class |
PropertyRestrictionEntity
Represents a property restriction entity. |
| Methods in com.atlassian.crowd.integration.rest.entity that return types with arguments of type SearchRestrictionEntity | |
|---|---|
java.util.Collection<SearchRestrictionEntity> |
BooleanRestrictionEntity.getRestrictions()
|
| Constructor parameters in com.atlassian.crowd.integration.rest.entity with type arguments of type SearchRestrictionEntity | |
|---|---|
BooleanRestrictionEntity(java.lang.String booleanLogic,
java.util.Collection<SearchRestrictionEntity> restrictions)
Creates a new instance of BooleanRestrictionEntity. |
|
| Uses of SearchRestrictionEntity in com.atlassian.crowd.integration.rest.util |
|---|
| Methods in com.atlassian.crowd.integration.rest.util that return SearchRestrictionEntity | |
|---|---|
static SearchRestrictionEntity |
SearchRestrictionEntityTranslator.toSearchRestrictionEntity(SearchRestriction searchRestriction)
Converts from a SearchRestriction a SearchRestrictionEntity. |
| Methods in com.atlassian.crowd.integration.rest.util with parameters of type SearchRestrictionEntity | |
|---|---|
static SearchRestriction |
SearchRestrictionEntityTranslator.toSearchRestriction(SearchRestrictionEntity searchRestrictionEntity)
Converts from a SearchRestrictionEntity to a SearchRestriction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||