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

    Modifier and Type
    Method
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface org.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 interface org.apache.chemistry.opencmis.commons.spi.DiscoveryService