Uses of Class
org.nuxeo.ecm.core.api.IdRef
Packages that use IdRef
Package
Description
-
Uses of IdRef in org.nuxeo.drive.service
Fields in org.nuxeo.drive.service with type parameters of type IdRefMethods in org.nuxeo.drive.service that return types with arguments of type IdRefModifier and TypeMethodDescriptionSynchronizationRoots.getRefs()
NuxeoDriveManager.getSynchronizationRootReferences
(CoreSession session) Fetch the list of synchronization root refs for a given user and a given session repository.Methods in org.nuxeo.drive.service with parameters of type IdRefModifier 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.Method parameters in org.nuxeo.drive.service with type arguments of type IdRefModifier 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
Methods in org.nuxeo.drive.service.impl that return types with arguments of type IdRefModifier and TypeMethodDescriptionNuxeoDriveManagerImpl.getSynchronizationRootReferences
(CoreSession session) RootDefinitionsHelper.parseRootDefinitions
(String rootDefinitions) Parses the given synchronization root definitions string.Methods in org.nuxeo.drive.service.impl with parameters of type IdRefMethod parameters in org.nuxeo.drive.service.impl with type arguments of type IdRefModifier 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) Constructor parameters in org.nuxeo.drive.service.impl with type arguments of type IdRefModifierConstructorDescriptionFileSystemChangeSummaryImpl
(List<FileSystemItemChange> fileSystemChanges, Map<String, Set<IdRef>> activeRootRefs, Long syncDate, Long upperBound, Boolean tooManyChanges) -
Uses of IdRef in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return IdRef -
Uses of IdRef in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that return IdRefConstructors in org.nuxeo.ecm.core.api.impl with parameters of type IdRefModifierConstructorDescriptionDocumentLocationImpl
(String serverName, IdRef idRef, PathRef pathRef) -
Uses of IdRef in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type IdRefModifier and TypeMethodDescriptionprotected void
CommentsMigrator.migrateCommentsFromPropertyToSecured
(CoreSession session, TreeCommentManager treeCommentManager, IdRef commentIdRef) -
Uses of IdRef in org.nuxeo.ecm.platform.video.computation
Methods in org.nuxeo.ecm.platform.video.computation with parameters of type IdRefModifier and TypeMethodDescriptionprotected void
RecomputeTranscodedVideosComputation.saveRendition
(CoreSession session, IdRef docId, String conversionName, TranscodedVideo transcodedVideo)