Uses of Class
org.nuxeo.ecm.core.api.IdRef
-
-
Uses of IdRef in org.nuxeo.drive.service
Fields in org.nuxeo.drive.service with type parameters of type IdRef Modifier and Type Field Description protected Set<IdRef>
SynchronizationRoots. refs
Methods in org.nuxeo.drive.service that return types with arguments of type IdRef Modifier and Type Method Description Set<IdRef>
SynchronizationRoots. getRefs()
Set<IdRef>
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 IdRef Modifier and Type Method Description void
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 IdRef Modifier and Type Method Description FileSystemChangeSummary
NuxeoDriveManager. 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.List<FileSystemItemChange>
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 IdRef Modifier and Type Method Description Set<IdRef>
NuxeoDriveManagerImpl. getSynchronizationRootReferences(CoreSession session)
static Map<String,Set<IdRef>>
RootDefinitionsHelper. parseRootDefinitions(String rootDefinitions)
Parses the given synchronization root definitions string.Methods in org.nuxeo.drive.service.impl with parameters of type IdRef Modifier and Type Method Description void
NuxeoDriveManagerImpl. handleFolderDeletion(IdRef deleted)
Method parameters in org.nuxeo.drive.service.impl with type arguments of type IdRef Modifier and Type Method Description FileSystemChangeSummary
NuxeoDriveManagerImpl. 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.List<FileSystemItemChange>
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 IdRef Constructor Description FileSystemChangeSummaryImpl(List<FileSystemItemChange> fileSystemChanges, Map<String,Set<IdRef>> activeRootRefs, Long syncDate, Long upperBound, Boolean tooManyChanges)
-
Uses of IdRef in org.nuxeo.easyshare
Methods in org.nuxeo.easyshare with parameters of type IdRef Modifier and Type Method Description abstract Object
EasyShareUnrestrictedRunner. run(CoreSession coreSession, IdRef docId)
-
Uses of IdRef in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return IdRef Modifier and Type Method Description IdRef
DocumentLocation. getIdRef()
Returns the document id reference -
Uses of IdRef in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that return IdRef Modifier and Type Method Description IdRef
DocumentLocationImpl. getIdRef()
Constructors in org.nuxeo.ecm.core.api.impl with parameters of type IdRef Constructor Description DocumentLocationImpl(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 IdRef Modifier and Type Method Description protected 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 IdRef Modifier and Type Method Description protected void
RecomputeTranscodedVideosComputation. saveRendition(CoreSession session, IdRef docId, String conversionName, TranscodedVideo transcodedVideo)
-