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

java.lang.Object
  extended by com.bea.content.cmis.rest.resources.BaseCMISResource
      extended by com.bea.content.cmis.rest.resources.Query.ViaGet
Enclosing class:
Query

public static class Query.ViaGet
extends BaseCMISResource


Constructor Summary
Query.ViaGet()
           
 
Method Summary
 com.bea.content.schema.cmis.atom.FeedType query(String repositoryId, String statement, com.bea.content.cmis.rest.resources.BooleanParam searchAllVersions, com.bea.content.cmis.rest.resources.BooleanParam includeAllowableActions, com.bea.content.cmis.rest.resources.BooleanParam includeRelationshipsIgnored, com.bea.content.cmis.rest.resources.IntegerParam maxItems, com.bea.content.cmis.rest.resources.IntegerParam skipCount)
          This one lets us do queries via GET (and thus build links) It has a sub-path because we do not support GET on the Query resource as defined by the service document's query collection.
 
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.ViaGet

public Query.ViaGet()
Method Detail

query

public com.bea.content.schema.cmis.atom.FeedType query(String repositoryId,
                                                       String statement,
                                                       com.bea.content.cmis.rest.resources.BooleanParam searchAllVersions,
                                                       com.bea.content.cmis.rest.resources.BooleanParam includeAllowableActions,
                                                       com.bea.content.cmis.rest.resources.BooleanParam includeRelationshipsIgnored,
                                                       com.bea.content.cmis.rest.resources.IntegerParam maxItems,
                                                       com.bea.content.cmis.rest.resources.IntegerParam skipCount)
                                                throws RepositoryException,
                                                       com.bea.content.cmis.query.ParseException
This one lets us do queries via GET (and thus build links) It has a sub-path because we do not support GET on the Query resource as defined by the service document's query collection.

Throws
RepositoryException
com.bea.content.cmis.query.ParseException


Copyright © 2011, Oracle. All rights reserved.