Uses of Annotation Interface
com.atlassian.confluence.rest.v2.api.annotation.RateLimited
Packages that use RateLimited
Package
Description
-
Uses of RateLimited in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with annotations of type RateLimitedModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
GlobalPermissionResource.getAllGlobalPermissions()
Get all global permissionsGroupResource.getAncestorGroups
(Group group, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) ContentResource.getContent
(String type, String spaceKey, String title, List<ContentStatus> statuses, String postingDay, String expand, int start, int limit, List<String> ids, javax.ws.rs.core.UriInfo uriInfo) ContentResource.getContentById
(ContentId id, List<ContentStatus> statuses, Integer version, String expand) 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) javax.ws.rs.core.Response
GlobalPermissionResource.getPermissionsGrantedToAnonymousUsers()
Get the permissions granted to an anonymous users.javax.ws.rs.core.Response
GlobalPermissionResource.getPermissionsGrantedToGroup
(String groupName) Gets the global permissions granted to a group.javax.ws.rs.core.Response
GlobalPermissionResource.getPermissionsGrantedToUser
(String user) Gets the global permissions granted to a user.ContentRestrictionResource.relevantViewRestrictions
(ContentId id, String expand, int start, int limit) ContentResource.scanContent
(String spaceKey, List<ContentStatus> statuses, String expand, int limit, String cursor, String type, javax.ws.rs.core.UriInfo uriInfo) SpaceResource.spaces
(String spaceKey, List<String> spaceKeys, List<String> spaceIds, String type, String status, List<String> labelNames, List<String> contentLabelNames, Boolean favourite, Boolean hasRetentionPolicy, String expand, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo) -
Uses of RateLimited in com.atlassian.confluence.plugins.restapi.rvsync.resources
Methods in com.atlassian.confluence.plugins.restapi.rvsync.resources with annotations of type RateLimitedModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AbstractIncrementalSyncResource.getActiveSubscriptions()
ContentManagementIncrementalSyncResource.getEventsBatch
(String cursor, int limit, javax.ws.rs.core.UriInfo uriInfo) GlobalPermissionManagementIncrementalSyncResource.getEventsBatch
(String cursor, int limit, javax.ws.rs.core.UriInfo uriInfo) UserManagementIncrementalSyncResource.getEventsBatch
(String cursor, int limit, javax.ws.rs.core.UriInfo uriInfo) javax.ws.rs.core.Response
AbstractIncrementalSyncResource.getLatestCursorForSubscription
(Long id) javax.ws.rs.core.Response
ContentManagementIncrementalSyncResource.subscribe
(ContentSubscriptionRequest request) javax.ws.rs.core.Response
UserManagementIncrementalSyncResource.subscribe()
javax.ws.rs.core.Response
AbstractIncrementalSyncResource.unsubscribe
(Long id)