java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.ContentWatcherResource
@Path("/content/{contentId}/watchers")
@Consumes("application/json")
@Produces("application/json")
public final class ContentWatcherResource
extends Object
Since:
8.9.0
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
index (javax.ws.rs.core.UriInfo uriInfo,
ContentId contentId,
int start,
int limit)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
ContentWatcherResource
@Inject
public ContentWatcherResource (WatchService watchService)
Method Details
index
@GET
public RestList <User > index (@Context
javax.ws.rs.core.UriInfo uriInfo,
@PathParam("contentId")
ContentId contentId,
@QueryParam("start")
int start,
@QueryParam("limit") @DefaultValue("25")
int limit)