Package | Description |
---|---|
org.nuxeo.ecm.core.event |
Event Service API (see
EventService ). |
org.nuxeo.ecm.core.versioning | |
org.nuxeo.snapshot |
Modifier and Type | Class and Description |
---|---|
class |
DeletedDocumentModel |
Modifier and Type | Method and Description |
---|---|
List<String> |
OrphanVersionRemovalFilter.getRemovableVersionIds(CoreSession session,
ShallowDocumentModel deletedLiveDoc,
List<String> versionUUIDs)
This method will be called by the
OrphanVersionRemoverListener . |
protected void |
OrphanVersionRemoverListener.removeIfPossible(CoreSession session,
ShallowDocumentModel deletedLiveDoc,
List<String> versionUUIDs) |
Modifier and Type | Method and Description |
---|---|
List<String> |
SnapshotRemovalPolicy.getRemovableVersionIds(CoreSession session,
ShallowDocumentModel deletedLiveDoc,
List<String> versionUUIDs) |
Copyright © 2018 Nuxeo. All rights reserved.