Skip navigation links


com.bea.content.cmis.rest.resources
Class Query

java.lang.Object
  extended by com.bea.content.cmis.rest.resources.BaseCMISResource
      extended by com.bea.content.cmis.rest.resources.Query


public class Query
extends BaseCMISResource

Nested Class Summary
static class Query.ViaGet
           

 

Constructor Summary
Query()
           

 

Method Summary
 javax.ws.rs.core.Response createQueryService(String repositoryId, com.bea.content.schema.cmis.core.CmisQueryType query)
          This is the basic query POST as defined via the service document.

 

Methods inherited from class com.bea.content.cmis.rest.resources.BaseCMISResource
getContentContext, getHttpRequest, getUriService, setHttpRequest, setUriService

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Query

public Query()

Method Detail

createQueryService

public javax.ws.rs.core.Response createQueryService(String repositoryId,
                                                    com.bea.content.schema.cmis.core.CmisQueryType query)
                                             throws RepositoryException,
                                                    com.bea.content.cmis.query.ParseException
This is the basic query POST as defined via the service document.
Throws
RepositoryException
com.bea.content.cmis.query.ParseException

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.