Package io.jmix.bpm.service.impl
Class BpmModelServiceImpl
java.lang.Object
io.jmix.bpm.service.impl.BpmModelServiceImpl
- All Implemented Interfaces:
- BpmModelService
@Component("bpm_BpmModelService")
public class BpmModelServiceImpl
extends Object
implements BpmModelService
- 
Constructor SummaryConstructors
- 
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.
- 
Constructor Details- 
BpmModelServiceImplpublic BpmModelServiceImpl()
 
- 
- 
Method Details- 
getElementExtensionPropertiespublic List<ExtensionProperty> getElementExtensionProperties(String processDefinitionId, String elementId) Description copied from interface:BpmModelServiceExtracts from BPMN XML of process definition with providedprocessDefinitionIdinformation about additionally configured key-value properties for element with providedelementId.- Specified by:
- getElementExtensionPropertiesin interface- BpmModelService
- 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.
 
 
-