Uses of Interface
org.nuxeo.drive.service.NuxeoDriveManager
-
Packages that use NuxeoDriveManager Package Description org.nuxeo.drive.adapter.impl org.nuxeo.drive.hierarchy.userworkspace.adapter org.nuxeo.drive.service.impl -
-
Uses of NuxeoDriveManager in org.nuxeo.drive.adapter.impl
Methods in org.nuxeo.drive.adapter.impl that return NuxeoDriveManager Modifier and Type Method Description protected NuxeoDriveManager
DocumentBackedFileItem. getNuxeoDriveManager()
-
Uses of NuxeoDriveManager in org.nuxeo.drive.hierarchy.userworkspace.adapter
Methods in org.nuxeo.drive.hierarchy.userworkspace.adapter that return NuxeoDriveManager Modifier and Type Method Description protected NuxeoDriveManager
UserWorkspaceTopLevelFolderItem. getNuxeoDriveManager()
-
Uses of NuxeoDriveManager in org.nuxeo.drive.service.impl
Classes in org.nuxeo.drive.service.impl that implement NuxeoDriveManager Modifier and Type Class Description class
NuxeoDriveManagerImpl
Manage list of NuxeoDrive synchronization roots and devices for a given nuxeo user.
-