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 classAbstractTrashServiceBasic implementation ofTrashService.classBridgeTrashServiceTrash service delegating to two different backends, for use during migration.classLifeCycleTrashServiceDeprecated.since 10.1, usePropertyTrashServiceinstead.classPropertyTrashServiceATrashServiceimplementation relying onecm:isTrashed.Fields in org.nuxeo.ecm.core.trash declared as TrashService Modifier and Type Field Description protected TrashServiceBridgeTrashService. firstprotected TrashServiceBridgeTrashService. secondprotected TrashServiceTrashServiceImpl. trashServiceMethods in org.nuxeo.ecm.core.trash that return TrashService Modifier and Type Method Description protected TrashServiceTrashServiceImpl. recomputeTrashService()Constructors in org.nuxeo.ecm.core.trash with parameters of type TrashService Constructor Description BridgeTrashService(TrashService first, TrashService second)
-