Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
-
-
Uses of BpmnShape in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return BpmnShape Modifier and Type Method Description BpmnShape
AbstractBaseElementBuilder. createBpmnShape(FlowNode node)
protected BpmnShape
AbstractBaseElementBuilder. findBpmnShape(BaseElement node)
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type BpmnShape Modifier and Type Method Description protected void
AbstractBaseElementBuilder. resizeSubProcess(BpmnShape innerShape)
protected void
AbstractActivityBuilder. setBoundaryEventCoordinates(BpmnShape bpmnShape)
protected void
AbstractBaseElementBuilder. setCoordinates(BpmnShape shape)
protected void
AbstractBoundaryEventBuilder. setCoordinates(BpmnShape shape)
protected void
EmbeddedSubProcessBuilder. setCoordinates(BpmnShape targetBpmnShape)
protected void
ProcessBuilder. setCoordinates(BpmnShape targetBpmnShape)
protected void
ProcessBuilder. setEventSubProcessCoordinates(BpmnShape targetBpmnShape)
-
Uses of BpmnShape in org.camunda.bpm.model.bpmn.impl.instance
Methods in org.camunda.bpm.model.bpmn.impl.instance that return BpmnShape Modifier and Type Method Description BpmnShape
EventImpl. getDiagramElement()
BpmnShape
GatewayImpl. getDiagramElement()
BpmnShape
TaskImpl. getDiagramElement()
-
Uses of BpmnShape in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnShape Modifier and Type Class Description class
BpmnShapeImpl
The BPMNDI BPMNShape elementFields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnShape Modifier and Type Field Description protected static AttributeReference<BpmnShape>
BpmnShapeImpl. choreographyActivityShapeAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnShape Modifier and Type Method Description BpmnShape
BpmnShapeImpl. getChoreographyActivityShape()
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnShape Modifier and Type Method Description void
BpmnShapeImpl. setChoreographyActivityShape(BpmnShape choreographyActivityShape)
-
Uses of BpmnShape in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return BpmnShape Modifier and Type Method Description BpmnShape
Event. getDiagramElement()
BpmnShape
Gateway. getDiagramElement()
BpmnShape
Task. getDiagramElement()
-
Uses of BpmnShape in org.camunda.bpm.model.bpmn.instance.bpmndi
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return BpmnShape Modifier and Type Method Description BpmnShape
BpmnShape. getChoreographyActivityShape()
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnShape Modifier and Type Method Description void
BpmnShape. setChoreographyActivityShape(BpmnShape choreographyActivityShape)
-