Uses of Class
org.nuxeo.ecm.platform.routing.api.exception.DocumentRouteNotLockedException
Package
Description
Provides the interfaces necessary to create and manipulate
DocumentRoute
.Provides implementation for the api package.
-
Uses of DocumentRouteNotLockedException in org.nuxeo.ecm.platform.routing.api
Modifier and TypeMethodDescriptionvoid
DocumentRoutingService.unlockDocumentRoute
(DocumentRoute routeModel, CoreSession session) Unlocks thisDocumentRoute
.If the document is not locked throws aDocumentRouteNotLockedException
void
DocumentRoutingService.updateRouteElement
(DocumentRouteElement routeModel, CoreSession session) Update the given route elementDocumentRoutingService.validateRouteModel
(DocumentRoute routeModel, CoreSession session) Validates the givenDocumentRoute
model by changing its lifecycle state and setting it and all its children in ReadOnly. -
Uses of DocumentRouteNotLockedException in org.nuxeo.ecm.platform.routing.core.impl
Modifier and TypeMethodDescriptionvoid
DocumentRoutingServiceImpl.unlockDocumentRoute
(DocumentRoute routeModel, CoreSession session) void
DocumentRoutingServiceImpl.updateRouteElement
(DocumentRouteElement routeElement, CoreSession session) DocumentRoutingServiceImpl.validateRouteModel
(DocumentRoute routeModel, CoreSession userSession)