Uses of Class
org.nuxeo.ecm.platform.routing.api.exception.DocumentRouteAlredayLockedException
Packages that use DocumentRouteAlredayLockedException
Package
Description
Provides the interfaces necessary to create and manipulate
DocumentRoute
.Provides implementation for the api package.
-
Uses of DocumentRouteAlredayLockedException in org.nuxeo.ecm.platform.routing.api
Methods in org.nuxeo.ecm.platform.routing.api that throw DocumentRouteAlredayLockedExceptionModifier and TypeMethodDescriptionvoid
DocumentRoutingService.lockDocumentRoute
(DocumentRoute routeModel, CoreSession session) Locks thisDocumentRoute
if not already locked by the current user. -
Uses of DocumentRouteAlredayLockedException in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that throw DocumentRouteAlredayLockedExceptionModifier and TypeMethodDescriptionvoid
DocumentRoutingServiceImpl.lockDocumentRoute
(DocumentRoute routeModel, CoreSession session)