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 TypeMethodDescriptionjakarta.ws.rs.core.ResponseGlobalPermissionResource.getAllGlobalPermissions()Get all global permissionsGroupResource.getAncestorGroups(Group group, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) jakarta.ws.rs.core.ResponseAttachmentResource.getAttachmentExtractedText(ContentId contentId, ContentId attachmentId, long limit) ContentResource.getContent(String type, String spaceKey, String title, List<ContentStatus> statuses, String postingDay, String expand, int start, int limit, List<String> ids, jakarta.ws.rs.core.UriInfo uriInfo, String username) ContentResource.getContentById(ContentId id, List<ContentStatus> statuses, Integer version, String expand, String username) GroupResource.getMembers(Group group, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) GroupResource.getNestedGroupMembers(Group group, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) GroupResource.getParentGroups(Group group, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) jakarta.ws.rs.core.ResponseGlobalPermissionResource.getPermissionsGrantedToAnonymousUsers()Get the permissions granted to an anonymous users.jakarta.ws.rs.core.ResponseGlobalPermissionResource.getPermissionsGrantedToGroup(String groupName) Gets the global permissions granted to a group.jakarta.ws.rs.core.ResponseGlobalPermissionResource.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, jakarta.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, String username, jakarta.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 TypeMethodDescriptionjakarta.ws.rs.core.ResponseAbstractIncrementalSyncResource.getActiveSubscriptions()LimitedSpaceResource.getAllLimitedSpaces(Integer start, Integer limit, jakarta.ws.rs.core.UriInfo uriInfo) jakarta.ws.rs.core.ResponseRovoCapabilityResource.getCapabilities()ContentManagementIncrementalSyncResource.getEventsBatch(String cursor, int limit, jakarta.ws.rs.core.UriInfo uriInfo) GlobalPermissionManagementIncrementalSyncResource.getEventsBatch(String cursor, int limit, jakarta.ws.rs.core.UriInfo uriInfo) UserManagementIncrementalSyncResource.getEventsBatch(String cursor, int limit, jakarta.ws.rs.core.UriInfo uriInfo) jakarta.ws.rs.core.ResponseAbstractIncrementalSyncResource.getLatestCursorForSubscription(Long id) jakarta.ws.rs.core.ResponseSpaceFilteringResource.getSpacesFilter()jakarta.ws.rs.core.ResponseSpaceFilteringResource.setSpaceFilteringSettings(SpaceFilteringByIdsRequest request) jakarta.ws.rs.core.ResponseSpaceFilteringResource.setSpaceFilteringSettings(SpaceFilteringByKeysRequest request) jakarta.ws.rs.core.ResponseContentManagementIncrementalSyncResource.subscribe(ContentSubscriptionRequest request) jakarta.ws.rs.core.ResponseGlobalPermissionManagementIncrementalSyncResource.subscribe()jakarta.ws.rs.core.ResponseUserManagementIncrementalSyncResource.subscribe()jakarta.ws.rs.core.ResponseAbstractIncrementalSyncResource.unsubscribe(Long id) -
Uses of RateLimited in com.atlassian.confluence.plugins.spacedirectory.rest
Methods in com.atlassian.confluence.plugins.spacedirectory.rest with annotations of type RateLimitedModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseSpaceDirectoryResource.doLimitedSearch(String query, int startIndex, Integer pageSize, Set<String> label, String typeStr, String status, String sort, String sortField, boolean filterUnauthorizedSpaces) Search for spaces within the directory, returning a limited set of fields for each space.