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 classLicenseResourceA 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.ResponseLikableContentResource. 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.ResponseIndexResource. reindex(List<String> options, List<String> spaceKeys)javax.ws.rs.core.ResponseIndexResource. 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 classAuditResourceDeprecated.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 classCollaborativeEditingConfigResource -
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 classRenderContentActionAction 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 classBrowseGroupsActionclassCreateUserActionclassDeactivateUserActionAdministrative action to disable a userclassDeleteUserProfilePictureActionAction for removing current and historical profile pictures uploaded by a userclassEditUserActionclassEditUserGroupsActionclassRemoveGroupActionclassRemoveUnsyncedUserActionAction for removing an unsynced user: a user whose account has been disconnected from an external directory, i.e.classRemoveUserActionAction for removing a user.classResetFailedLoginCountActionclassSetUserPasswordActionclassViewMembersOfGroupAction
-