public interface BpmnProcessManager
| Modifier and Type | Method and Description |
|---|---|
void |
deleteProcess(String key)
Remove the process for the given key.
|
void |
exportDiagram(String key,
OutputStream os)
Export the process graphical representation for the given key (if available).
|
void |
exportProcess(String key,
BpmnProcessFormat format,
OutputStream os)
Export the process for the given key, in the requested format.
|
List<BpmnProcess> |
getProcesses() |
void |
importProcess(String key,
BpmnProcessFormat format,
String process)
Import the process for the given key.
|
List<BpmnProcess> getProcesses()
void exportProcess(String key, BpmnProcessFormat format, OutputStream os)
key - process keyformat - export formatos - export streamvoid exportDiagram(String key, OutputStream os)
key - process keyos - export streamvoid importProcess(String key, BpmnProcessFormat format, String process)
key - process keyformat - import formatprocess - processvoid deleteProcess(String key)
key - process keyCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.