public class DiscoveryServiceImpl extends AbstractLocalService implements DiscoveryService
Constructor and Description |
---|
DiscoveryServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ObjectList |
getContentChanges(String repositoryId,
Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeAcl,
BigInteger maxItems,
ExtensionsData extension)
Gets a list of content changes.
|
ObjectList |
query(String repositoryId,
String statement,
Boolean searchAllVersions,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension)
Executes a CMIS query statement against the contents of the repository.
|
createCallContext, getService, getServiceFactory, getSession, setServiceFactory, setSession
public DiscoveryServiceImpl(BindingSession session, CmisServiceFactory factory)
public ObjectList getContentChanges(String repositoryId, Holder<String> changeLogToken, Boolean includeProperties, String filter, Boolean includePolicyIds, Boolean includeAcl, BigInteger maxItems, ExtensionsData extension)
DiscoveryService
getContentChanges
in interface DiscoveryService
public ObjectList query(String repositoryId, String statement, Boolean searchAllVersions, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
DiscoveryService
query
in interface DiscoveryService
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.