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 void
DocumentRoutingService. addRouteElementToRoute(DocumentRef parentDocumentRef, int idx, DocumentRouteElement routeElement, CoreSession session)
Deprecated.since 5.9.2 - Use only routes of type 'graph'void
DocumentRoutingService. addRouteElementToRoute(DocumentRef parentDocumentRef, String sourceName, DocumentRouteElement routeElement, CoreSession session)
Deprecated.since 5.9.2 - Use only routes of type 'graph'void
DocumentRoutingService. removeRouteElement(DocumentRouteElement routeElement, CoreSession session)
Deprecated.since 5.9.2 - Use only routes of type 'graph'void
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 elementDocumentRoute
DocumentRoutingService. 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
Methods in org.nuxeo.ecm.platform.routing.core.impl that throw DocumentRouteNotLockedException Modifier and Type Method Description void
DocumentRoutingServiceImpl. addRouteElementToRoute(DocumentRef parentDocumentRef, int idx, DocumentRouteElement routeElement, CoreSession session)
Deprecated.void
DocumentRoutingServiceImpl. addRouteElementToRoute(DocumentRef parentDocumentRef, String sourceName, DocumentRouteElement routeElement, CoreSession session)
Deprecated.void
DocumentRoutingServiceImpl. removeRouteElement(DocumentRouteElement routeElement, CoreSession session)
void
DocumentRoutingServiceImpl. unlockDocumentRoute(DocumentRoute routeModel, CoreSession session)
void
DocumentRoutingServiceImpl. updateRouteElement(DocumentRouteElement routeElement, CoreSession session)
DocumentRoute
DocumentRoutingServiceImpl. validateRouteModel(DocumentRoute routeModel, CoreSession userSession)
-