Class | Description |
---|---|
GetRepositoriesOperation |
Fetch the list of the repositories registered on the server.
|
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. |
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, last name and time zone. |
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. |
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 © 2013 Nuxeo SA. All Rights Reserved.