Interface BpmnManager
- All Known Implementing Classes:
BpmnManagerImpl
public interface BpmnManager
- Author:
- Abdulin
-
Method Summary
Modifier and TypeMethodDescriptiongetBpmnPath
(String processId) getBpmnVariable
(String processId, String name) getBpmnVariables
(String processId, Class<?> bpmnVariableType) Получить переменные процессаgetProcessIdByPath
(Path pathFile) getProcessSubProcessPaths
(Path processPath)
-
Method Details
-
getBpmnVariables
Получить переменные процесса -
getBpmnVariable
-
getBpmnPath
-
getProcessSubProcessPaths
-
getProcessIdByPath
-