Uses of Class
com.atlassian.confluence.api.model.permissions.GlobalPermission
Packages that use GlobalPermission
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of GlobalPermission in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions that return types with arguments of type GlobalPermissionModifier and TypeMethodDescriptionGlobalPermissionServiceImpl.getAllPermissions()GlobalPermissionServiceImpl.getPermissionsGrantedToAnonymousUsers()GlobalPermissionServiceImpl.getPermissionsGrantedToGroup(String groupName) GlobalPermissionServiceImpl.getPermissionsGrantedToUnlicensedUsers()GlobalPermissionServiceImpl.getPermissionsGrantedToUser(User user) -
Uses of GlobalPermission in com.atlassian.confluence.api.service.permissions
Methods in com.atlassian.confluence.api.service.permissions that return types with arguments of type GlobalPermissionModifier and TypeMethodDescriptionGlobalPermissionService.getAllPermissions()Get all global permissionsGlobalPermissionService.getPermissionsGrantedToAnonymousUsers()Get the permissions granted to an anonymous users.GlobalPermissionService.getPermissionsGrantedToGroup(String groupName) Get the permissions granted to a group.GlobalPermissionService.getPermissionsGrantedToUnlicensedUsers()Get the permissions granted to unlicensed users.GlobalPermissionService.getPermissionsGrantedToUser(User user) Get the permissions granted to a user. -
Uses of GlobalPermission in com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement
Methods in com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement that return GlobalPermissionConstructors in com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement with parameters of type GlobalPermissionModifierConstructorDescriptionGlobalPermissionManagementIncSyncModel(long journalEntryId, String type, String operation, GlobalPermission permission) SpaceFilteringUpdatedIncrementalSyncModel(long journalEntryId, String type, String operation, GlobalPermission permission, String source) -
Uses of GlobalPermission in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type GlobalPermissionModifier and TypeMethodDescriptionRemoteGlobalPermissionService.getAllPermissionsCompletionStage()Get all global permissionsRemoteGlobalPermissionServiceImpl.getAllPermissionsCompletionStage()RemoteGlobalPermissionService.getPermissionsGrantedToAnonymousUsersCompletionStage()Get the permissions granted to an anonymous users.RemoteGlobalPermissionServiceImpl.getPermissionsGrantedToAnonymousUsersCompletionStage()RemoteGlobalPermissionService.getPermissionsGrantedToGroupCompletionStage(String groupName) Get the permissions granted to a group.RemoteGlobalPermissionServiceImpl.getPermissionsGrantedToGroupCompletionStage(String groupName) RemoteGlobalPermissionService.getPermissionsGrantedToUnlicensedUsersCompletionStage()Get the permissions granted to unlicensed users.RemoteGlobalPermissionServiceImpl.getPermissionsGrantedToUnlicensedUsersCompletionStage()RemoteGlobalPermissionService.getPermissionsGrantedToUserCompletionStage(User user) Get the permissions granted to a user.RemoteGlobalPermissionServiceImpl.getPermissionsGrantedToUserCompletionStage(User user)