Package io.jmix.bpm.service
Interface BpmModelService
- All Known Implementing Classes:
BpmModelServiceImpl
public interface BpmModelService
-
Method Summary
Modifier and TypeMethodDescriptiongetElementExtensionProperties(String processDefinitionId, String elementId) Extracts from BPMN XML of process definition with providedprocessDefinitionIdinformation about additionally configured key-value properties for element with providedelementId.
-
Method Details
-
getElementExtensionProperties
Extracts from BPMN XML of process definition with providedprocessDefinitionIdinformation about additionally configured key-value properties for element with providedelementId.- Parameters:
processDefinitionId- identifier of the process definitionelementId- identifier of the element- Returns:
- list of configured extension properties or empty list if BPMN XML does not contain element with such
elementIdor extension properties do not configured.
-