Class BpmnManagerImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.core.impl.BpmnManagerImpl
- All Implemented Interfaces:
BpmnManager
- Author:
- Badamshin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBpmnPath
(String processId) getBpmnVariable
(String processId, String name) getBpmnVariables
(String processId, Class<?> type) Получить переменные процессаgetProcessIdByPath
(Path pathFile) getProcessSubProcessPaths
(Path processPath)
-
Constructor Details
-
BpmnManagerImpl
-
-
Method Details
-
getBpmnVariables
Description copied from interface:BpmnManager
Получить переменные процесса- Specified by:
getBpmnVariables
in interfaceBpmnManager
-
getBpmnVariable
- Specified by:
getBpmnVariable
in interfaceBpmnManager
-
getProcessSubProcessPaths
- Specified by:
getProcessSubProcessPaths
in interfaceBpmnManager
-
getProcessIdByPath
- Specified by:
getProcessIdByPath
in interfaceBpmnManager
-
getBpmnPath
- Specified by:
getBpmnPath
in interfaceBpmnManager
-