Uses of Interface
io.camunda.zeebe.model.bpmn.instance.SubProcess
Packages that use SubProcess
Package
Description
-
Uses of SubProcess in io.camunda.zeebe.model.bpmn.builder
Constructors in io.camunda.zeebe.model.bpmn.builder with parameters of type SubProcessModifierConstructorDescriptionprotectedAbstractEventSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element, Class<?> selfType) protectedAbstractSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element, Class<?> selfType) EventSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element) SubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element) -
Uses of SubProcess in io.camunda.zeebe.model.bpmn.impl.instance
Classes in io.camunda.zeebe.model.bpmn.impl.instance that implement SubProcessModifier and TypeClassDescriptionclassclassThe BPMN subProcess elementclass -
Uses of SubProcess in io.camunda.zeebe.model.bpmn.instance
Subinterfaces of SubProcess in io.camunda.zeebe.model.bpmn.instance -
Uses of SubProcess in io.camunda.zeebe.model.bpmn.validation.zeebe
Methods in io.camunda.zeebe.model.bpmn.validation.zeebe that return types with arguments of type SubProcessMethods in io.camunda.zeebe.model.bpmn.validation.zeebe with parameters of type SubProcessModifier and TypeMethodDescriptionvoidSubProcessValidator.validate(SubProcess element, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)