Uses of Class
org.nuxeo.ecm.platform.routing.api.DocumentRoutingConstants.Events
-
Packages that use DocumentRoutingConstants.Events Package Description org.nuxeo.ecm.platform.routing.api Provides the interfaces necessary to create and manipulateDocumentRoute
.org.nuxeo.ecm.platform.routing.core.audit org.nuxeo.ecm.platform.routing.core.impl 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.Events Modifier and Type Method Description static DocumentRoutingConstants.Events
DocumentRoutingConstants.Events. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentRoutingConstants.Events[]
DocumentRoutingConstants.Events. values()
Returns an array containing the constants of this enum type, 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.Events Modifier and Type Method Description static 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.Events Modifier and Type Method Description protected void
DocumentRoutingServiceImpl. prepareAndFireEvent(Serializable actors, DocumentRoutingConstants.Events event, String comment, CoreSession session, Task task, GraphRoute routeInstance)
-