Uses of Interface
org.nuxeo.ecm.core.trash.TrashService
-
Packages that use TrashService Package Description org.nuxeo.ecm.core.trash -
-
Uses of TrashService in org.nuxeo.ecm.core.trash
Classes in org.nuxeo.ecm.core.trash that implement TrashService Modifier and Type Class Description class
AbstractTrashService
Basic implementation ofTrashService
.class
BridgeTrashService
Trash service delegating to two different backends, for use during migration.class
LifeCycleTrashService
Deprecated.since 10.1, usePropertyTrashService
instead.class
PropertyTrashService
ATrashService
implementation relying onecm:isTrashed
.Fields in org.nuxeo.ecm.core.trash declared as TrashService Modifier and Type Field Description protected TrashService
BridgeTrashService. first
protected TrashService
BridgeTrashService. second
protected TrashService
TrashServiceImpl. trashService
Methods in org.nuxeo.ecm.core.trash that return TrashService Modifier and Type Method Description protected TrashService
TrashServiceImpl. recomputeTrashService()
Constructors in org.nuxeo.ecm.core.trash with parameters of type TrashService Constructor Description BridgeTrashService(TrashService first, TrashService second)
-