Package org.nuxeo.drive.operations
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 Summary
Fields Modifier and Type Field Description protected OperationContext
ctx
static String
ID
protected String
lastSyncActiveRootDefinitions
Deprecated.since 10.3protected Long
lowerBound
-
Constructor Summary
Constructors Constructor Description NuxeoDriveGetChangeSummary()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
lowerBound
protected Long lowerBound
-
lastSyncActiveRootDefinitions
@Deprecated protected String lastSyncActiveRootDefinitions
Deprecated.since 10.3Expect a String structure with form: repo-1:root-ref-1,repo-1:root-ref-2,repo-2:root-ref-3
-
-
Method Detail
-
run
public Blob run() throws IOException
- Throws:
IOException
-
-