Modifier and Type | Method and Description |
---|---|
Group |
GroupFactory.buildFrom(com.atlassian.user.Group hibernateObject,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Group> |
GroupServiceImpl.GroupFinderImpl.fetchMany(PageRequest pageRequest) |
com.atlassian.fugue.Option<Group> |
GroupServiceImpl.GroupFinderImpl.fetchOne() |
Modifier and Type | Method and Description |
---|---|
PersonService.PersonFinder |
PersonServiceImpl.PersonFinderImpl.withMembershipOf(Group group) |
Modifier and Type | Method and Description |
---|---|
protected @NonNull Optional<ContentPermission> |
ContentRestrictionServiceImpl.getPreExistingContentPermissionForGroup(@Nullable ContentEntityObject ceo,
@Nullable String permissionType,
@Nullable Group group)
Gets pre-existing
ContentPermission (singular, optional) for the Group and OperationKey (as String permissionType) specified. |
Modifier and Type | Method and Description |
---|---|
Navigation.GroupNav |
Navigation.group(Group group)
a builder to produce a url to a user group
|
Navigation.Builder |
Navigation.ExperimentalNav.group(Group group) |
Modifier and Type | Method and Description |
---|---|
SingleFetcher<Group> |
GroupService.GroupFinder.withName(String groupName)
Restrict the fetched group to matching the given groupName
|
Modifier and Type | Method and Description |
---|---|
PersonService.PersonFinder |
PersonService.PersonFinder.withMembershipOf(Group group)
Restrict the finder to just users that are members of the given group
|
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Group> |
SubjectMatchers.groupWithName(String name) |
Modifier and Type | Method and Description |
---|---|
SingleFetcher<Group> |
NoopGroupFinder.withName(String groupName) |
Modifier and Type | Method and Description |
---|---|
PersonService.PersonFinder |
NoopPersonFinder.withMembershipOf(Group group) |
Modifier and Type | Method and Description |
---|---|
Navigation.GroupNav |
RestNavigationImpl.group(Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
ExperimentalGroupResource.getGroup(String groupName,
String expand)
Get the user group with the group name
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Group> |
ExperimentalGroupResource.getGroups(String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of user groups
|
PageResponse<Group> |
ExperimentalUserResource.getGroups(com.atlassian.sal.api.user.UserKey userKey,
String username,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of groups that the given user is a member of
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ExperimentalContentRestrictionsResource.addIndividualGroupRestriction(ContentId contentId,
OperationKey operationKey,
Group group)
Adds singular direct
ContentRestriction for operationKey and group for the content identified by contentId parameter. |
javax.ws.rs.core.Response |
ExperimentalContentRestrictionsResource.deleteIndividualGroupRestriction(ContentId contentId,
OperationKey operationKey,
Group group)
Deletes singular direct
ContentRestriction for operationKey and user from the content identified by contentId parameter. |
javax.ws.rs.core.Response |
ExperimentalContentRestrictionsResource.getIndividualGroupRestrictionStatus(ContentId contentId,
OperationKey operationKey,
Group group)
Answers the question
"Whether group, identified by
groupName is a subject of the restriction for operation operationKey directly specified on a content with ID of ccontentId " |
PageResponse<Person> |
ExperimentalGroupResource.getMembers(Group group,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of users in the given group
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupResource.getGroup(String groupName,
String expand)
Get the user group with the group name
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Group> |
GroupResource.getGroups(String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of user groups
|
PageResponse<Group> |
UserResource.getGroups(String userKey,
String username,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of groups that the given user is a member of
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Person> |
GroupResource.getMembers(Group group,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of users in the given group
|
Modifier and Type | Method and Description |
---|---|
RemotePersonService.RemotePersonFinder |
RemotePersonServiceImpl.RemotePersonFinderImpl.withMembershipOf(Group group) |
RemotePersonService.RemotePersonFinder |
RemotePersonService.RemotePersonFinder.withMembershipOf(Group group) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Optional<Group>> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchCompletionStage() |
com.atlassian.util.concurrent.Promise<PageResponse<Group>> |
RemoteGroupService.RemoteGroupFinder.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteGroupService.RemoteGroupFinder.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Group>> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
CompletionStage<PageResponse<Group>> |
RemoteGroupService.RemoteGroupFinder.fetchManyCompletionStage(PageRequest request) |
CompletionStage<PageResponse<Group>> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchManyCompletionStage(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Group>> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchOne() |
com.atlassian.util.concurrent.Promise<Group> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchOneOrNull() |
CompletionStage<Group> |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchOrNullCompletionStage() |
Copyright © 2003–2019 Atlassian. All rights reserved.