Uses of Interface
io.camunda.zeebe.model.bpmn.instance.StartEvent
Packages that use StartEvent
Package
Description
-
Uses of StartEvent in io.camunda.zeebe.model.bpmn.builder
Constructors in io.camunda.zeebe.model.bpmn.builder with parameters of type StartEventModifierConstructorDescriptionprotectedAbstractStartEventBuilder(BpmnModelInstance modelInstance, StartEvent element, Class<?> selfType) StartEventBuilder(BpmnModelInstance modelInstance, StartEvent element) -
Uses of StartEvent in io.camunda.zeebe.model.bpmn.impl.instance
Classes in io.camunda.zeebe.model.bpmn.impl.instance that implement StartEvent -
Uses of StartEvent in io.camunda.zeebe.model.bpmn.util
Methods in io.camunda.zeebe.model.bpmn.util with parameters of type StartEventModifier and TypeMethodDescriptionstatic voidModelUtil.verifyEventDefinition(StartEvent startEvent, Consumer<String> errorCollector) -
Uses of StartEvent in io.camunda.zeebe.model.bpmn.validation.zeebe
Methods in io.camunda.zeebe.model.bpmn.validation.zeebe that return types with arguments of type StartEventMethods in io.camunda.zeebe.model.bpmn.validation.zeebe with parameters of type StartEventModifier and TypeMethodDescriptionvoidStartEventValidator.validate(StartEvent element, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)