org.apache.chemistry.opencmis.commons.spi
Interface DiscoveryService

All Known Subinterfaces:
CmisService
All Known Implementing Classes:
CmisServiceWrapper

public interface DiscoveryService

Discovery Service interface.

See CMIS 1.0 specification for details on the operations, parameters, exceptions and the domain model.


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.
 

Method Detail

query

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.


getContentChanges

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.



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