Uses of Class
com.atlassian.confluence.api.model.people.Group
-
-
Uses of Group in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people that return Group Modifier and Type Method Description Group
GroupFactory. buildFrom(com.atlassian.user.Group hibernateObject, Expansions expansions)
Methods in com.atlassian.confluence.api.impl.service.people that return types with arguments of type Group Modifier and Type Method Description Optional<Group>
GroupServiceImpl.GroupFinderImpl. fetch()
PageResponse<Group>
GroupServiceImpl.GroupFinderImpl. fetchMany(PageRequest pageRequest)
Methods in com.atlassian.confluence.api.impl.service.people with parameters of type Group Modifier and Type Method Description PersonService.PersonFinder
PersonServiceImpl.PersonFinderImpl. withMembershipOf(Group group)
-
Uses of Group in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type Group Modifier and Type Method Description protected @NonNull Optional<ContentPermission>
ContentRestrictionServiceImpl. getPreExistingContentPermissionForGroup(@Nullable ContentEntityObject ceo, @Nullable String permissionType, @Nullable Group group)
Gets pre-existingContentPermission
(singular, optional) for theGroup
andOperationKey
(as String permissionType) specified. -
Uses of Group in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type Group Modifier and Type Method Description Navigation.Builder
Navigation.ExperimentalNav. group(Group group)
Navigation.GroupNav
Navigation. group(Group group)
a builder to produce a url to a user group -
Uses of Group in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return types with arguments of type Group Modifier and Type Method Description SingleFetcher<Group>
GroupService.GroupFinder. withName(String groupName)
Restrict the fetched group to matching the given groupNameMethods in com.atlassian.confluence.api.service.people with parameters of type Group Modifier and Type Method Description PersonService.PersonFinder
PersonService.PersonFinder. withMembershipOf(Group group)
Restrict the finder to just users that are members of the given group -
Uses of Group in com.atlassian.confluence.api.testsupport.matchers.model.user
Methods in com.atlassian.confluence.api.testsupport.matchers.model.user that return types with arguments of type Group Modifier and Type Method Description static org.hamcrest.Matcher<Group>
SubjectMatchers. groupWithName(String name)
-
Uses of Group in com.atlassian.confluence.impl.service.finder.people
Methods in com.atlassian.confluence.impl.service.finder.people that return types with arguments of type Group Modifier and Type Method Description SingleFetcher<Group>
NoopGroupFinder. withName(String groupName)
Methods in com.atlassian.confluence.impl.service.finder.people with parameters of type Group Modifier and Type Method Description PersonService.PersonFinder
NoopPersonFinder. withMembershipOf(Group group)
-
Uses of Group in com.atlassian.confluence.plugins.rest.navigation.impl
Methods in com.atlassian.confluence.plugins.rest.navigation.impl with parameters of type Group Modifier and Type Method Description Navigation.GroupNav
RestNavigationImpl. group(Group group)
-
Uses of Group in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return Group Modifier and Type Method Description Group
ExperimentalGroupResource. getGroup(String groupName, String expand)
Get the user group with the group nameMethods in com.atlassian.confluence.plugins.restapi.experimental.resources that return types with arguments of type Group Modifier and Type Method Description PageResponse<Group>
ExperimentalGroupResource. getGroups(String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of user groupsPageResponse<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 ofMethods in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type Group Modifier and Type Method Description javax.ws.rs.core.Response
ExperimentalContentRestrictionsResource. addIndividualGroupRestriction(ContentId contentId, OperationKey operationKey, Group group)
Adds singular directContentRestriction
foroperationKey
andgroup
for the content identified bycontentId
parameter.javax.ws.rs.core.Response
ExperimentalContentRestrictionsResource. deleteIndividualGroupRestriction(ContentId contentId, OperationKey operationKey, Group group)
Deletes singular directContentRestriction
foroperationKey
anduser
from the content identified bycontentId
parameter.javax.ws.rs.core.Response
ExperimentalContentRestrictionsResource. getIndividualGroupRestrictionStatus(ContentId contentId, OperationKey operationKey, Group group)
Answers the question "Whether group, identified bygroupName
is a subject of the restriction for operationoperationKey
directly specified on a content with ID ofccontentId
"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 -
Uses of Group in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return Group Modifier and Type Method Description Group
GroupResource. getGroup(String groupName, String expand)
Get the user group with the group nameMethods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type Group Modifier and Type Method Description PageResponse<Group>
GroupResource. getGroups(String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
Get a paginated collection of user groupsPageResponse<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 ofMethods in com.atlassian.confluence.plugins.restapi.resources with parameters of type Group Modifier and Type Method 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 -
Uses of Group in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type Group Modifier and Type Method Description RemotePersonService.RemotePersonFinder
RemotePersonService.RemotePersonFinder. withMembershipOf(Group group)
RemotePersonService.RemotePersonFinder
RemotePersonServiceImpl.RemotePersonFinderImpl. withMembershipOf(Group group)
-
Uses of Group in com.atlassian.confluence.rest.client.remoteservice.people
Methods in com.atlassian.confluence.rest.client.remoteservice.people that return types with arguments of type Group Modifier and Type Method Description CompletionStage<Optional<Group>>
RemoteGroupServiceImpl.RemoteGroupFinderImpl. fetchCompletionStage()
com.atlassian.util.concurrent.Promise<PageResponse<Group>>
RemoteGroupService.RemoteGroupFinder. fetchMany(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Group>>
RemoteGroupServiceImpl.RemoteGroupFinderImpl. fetchMany(PageRequest request)
Deprecated.since 7.0.1.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()
-