Interface IWorkflowBpmnSubProcessBodyShape


public interface IWorkflowBpmnSubProcessBodyShape
Represents the BPMN shapes created for the start and end event of a IBoundedBpmnElementLayout.
Since:
8.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    de.xima.bpmn_model.api.element.bpmndi.BpmnShape
    The shape end event that terminates the IBpmnElementLayout.item().
    de.xima.bpmn_model.api.element.bpmndi.BpmnShape
    The start event that starts the IBpmnElementLayout.item().
  • Method Details

    • endEvent

      de.xima.bpmn_model.api.element.bpmndi.BpmnShape endEvent()
      The shape end event that terminates the IBpmnElementLayout.item().
      Returns:
      The shape of the end event.
    • startEvent

      de.xima.bpmn_model.api.element.bpmndi.BpmnShape startEvent()
      The start event that starts the IBpmnElementLayout.item().
      Returns:
      The shape of the start event.