Class NuxeoDriveGetChangeSummary

java.lang.Object
org.nuxeo.drive.operations.NuxeoDriveGetChangeSummary

public class NuxeoDriveGetChangeSummary extends Object
Gets a summary of the document changes in the synchronization roots of the currently authenticated user for the interval starting with the given lower bound.
Author:
Antoine Taillefer
  • Field Details

    • ID

      public static final String ID
      See Also:
    • ctx

      protected OperationContext ctx
    • lowerBound

      protected Long lowerBound
    • lastSyncActiveRootDefinitions

      @Deprecated protected String lastSyncActiveRootDefinitions
      Deprecated.
      since 10.3
      Expect a String structure with form: repo-1:root-ref-1,repo-1:root-ref-2,repo-2:root-ref-3
  • Constructor Details

    • NuxeoDriveGetChangeSummary

      public NuxeoDriveGetChangeSummary()
  • Method Details