public interface ElementRunner
Modifier and Type | Method and Description |
---|---|
void |
cancel(CoreSession session,
DocumentRouteElement element)
Cancel this element.
|
void |
resume(CoreSession session,
DocumentRouteElement element,
String nodeId,
String taskId,
Map<String,Object> data,
String status)
Resumes this graph route on a given node.
|
void |
run(CoreSession session,
DocumentRouteElement element)
Run this element.
|
void |
run(CoreSession session,
DocumentRouteElement element,
Map<String,Serializable> map)
Run this element.
|
void |
undo(CoreSession session,
DocumentRouteElement element)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
void run(CoreSession session, DocumentRouteElement element, Map<String,Serializable> map)
void run(CoreSession session, DocumentRouteElement element)
void resume(CoreSession session, DocumentRouteElement element, String nodeId, String taskId, Map<String,Object> data, String status)
@Deprecated void undo(CoreSession session, DocumentRouteElement element)
void cancel(CoreSession session, DocumentRouteElement element)
DocumentRouteElement.cancel(CoreSession)
Copyright © 2018 Nuxeo. All rights reserved.