Class 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 Detail

      • IbisDiscoveryService

        public IbisDiscoveryService​(org.apache.chemistry.opencmis.commons.spi.DiscoveryService discoveryService,
                                    org.apache.chemistry.opencmis.commons.server.CallContext callContext)
    • 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:
        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