Class JCRLocalOneDrive.OneDriveSyncCommand
- java.lang.Object
-
- org.exoplatform.services.cms.clouddrives.onedrive.JCRLocalOneDrive.OneDriveSyncCommand
-
- All Implemented Interfaces:
org.exoplatform.services.cms.clouddrives.CloudDrive.Command
- Enclosing class:
- JCRLocalOneDrive
protected class JCRLocalOneDrive.OneDriveSyncCommand extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleannotInRange(String path, Collection<String> range)protected voidpreSaveChunk()protected voidsyncFiles()voidsyncNext()
-
-
-
Method Detail
-
preSaveChunk
protected void preSaveChunk()
-
syncNext
public void syncNext() throws org.exoplatform.services.cms.clouddrives.CloudDriveException, javax.jcr.RepositoryException- Throws:
org.exoplatform.services.cms.clouddrives.CloudDriveExceptionjavax.jcr.RepositoryException
-
notInRange
protected boolean notInRange(String path, Collection<String> range)
-
syncFiles
protected void syncFiles() throws org.exoplatform.services.cms.clouddrives.CloudDriveException, javax.jcr.RepositoryException- Throws:
org.exoplatform.services.cms.clouddrives.CloudDriveExceptionjavax.jcr.RepositoryException
-
-