Class IbisDiscoveryService
- java.lang.Object
-
- org.frankframework.extensions.cmis.server.impl.IbisDiscoveryService
-
- All Implemented Interfaces:
org.apache.chemistry.opencmis.commons.spi.DiscoveryService
public class IbisDiscoveryService extends Object implements org.apache.chemistry.opencmis.commons.spi.DiscoveryService
Wrapper that delegates when a matching CmisEvent is present.- Author:
- Niels
-
-
Constructor Summary
Constructors Constructor Description IbisDiscoveryService(org.apache.chemistry.opencmis.commons.spi.DiscoveryService discoveryService, org.apache.chemistry.opencmis.commons.server.CallContext callContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.chemistry.opencmis.commons.data.ObjectListgetContentChanges(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.ObjectListquery(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)
-
-
-
Method Detail
-
query
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)
- Specified by:
queryin interfaceorg.apache.chemistry.opencmis.commons.spi.DiscoveryService
-
getContentChanges
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)
- Specified by:
getContentChangesin interfaceorg.apache.chemistry.opencmis.commons.spi.DiscoveryService
-
-