Package | Description |
---|---|
com.atlassian.crowd.integration.rest.entity | |
com.atlassian.crowd.integration.rest.util |
Modifier and Type | Class and Description |
---|---|
class |
BooleanRestrictionEntity
Represents a boolean restriction entity.
|
class |
NullRestrictionEntity
Represents a null (no) restriction entity.
|
class |
PropertyRestrictionEntity
Represents a property restriction entity.
|
Modifier and Type | Method and Description |
---|---|
Collection<SearchRestrictionEntity> |
BooleanRestrictionEntity.getRestrictions() |
Constructor and Description |
---|
BooleanRestrictionEntity(String booleanLogic,
Collection<SearchRestrictionEntity> restrictions)
Creates a new instance of BooleanRestrictionEntity.
|
Modifier and Type | Method and Description |
---|---|
static SearchRestrictionEntity |
SearchRestrictionEntityTranslator.toSearchRestrictionEntity(SearchRestriction searchRestriction)
Converts from a SearchRestriction a SearchRestrictionEntity.
|
Modifier and Type | Method and Description |
---|---|
static SearchRestriction |
SearchRestrictionEntityTranslator.toSearchRestriction(SearchRestrictionEntity searchRestrictionEntity)
Converts from a SearchRestrictionEntity to a SearchRestriction.
|
Copyright © 2021 Atlassian. All rights reserved.