Uses of Interface
org.nuxeo.ecm.core.api.trash.TrashService
-
Packages that use TrashService Package Description org.nuxeo.drive.adapter.impl org.nuxeo.ecm.automation.core.operations.document org.nuxeo.ecm.core.trash -
-
Uses of TrashService in org.nuxeo.drive.adapter.impl
Methods in org.nuxeo.drive.adapter.impl that return TrashService Modifier and Type Method Description protected TrashService
AbstractDocumentBackedFileSystemItem. getTrashService()
-
Uses of TrashService in org.nuxeo.ecm.automation.core.operations.document
Fields in org.nuxeo.ecm.automation.core.operations.document declared as TrashService Modifier and Type Field Description protected TrashService
EmptyTrash. trashService
protected TrashService
TrashDocument. trashService
protected TrashService
UntrashDocument. trashService
-
Uses of TrashService in org.nuxeo.ecm.core.trash
Subinterfaces of TrashService in org.nuxeo.ecm.core.trash Modifier and Type Interface Description interface
TrashService
Deprecated.since 10.2, useTrashService
instead.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
.
-