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
ConstructorsConstructorDescriptionIbisDiscoveryService
(org.apache.chemistry.opencmis.commons.spi.DiscoveryService discoveryService, org.apache.chemistry.opencmis.commons.server.CallContext callContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
Constructor Details
-
IbisDiscoveryService
public IbisDiscoveryService(org.apache.chemistry.opencmis.commons.spi.DiscoveryService discoveryService, org.apache.chemistry.opencmis.commons.server.CallContext callContext)
-
-
Method Details
-
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:
query
in 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:
getContentChanges
in interfaceorg.apache.chemistry.opencmis.commons.spi.DiscoveryService
-