Uses of Class
org.nuxeo.ecm.platform.routing.api.exception.DocumentRouteAlredayLockedException
-
Packages that use DocumentRouteAlredayLockedException Package Description org.nuxeo.ecm.platform.routing.api Provides the interfaces necessary to create and manipulateDocumentRoute.org.nuxeo.ecm.platform.routing.core.impl 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 DocumentRouteAlredayLockedException Modifier and Type Method Description voidDocumentRoutingService. lockDocumentRoute(DocumentRoute routeModel, CoreSession session)Locks thisDocumentRouteif 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 DocumentRouteAlredayLockedException Modifier and Type Method Description voidDocumentRoutingServiceImpl. lockDocumentRoute(DocumentRoute routeModel, CoreSession session)
-