Uses of Class
com.atlassian.confluence.api.model.people.Group
Packages that use Group
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of Group in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people that return GroupModifier and TypeMethodDescriptionGroupFactory.buildFrom(com.atlassian.user.Group hibernateObject, Expansions expansions) GroupServiceImpl.createGroup(String groupName) Methods in com.atlassian.confluence.api.impl.service.people that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupServiceImpl.GroupFinderImpl.fetch()GroupServiceImpl.GroupFinderImpl.fetchMany(PageRequest pageRequest) Methods in com.atlassian.confluence.api.impl.service.people with parameters of type GroupModifier and TypeMethodDescriptionGroupServiceImpl.GroupFinderImpl.withAncestorOf(Group group) GroupServiceImpl.GroupFinderImpl.withMembershipOf(Group group) PersonServiceImpl.PersonFinderImpl.withMembershipOf(Group group) GroupServiceImpl.GroupFinderImpl.withParentOf(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 GroupModifier and TypeMethodDescriptionprotected @NonNull Optional<ContentPermission>ContentRestrictionServiceImpl.getPreExistingContentPermissionForGroup(@Nullable ContentEntityObject ceo, @Nullable String permissionType, @Nullable Group group) Gets pre-existingContentPermission(singular, optional) for theGroupandOperationKey(as String permissionType) specified. -
Uses of Group in com.atlassian.confluence.api.model.people
Methods in com.atlassian.confluence.api.model.people that return Group -
Uses of Group in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return GroupModifier and TypeMethodDescriptionGroupService.createGroup(String groupName) Create a newGroupidentified by groupName.Methods in com.atlassian.confluence.api.service.people that return types with arguments of type GroupModifier and TypeMethodDescriptionRestrict the fetched group to matching the given groupNameMethods in com.atlassian.confluence.api.service.people with parameters of type GroupModifier and TypeMethodDescriptionGroupService.GroupFinder.withAncestorOf(Group group) Restrict the finder to find groups that are ancestor of the given groupGroupService.GroupFinder.withMembershipOf(Group group) Restrict the finder to find groups that are members of the given groupPersonService.PersonFinder.withMembershipOf(Group group) Restrict the finder to just users that are members of the given groupGroupService.GroupFinder.withParentOf(Group group) Restrict the finder to find groups that are parents 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 GroupModifier and TypeMethodDescriptionstatic 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 GroupModifier and TypeMethodDescriptionMethods in com.atlassian.confluence.impl.service.finder.people with parameters of type GroupModifier and TypeMethodDescriptionNoopGroupFinder.withAncestorOf(Group group) NoopGroupFinder.withMembershipOf(Group group) NoopPersonFinder.withMembershipOf(Group group) NoopGroupFinder.withParentOf(Group group) -
Uses of Group in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return GroupModifier and TypeMethodDescriptionGet the user group with the group nameMethods in com.atlassian.confluence.plugins.restapi.experimental.resources that return types with arguments of type GroupModifier and TypeMethodDescriptionExperimentalGroupResource.getGroups(String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) Get a paginated collection of user groupsExperimentalUserResource.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 GroupModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseExperimentalContentRestrictionsResource.addIndividualGroupRestriction(ContentId contentId, OperationKey operationKey, Group group) Adds singular directContentRestrictionforoperationKeyandgroupfor the content identified bycontentIdparameter.javax.ws.rs.core.ResponseExperimentalContentRestrictionsResource.deleteIndividualGroupRestriction(ContentId contentId, OperationKey operationKey, Group group) Deletes singular directContentRestrictionforoperationKeyanduserfrom the content identified bycontentIdparameter.javax.ws.rs.core.ResponseExperimentalContentRestrictionsResource.getIndividualGroupRestrictionStatus(ContentId contentId, OperationKey operationKey, Group group) Answers the question "Whether group, identified bygroupNameis a subject of the restriction for operationoperationKeydirectly specified on a content with ID ofccontentId"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 GroupMethods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupResource.getAncestorGroups(Group group, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) UserResource.getGroups(String userKey, String username, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) GroupResource.getNestedGroupMembers(Group group, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) GroupResource.getParentGroups(Group group, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type GroupModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseGroupResource.getAncestorGroups(Group group, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) GroupResource.getMembers(Group group, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) GroupResource.getNestedGroupMembers(Group group, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) GroupResource.getParentGroups(Group group, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) -
Uses of Group in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type GroupModifier and TypeMethodDescriptionRemotePersonService.RemotePersonFinder.withMembershipOf(Group group) 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 GroupModifier and TypeMethodDescriptionRemoteGroupService.createGroup(String groupName) Send request to create a groupRemoteGroupServiceImpl.createGroup(String groupName) RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchCompletionStage()RemoteGroupService.RemoteGroupFinder.fetchManyCompletionStage(PageRequest request) RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchManyCompletionStage(PageRequest request)