com.atlassian.confluence.rest.experimental.resources
Class ExperimentalContentResource

java.lang.Object
  extended by com.atlassian.confluence.rest.experimental.resources.ExperimentalContentResource

@ExperimentalApi
public class ExperimentalContentResource
extends java.lang.Object


Constructor Summary
ExperimentalContentResource(CQLSearchService searchService)
           
 
Method Summary
 PageResponse<Content> search(java.lang.String cql, java.lang.String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)
          Fetch a list of content using CQL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExperimentalContentResource

public ExperimentalContentResource(CQLSearchService searchService)
Method Detail

search

public PageResponse<Content> search(java.lang.String cql,
                                    java.lang.String expand,
                                    int start,
                                    int limit,
                                    @Context
                                    javax.ws.rs.core.UriInfo uriInfo)
Fetch a list of content using CQL

Parameters:
cql - a cql query string to use to locate content
expand - a comma separated list of properties to expand on the content.
start - the start point of the collection to return
limit - the limit of the number of items to return, this may be restricted by fixed system limits
uriInfo - (injected) information about the request URI


Copyright © 2003-2014 Atlassian. All Rights Reserved.