Uses of Class
org.nuxeo.ecm.core.event.impl.ShallowDocumentModel
-
Packages that use ShallowDocumentModel Package Description org.nuxeo.ecm.core.event Event Service API (seeEventService).org.nuxeo.ecm.core.versioning org.nuxeo.snapshot -
-
Uses of ShallowDocumentModel in org.nuxeo.ecm.core.event
Subclasses of ShallowDocumentModel in org.nuxeo.ecm.core.event Modifier and Type Class Description classDeletedDocumentModel -
Uses of ShallowDocumentModel in org.nuxeo.ecm.core.versioning
Methods in org.nuxeo.ecm.core.versioning with parameters of type ShallowDocumentModel Modifier and Type Method Description List<String>OrphanVersionRemovalFilter. getRemovableVersionIds(CoreSession session, ShallowDocumentModel deletedLiveDoc, List<String> versionUUIDs)This method will be called by theOrphanVersionRemoverListener.protected voidOrphanVersionRemoverListener. removeIfPossible(CoreSession session, ShallowDocumentModel deletedLiveDoc, List<String> versionUUIDs)Deprecated. -
Uses of ShallowDocumentModel in org.nuxeo.snapshot
Methods in org.nuxeo.snapshot with parameters of type ShallowDocumentModel Modifier and Type Method Description List<String>SnapshotRemovalPolicy. getRemovableVersionIds(CoreSession session, ShallowDocumentModel deletedLiveDoc, List<String> versionUUIDs)
-