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 TrashServiceAbstractDocumentBackedFileSystemItem. 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 TrashServiceEmptyTrash. trashServiceprotected TrashServiceTrashDocument. trashServiceprotected TrashServiceUntrashDocument. trashService -
Uses of TrashService in org.nuxeo.ecm.core.trash
Subinterfaces of TrashService in org.nuxeo.ecm.core.trash Modifier and Type Interface Description interfaceTrashServiceDeprecated.since 10.2, useTrashServiceinstead.Classes in org.nuxeo.ecm.core.trash that implement TrashService Modifier and Type Class Description classAbstractTrashServiceBasic implementation ofTrashService.classBridgeTrashServiceTrash service delegating to two different backends, for use during migration.classLifeCycleTrashServiceDeprecated.since 10.1, usePropertyTrashServiceinstead.classPropertyTrashServiceATrashServiceimplementation relying onecm:isTrashed.
-