Uses of Interface
io.camunda.zeebe.model.bpmn.instance.bpmndi.BpmnLabel
Packages that use BpmnLabel
Package
Description
-
Uses of BpmnLabel in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi
Classes in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi that implement BpmnLabelFields in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnLabelModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel>
BpmnEdgeImpl.bpmnLabelChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel>
BpmnShapeImpl.bpmnLabelChild
Methods in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi that return BpmnLabelMethods in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi with parameters of type BpmnLabelModifier and TypeMethodDescriptionvoid
BpmnEdgeImpl.setBpmnLabel
(BpmnLabel bpmnLabel) void
BpmnShapeImpl.setBpmnLabel
(BpmnLabel bpmnLabel) -
Uses of BpmnLabel in io.camunda.zeebe.model.bpmn.instance.bpmndi
Methods in io.camunda.zeebe.model.bpmn.instance.bpmndi that return BpmnLabelMethods in io.camunda.zeebe.model.bpmn.instance.bpmndi with parameters of type BpmnLabelModifier and TypeMethodDescriptionvoid
BpmnEdge.setBpmnLabel
(BpmnLabel bpmnLabel) void
BpmnShape.setBpmnLabel
(BpmnLabel bpmnLabel)