Uses of Class
com.atlassian.confluence.api.service.accessmode.ReadOnlyAccessAllowed
-
-
Uses of ReadOnlyAccessAllowed in com.atlassian.confluence.license.rest.resource
Classes in com.atlassian.confluence.license.rest.resource with annotations of type ReadOnlyAccessAllowed Modifier and Type Class Description class
LicenseResource
A REST endpoint that exposes info about users of this instance. -
Uses of ReadOnlyAccessAllowed in com.atlassian.confluence.plugins.like.rest.resources
Methods in com.atlassian.confluence.plugins.like.rest.resources with annotations of type ReadOnlyAccessAllowed Modifier and Type Method Description javax.ws.rs.core.Response
LikableContentResource. getLikesForIds(Set<Long> contentIds, Integer max)
Get the likes for a list of contents -
Uses of ReadOnlyAccessAllowed in com.atlassian.confluence.plugins.rest.resources
Methods in com.atlassian.confluence.plugins.rest.resources with annotations of type ReadOnlyAccessAllowed Modifier and Type Method Description javax.ws.rs.core.Response
IndexResource. reindex(List<String> options, List<String> spaceKeys)
javax.ws.rs.core.Response
IndexResource. resetJob()
This endpoint deletes the current reindex job -
Uses of ReadOnlyAccessAllowed in com.atlassian.confluence.plugins.restapi.resources
Classes in com.atlassian.confluence.plugins.restapi.resources with annotations of type ReadOnlyAccessAllowed Modifier and Type Class Description class
AuditResource
Deprecated.since 7.5.0. -
Uses of ReadOnlyAccessAllowed in com.atlassian.confluence.plugins.synchrony.rest
Classes in com.atlassian.confluence.plugins.synchrony.rest with annotations of type ReadOnlyAccessAllowed Modifier and Type Class Description class
CollaborativeEditingConfigResource
-
Uses of ReadOnlyAccessAllowed in com.atlassian.confluence.renderer.actions
Classes in com.atlassian.confluence.renderer.actions with annotations of type ReadOnlyAccessAllowed Modifier and Type Class Description class
RenderContentAction
Action used for rendering content, specifically for PREVIEW -
Uses of ReadOnlyAccessAllowed in com.atlassian.confluence.user.actions
Classes in com.atlassian.confluence.user.actions with annotations of type ReadOnlyAccessAllowed Modifier and Type Class Description class
BrowseGroupsAction
class
CreateUserAction
class
DeactivateUserAction
Administrative action to disable a userclass
DeleteUserProfilePictureAction
Action for removing current and historical profile pictures uploaded by a userclass
EditUserAction
class
EditUserGroupsAction
class
RemoveGroupAction
class
RemoveUnsyncedUserAction
Action for removing an unsynced user: a user whose account has been disconnected from an external directory, i.e.class
RemoveUserAction
Action for removing a user.class
ResetFailedLoginCountAction
class
SetUserPasswordAction
class
ViewMembersOfGroupAction
-