org.apache.chemistry.opencmis.inmemory.server
Class InMemoryDiscoveryServiceImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.inmemory.server.InMemoryAbstractServiceImpl
      extended by org.apache.chemistry.opencmis.inmemory.server.InMemoryDiscoveryServiceImpl

public class InMemoryDiscoveryServiceImpl
extends InMemoryAbstractServiceImpl


Field Summary
 
Fields inherited from class org.apache.chemistry.opencmis.inmemory.server.InMemoryAbstractServiceImpl
fStoreManager, validator
 
Constructor Summary
InMemoryDiscoveryServiceImpl(StoreManager storeManager, InMemoryRepositoryServiceImpl repSvc, InMemoryNavigationServiceImpl navSvc)
           
 
Method Summary
 ObjectList getContentChanges(CallContext context, String repositoryId, Holder<String> changeLogToken, Boolean includeProperties, String filter, Boolean includePolicyIds, Boolean includeAcl, BigInteger maxItems, ExtensionsData extension, ObjectInfoHandler objectInfos)
           
 ObjectList query(CallContext context, String repositoryId, String statement, Boolean searchAllVersions, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
           
 
Methods inherited from class org.apache.chemistry.opencmis.inmemory.server.InMemoryAbstractServiceImpl
checkHasUser, checkIsVersionableObject, getTypeDefinition, getTypeDefinition, getVersionedDocumentOfObjectId, testCheckedOutByCurrentUser, testHasProperCheckedOutStatus, testIsCheckedOut, testIsNotCheckedOutBySomeoneElse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryDiscoveryServiceImpl

public InMemoryDiscoveryServiceImpl(StoreManager storeManager,
                                    InMemoryRepositoryServiceImpl repSvc,
                                    InMemoryNavigationServiceImpl navSvc)
Method Detail

getContentChanges

public ObjectList getContentChanges(CallContext context,
                                    String repositoryId,
                                    Holder<String> changeLogToken,
                                    Boolean includeProperties,
                                    String filter,
                                    Boolean includePolicyIds,
                                    Boolean includeAcl,
                                    BigInteger maxItems,
                                    ExtensionsData extension,
                                    ObjectInfoHandler objectInfos)

query

public ObjectList query(CallContext context,
                        String repositoryId,
                        String statement,
                        Boolean searchAllVersions,
                        Boolean includeAllowableActions,
                        IncludeRelationships includeRelationships,
                        String renditionFilter,
                        BigInteger maxItems,
                        BigInteger skipCount,
                        ExtensionsData extension)


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