Package io.jmix.bpm.service
Interface BpmModelService
- All Known Implementing Classes:
- BpmModelServiceImpl
public interface BpmModelService
- 
Method SummaryModifier 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- 
getElementExtensionPropertiesExtracts from BPMN XML of process definition with providedprocessDefinitionIdinformation about additionally configured key-value properties for element with providedelementId.- Parameters:
- processDefinitionId- identifier of the process definition
- elementId- 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.
 
 
-