Uses of Enum Class
org.nuxeo.ecm.platform.routing.api.DocumentRoutingConstants.Events
Package
Description
Provides the interfaces necessary to create and manipulate
DocumentRoute
.Provides implementation for the api package.
-
Uses of DocumentRoutingConstants.Events in org.nuxeo.ecm.platform.routing.api
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DocumentRoutingConstants.Events[]
DocumentRoutingConstants.Events.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DocumentRoutingConstants.Events in org.nuxeo.ecm.platform.routing.core.audit
Modifier and TypeMethodDescriptionstatic long
RoutingAuditHelper.computeElapsedTime
(DocumentRoutingConstants.Events event, String elementId) Query the audit for an entry of the Routing category matching the given event and returns the time elapsed since it is recorded. -
Uses of DocumentRoutingConstants.Events in org.nuxeo.ecm.platform.routing.core.impl
Modifier and TypeMethodDescriptionprotected void
DocumentRoutingServiceImpl.prepareAndFireEvent
(Serializable actors, DocumentRoutingConstants.Events event, String comment, CoreSession session, Task task, GraphRoute routeInstance)