public class DiscoveryServiceImpl extends AbstractWebServicesService implements DiscoveryService
| Constructor and Description |
|---|
DiscoveryServiceImpl(BindingSession session,
AbstractPortProvider portProvider)
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.
|
convertException, getCmisVersion, getSession, setSessionpublic DiscoveryServiceImpl(BindingSession session, AbstractPortProvider portProvider)
public ObjectList getContentChanges(String repositoryId, Holder<String> changeLogToken, Boolean includeProperties, String filter, Boolean includePolicyIds, Boolean includeACL, BigInteger maxItems, ExtensionsData extension)
DiscoveryServicegetContentChanges in interface DiscoveryServicepublic ObjectList query(String repositoryId, String statement, Boolean searchAllVersions, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
DiscoveryServicequery in interface DiscoveryServiceCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.