Class | Description |
---|---|
GetRepositoriesOperation |
Fetch the list of the repositories registered on the server.
|
NuxeoDriveAddToLocallyEditedCollection |
Adds the given
DocumentModel to the NuxeoDriveManager.LOCALLY_EDITED_COLLECTION_NAME collection. |
NuxeoDriveAttachBlob |
Updates the given
DocumentModel with the given blob using the versioning policy of the given
VersioningFileSystemItemFactory . |
NuxeoDriveCanMove |
Checks if the
FileSystemItem with the given source id can be moved to the FileSystemItem with the
given destination id for the currently authenticated user. |
NuxeoDriveClientUpdateInfo |
Information needed for the Nuxeo Drive client update:
Server version
Nuxeo Drive update site URL
Nuxeo Drive beta update site URL
|
NuxeoDriveCreateFile |
Creates a file with the given blob in the
FileSystemItem with the given id for the currently authenticated
user. |
NuxeoDriveCreateFolder |
Creates a folder with the given name in the
FileSystemItem with the given id for the currently authenticated
user. |
NuxeoDriveDelete |
Deletes the
FileSystemItem with the given id for the currently authenticated user. |
NuxeoDriveFileSystemItemExists |
Check if the
FileSystemItem with the given id exists for the currently authenticated user. |
NuxeoDriveGenerateConflictedItemName |
Generates a conflicted name for a
FileSystemItem given its name, the currently authenticated user's first
name and last name. |
NuxeoDriveGetChangeSummary |
Gets a summary of document changes in the synchronization roots of the currently authenticated user.
|
NuxeoDriveGetChildren |
Get the children of the
FolderItem with the given id for the currently authenticated user. |
NuxeoDriveGetClientUpdateInfo |
Gets the information needed for the Nuxeo Drive client update:
Server version
Nuxeo Drive update site URL
|
NuxeoDriveGetFileSystemItem |
Get the
FileSystemItem with the given id for the currently authenticated user. |
NuxeoDriveGetRootsOperation |
Fetch the list of synchronization roots for the currently authenticated user.
|
NuxeoDriveGetTopLevelChildren | Deprecated
use NuxeoDriveGetTopLevelFolder and the NuxeoDriveGetChildren operations instead
|
NuxeoDriveGetTopLevelFolder |
Gets the top level
FolderItem for the currently authenticated user. |
NuxeoDriveMove |
Moves the
FileSystemItem with the given source id to the FileSystemItem with the given destination id
for the currently authenticated user. |
NuxeoDriveOperationHelper |
Helper for Nuxeo Drive operations.
|
NuxeoDriveRename |
Renames the
FileSystemItem with the given id with the given name for the currently authenticated user. |
NuxeoDriveSetSynchronizationOperation |
Make it possible for the client to add / remove synchronization roots.
|
NuxeoDriveUpdateFile |
Updates the
FileSystemItem with the given id with the given blob for the currently authenticated user. |
Copyright © 2015 Nuxeo SA. All rights reserved.