Uses of Class
org.nuxeo.ecm.platform.routing.api.exception.DocumentRouteNotLockedException
-
Packages that use DocumentRouteNotLockedException 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 DocumentRouteNotLockedException in org.nuxeo.ecm.platform.routing.api
Methods in org.nuxeo.ecm.platform.routing.api that throw DocumentRouteNotLockedException Modifier and Type Method Description voidDocumentRoutingService. addRouteElementToRoute(DocumentRef parentDocumentRef, int idx, DocumentRouteElement routeElement, CoreSession session)Deprecated.since 5.9.2 - Use only routes of type 'graph'voidDocumentRoutingService. addRouteElementToRoute(DocumentRef parentDocumentRef, String sourceName, DocumentRouteElement routeElement, CoreSession session)Deprecated.since 5.9.2 - Use only routes of type 'graph'voidDocumentRoutingService. removeRouteElement(DocumentRouteElement routeElement, CoreSession session)Deprecated.since 5.9.2 - Use only routes of type 'graph'voidDocumentRoutingService. unlockDocumentRoute(DocumentRoute routeModel, CoreSession session)Unlocks thisDocumentRoute.If the document is not locked throws aDocumentRouteNotLockedExceptionvoidDocumentRoutingService. updateRouteElement(DocumentRouteElement routeModel, CoreSession session)Update the given route elementDocumentRouteDocumentRoutingService. 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 DocumentRouteNotLockedException Modifier and Type Method Description voidDocumentRoutingServiceImpl. addRouteElementToRoute(DocumentRef parentDocumentRef, int idx, DocumentRouteElement routeElement, CoreSession session)Deprecated.voidDocumentRoutingServiceImpl. addRouteElementToRoute(DocumentRef parentDocumentRef, String sourceName, DocumentRouteElement routeElement, CoreSession session)Deprecated.voidDocumentRoutingServiceImpl. removeRouteElement(DocumentRouteElement routeElement, CoreSession session)voidDocumentRoutingServiceImpl. unlockDocumentRoute(DocumentRoute routeModel, CoreSession session)voidDocumentRoutingServiceImpl. updateRouteElement(DocumentRouteElement routeElement, CoreSession session)DocumentRouteDocumentRoutingServiceImpl. validateRouteModel(DocumentRoute routeModel, CoreSession userSession)
-