public class IbisDiscoveryService extends Object implements org.apache.chemistry.opencmis.commons.spi.DiscoveryService
Constructor and Description |
---|
IbisDiscoveryService(org.apache.chemistry.opencmis.commons.spi.DiscoveryService discoveryService,
org.apache.chemistry.opencmis.commons.server.CallContext callContext) |
Modifier and Type | Method and Description |
---|---|
org.apache.chemistry.opencmis.commons.data.ObjectList |
getContentChanges(String repositoryId,
org.apache.chemistry.opencmis.commons.spi.Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeAcl,
BigInteger maxItems,
org.apache.chemistry.opencmis.commons.data.ExtensionsData extension) |
org.apache.chemistry.opencmis.commons.data.ObjectList |
query(String repositoryId,
String statement,
Boolean searchAllVersions,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
org.apache.chemistry.opencmis.commons.data.ExtensionsData extension) |
public IbisDiscoveryService(org.apache.chemistry.opencmis.commons.spi.DiscoveryService discoveryService, org.apache.chemistry.opencmis.commons.server.CallContext callContext)
public org.apache.chemistry.opencmis.commons.data.ObjectList query(String repositoryId, String statement, Boolean searchAllVersions, Boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, org.apache.chemistry.opencmis.commons.data.ExtensionsData extension)
query
in interface org.apache.chemistry.opencmis.commons.spi.DiscoveryService
public org.apache.chemistry.opencmis.commons.data.ObjectList getContentChanges(String repositoryId, org.apache.chemistry.opencmis.commons.spi.Holder<String> changeLogToken, Boolean includeProperties, String filter, Boolean includePolicyIds, Boolean includeAcl, BigInteger maxItems, org.apache.chemistry.opencmis.commons.data.ExtensionsData extension)
getContentChanges
in interface org.apache.chemistry.opencmis.commons.spi.DiscoveryService
Copyright © 2023 Frank!Framework. All rights reserved.