Uses of Class
io.zeebe.model.bpmn.builder.EndEventBuilder
-
Packages that use EndEventBuilder Package Description io.zeebe.model.bpmn.builder io.zeebe.model.bpmn.impl.instance io.zeebe.model.bpmn.instance -
-
Uses of EndEventBuilder in io.zeebe.model.bpmn.builder
Methods in io.zeebe.model.bpmn.builder that return EndEventBuilder Modifier and Type Method Description EndEventBuilder
AbstractFlowNodeBuilder. endEvent()
EndEventBuilder
AbstractFlowNodeBuilder. endEvent(String id)
EndEventBuilder
AbstractFlowNodeBuilder. endEvent(String id, Consumer<EndEventBuilder> consumer)
Method parameters in io.zeebe.model.bpmn.builder with type arguments of type EndEventBuilder Modifier and Type Method Description EndEventBuilder
AbstractFlowNodeBuilder. endEvent(String id, Consumer<EndEventBuilder> consumer)
-
Uses of EndEventBuilder in io.zeebe.model.bpmn.impl.instance
Methods in io.zeebe.model.bpmn.impl.instance that return EndEventBuilder Modifier and Type Method Description EndEventBuilder
EndEventImpl. builder()
-
Uses of EndEventBuilder in io.zeebe.model.bpmn.instance
Methods in io.zeebe.model.bpmn.instance that return EndEventBuilder Modifier and Type Method Description EndEventBuilder
EndEvent. builder()
-