com.atlassian.confluence.rest.client
Class RemoteCQLSearchServiceImpl

java.lang.Object
  extended by com.atlassian.confluence.rest.client.AbstractRemoteService<CQLSearchService>
      extended by com.atlassian.confluence.rest.client.RemoteCQLSearchServiceImpl
All Implemented Interfaces:
RemoteCQLSearchService

public class RemoteCQLSearchServiceImpl
extends AbstractRemoteService<CQLSearchService>
implements RemoteCQLSearchService


Constructor Summary
RemoteCQLSearchServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
           
 
Method Summary
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> searchContent(java.lang.String cql, Expansion... expansions)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> searchContent(java.lang.String cql, PageRequest request, Expansion... expansions)
           
 
Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFutureGenericCollection, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCQLSearchServiceImpl

public RemoteCQLSearchServiceImpl(AuthenticatedWebResourceProvider provider,
                                  com.google.common.util.concurrent.ListeningExecutorService executor)
Method Detail

searchContent

public com.atlassian.util.concurrent.Promise<PageResponse<Content>> searchContent(java.lang.String cql,
                                                                                  PageRequest request,
                                                                                  Expansion... expansions)
Specified by:
searchContent in interface RemoteCQLSearchService

searchContent

public com.atlassian.util.concurrent.Promise<PageResponse<Content>> searchContent(java.lang.String cql,
                                                                                  Expansion... expansions)
Specified by:
searchContent in interface RemoteCQLSearchService


Copyright © 2003-2014 Atlassian. All Rights Reserved.