Uses of Class
org.nuxeo.ecm.platform.routing.api.exception.DocumentRouteNotLockedException
Packages that use 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
Methods in org.nuxeo.ecm.platform.routing.api that throw DocumentRouteNotLockedExceptionModifier and TypeMethodDescriptionvoidDocumentRoutingService.unlockDocumentRoute(DocumentRoute routeModel, CoreSession session) Unlocks thisDocumentRoute.If the document is not locked throws aDocumentRouteNotLockedExceptionvoidDocumentRoutingService.updateRouteElement(DocumentRouteElement routeModel, CoreSession session) Update the given route elementDocumentRoutingService.validateRouteModel(DocumentRoute routeModel, CoreSession session) Validates the givenDocumentRoutemodel 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
Methods in org.nuxeo.ecm.platform.routing.core.impl that throw DocumentRouteNotLockedExceptionModifier and TypeMethodDescriptionvoidDocumentRoutingServiceImpl.unlockDocumentRoute(DocumentRoute routeModel, CoreSession session) voidDocumentRoutingServiceImpl.updateRouteElement(DocumentRouteElement routeElement, CoreSession session) DocumentRoutingServiceImpl.validateRouteModel(DocumentRoute routeModel, CoreSession userSession)