Uses of Enum Class
org.nuxeo.ecm.platform.routing.api.DocumentRoutingConstants.Events
Packages that use 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
Methods in org.nuxeo.ecm.platform.routing.api that return DocumentRoutingConstants.EventsModifier 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
Methods in org.nuxeo.ecm.platform.routing.core.audit with parameters of type DocumentRoutingConstants.EventsModifier 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
Methods in org.nuxeo.ecm.platform.routing.core.impl with parameters of type DocumentRoutingConstants.EventsModifier and TypeMethodDescriptionprotected void
DocumentRoutingServiceImpl.prepareAndFireEvent
(Serializable actors, DocumentRoutingConstants.Events event, String comment, CoreSession session, Task task, GraphRoute routeInstance)