org.apache.chemistry.opencmis.inmemory.server
Class InMemoryDiscoveryServiceImpl
java.lang.Object
org.apache.chemistry.opencmis.inmemory.server.InMemoryAbstractServiceImpl
org.apache.chemistry.opencmis.inmemory.server.InMemoryDiscoveryServiceImpl
public class InMemoryDiscoveryServiceImpl
- extends InMemoryAbstractServiceImpl
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryDiscoveryServiceImpl
public InMemoryDiscoveryServiceImpl(StoreManager storeManager,
InMemoryRepositoryServiceImpl repSvc,
InMemoryNavigationServiceImpl navSvc)
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.