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 TypeMethodDescriptionde.xima.bpmn_model.api.element.bpmndi.BpmnShapeendEvent()The shape end event that terminates theIBpmnElementLayout.item().de.xima.bpmn_model.api.element.bpmndi.BpmnShapeThe start event that starts theIBpmnElementLayout.item().
-
Method Details
-
endEvent
de.xima.bpmn_model.api.element.bpmndi.BpmnShape endEvent()The shape end event that terminates theIBpmnElementLayout.item().- Returns:
- The shape of the end event.
-
startEvent
de.xima.bpmn_model.api.element.bpmndi.BpmnShape startEvent()The start event that starts theIBpmnElementLayout.item().- Returns:
- The shape of the start event.
-