Package | Description |
---|---|
com.atlassian.confluence.functest.rest.admin |
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
|
com.atlassian.confluence.functest.rest.admin.crowd |
Entities and a class mapper lifted from the Crowd REST Plugin, since they don't exist in crowd-rest-common.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.crowd.plugin.rest.entity.GroupEntityList |
UserResource.searchGroups(SearchRestrictionEntity searchRestrictionEntity,
int startIndex,
int maxResults) |
com.atlassian.crowd.plugin.rest.entity.UserEntityList |
UserResource.searchUsers(SearchRestrictionEntity searchRestrictionEntity,
int startIndex,
int maxResults) |
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 |
---|---|
static SearchRestrictionEntity |
SearchRestrictionEntityTranslator.toSearchRestrictionEntity(com.atlassian.crowd.embedded.api.SearchRestriction searchRestriction)
Converts from a SearchRestriction a SearchRestrictionEntity.
|
Modifier and Type | Method and Description |
---|---|
Collection<SearchRestrictionEntity> |
BooleanRestrictionEntity.getRestrictions() |
Modifier and Type | Method and Description |
---|---|
static com.atlassian.crowd.embedded.api.SearchRestriction |
SearchRestrictionEntityTranslator.toSearchRestriction(SearchRestrictionEntity searchRestrictionEntity)
Converts from a SearchRestrictionEntity to a SearchRestriction.
|
Constructor and Description |
---|
BooleanRestrictionEntity(String booleanLogic,
Collection<SearchRestrictionEntity> restrictions)
Creates a new instance of BooleanRestrictionEntity.
|
Copyright © 2003–2017 Atlassian. All rights reserved.