Uses of Class
org.nuxeo.ecm.core.api.IdRef
Package
Description
-
Uses of IdRef in org.nuxeo.drive.service
Modifier and TypeMethodDescriptionSynchronizationRoots.getRefs()
NuxeoDriveManager.getSynchronizationRootReferences
(CoreSession session) Fetch the list of synchronization root refs for a given user and a given session repository.Modifier and TypeMethodDescriptionvoid
NuxeoDriveManager.handleFolderDeletion
(IdRef ref) Method to be called by a CoreEvent listener monitoring documents deletions to cleanup references to recently deleted documents and invalidate the caches.Modifier and TypeMethodDescriptionNuxeoDriveManager.getChangeSummary
(NuxeoPrincipal principal, Map<String, Set<IdRef>> lastSyncRootRefs, long lowerBound) Gets a summary of document changes in all repositories for the given user's synchronization roots, from the lower bound sent by the user's device.FileSystemChangeFinder.getFileSystemChanges
(CoreSession session, Set<IdRef> lastActiveRootRefs, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) Gets the changes in the repository against which the given session is bound for the given synchronization root paths, between the given lower and upper integer bounds and without exceeding the given limit. -
Uses of IdRef in org.nuxeo.drive.service.impl
Modifier and TypeMethodDescriptionNuxeoDriveManagerImpl.getSynchronizationRootReferences
(CoreSession session) RootDefinitionsHelper.parseRootDefinitions
(String rootDefinitions) Parses the given synchronization root definitions string.Modifier and TypeMethodDescriptionNuxeoDriveManagerImpl.getChangeSummary
(NuxeoPrincipal principal, Map<String, Set<IdRef>> lastSyncRootRefs, long lowerBound) Uses theAuditChangeFinder
to get the summary of document changes for the given user and lower bound.AuditChangeFinder.getFileSystemChanges
(CoreSession session, Set<IdRef> lastActiveRootRefs, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) ModifierConstructorDescriptionFileSystemChangeSummaryImpl
(List<FileSystemItemChange> fileSystemChanges, Map<String, Set<IdRef>> activeRootRefs, Long syncDate, Long upperBound, Boolean tooManyChanges) -
Uses of IdRef in org.nuxeo.ecm.core.api
-
Uses of IdRef in org.nuxeo.ecm.core.api.impl
ModifierConstructorDescriptionDocumentLocationImpl
(String serverName, IdRef idRef, PathRef pathRef) -
Uses of IdRef in org.nuxeo.ecm.platform.comment.impl
Modifier and TypeMethodDescriptionprotected void
CommentsMigrator.migrateCommentsFromPropertyToSecured
(CoreSession session, TreeCommentManager treeCommentManager, IdRef commentIdRef) -
Uses of IdRef in org.nuxeo.ecm.platform.video.computation
Modifier and TypeMethodDescriptionprotected void
RecomputeTranscodedVideosComputation.saveRendition
(CoreSession session, IdRef docId, String conversionName, TranscodedVideo transcodedVideo)