org.apache.chemistry.opencmis.client.bindings.spi.local
Class DiscoveryServiceImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.local.AbstractLocalService
      extended by org.apache.chemistry.opencmis.client.bindings.spi.local.DiscoveryServiceImpl
All Implemented Interfaces:
DiscoveryService

public class DiscoveryServiceImpl
extends AbstractLocalService
implements DiscoveryService


Constructor Summary
DiscoveryServiceImpl(BindingSession session, CmisServiceFactory factory)
          Constructor.
 
Method Summary
 ObjectList getContentChanges(java.lang.String repositoryId, Holder<java.lang.String> changeLogToken, java.lang.Boolean includeProperties, java.lang.String filter, java.lang.Boolean includePolicyIds, java.lang.Boolean includeAcl, java.math.BigInteger maxItems, ExtensionsData extension)
          Gets a list of content changes.
 ObjectList query(java.lang.String repositoryId, java.lang.String statement, java.lang.Boolean searchAllVersions, java.lang.Boolean includeAllowableActions, IncludeRelationships includeRelationships, java.lang.String renditionFilter, java.math.BigInteger maxItems, java.math.BigInteger skipCount, ExtensionsData extension)
          Executes a CMIS query statement against the contents of the repository.
 
Methods inherited from class org.apache.chemistry.opencmis.client.bindings.spi.local.AbstractLocalService
createCallContext, getService, getServiceFactory, getSession, setServiceFactory, setSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryServiceImpl

public DiscoveryServiceImpl(BindingSession session,
                            CmisServiceFactory factory)
Constructor.

Method Detail

getContentChanges

public ObjectList getContentChanges(java.lang.String repositoryId,
                                    Holder<java.lang.String> changeLogToken,
                                    java.lang.Boolean includeProperties,
                                    java.lang.String filter,
                                    java.lang.Boolean includePolicyIds,
                                    java.lang.Boolean includeAcl,
                                    java.math.BigInteger maxItems,
                                    ExtensionsData extension)
Description copied from interface: DiscoveryService
Gets a list of content changes.

Specified by:
getContentChanges in interface DiscoveryService

query

public ObjectList query(java.lang.String repositoryId,
                        java.lang.String statement,
                        java.lang.Boolean searchAllVersions,
                        java.lang.Boolean includeAllowableActions,
                        IncludeRelationships includeRelationships,
                        java.lang.String renditionFilter,
                        java.math.BigInteger maxItems,
                        java.math.BigInteger skipCount,
                        ExtensionsData extension)
Description copied from interface: DiscoveryService
Executes a CMIS query statement against the contents of the repository.

Specified by:
query in interface DiscoveryService


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.