Class LimitedSpaceResource
java.lang.Object
com.atlassian.confluence.plugins.restapi.rvsync.resources.LimitedSpaceResource
@Produces("application/json")
@Path("/space/limitedspaces")
public class LimitedSpaceResource
extends Object
REST resource for retrieving limited space information for synchronization purposes.
- Since:
- 9.2.7
-
Constructor Summary
ConstructorsConstructorDescriptionLimitedSpaceResource
(SpaceFilteringService spaceFilteringService, com.atlassian.sal.api.ApplicationProperties applicationProperties) -
Method Summary
Modifier and TypeMethodDescriptiongetAllLimitedSpaces
(Integer start, Integer limit, jakarta.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
LimitedSpaceResource
@Inject public LimitedSpaceResource(SpaceFilteringService spaceFilteringService, com.atlassian.sal.api.ApplicationProperties applicationProperties)
-
-
Method Details
-
getAllLimitedSpaces
@GET @Path("/all") public PageResponse<LimitedSpace> getAllLimitedSpaces(@QueryParam("start") @DefaultValue("0") Integer start, @DefaultValue("50") @QueryParam("limit") Integer limit, @Context jakarta.ws.rs.core.UriInfo uriInfo) throws ServiceException - Throws:
ServiceException
-