Interface BpmModelService

All Known Implementing Classes:
BpmModelServiceImpl

public interface BpmModelService
  • Method Summary

    Modifier and Type
    Method
    Description
    getElementExtensionProperties(String processDefinitionId, String elementId)
    Extracts from BPMN XML of process definition with provided processDefinitionId information about additionally configured key-value properties for element with provided elementId.
  • Method Details

    • getElementExtensionProperties

      List<ExtensionProperty> getElementExtensionProperties(String processDefinitionId, String elementId)
      Extracts from BPMN XML of process definition with provided processDefinitionId information about additionally configured key-value properties for element with provided elementId.
      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 elementId or extension properties do not configured.