Uses of Interface
org.camunda.bpm.engine.impl.pvm.process.HasDIBounds
-
Packages that use HasDIBounds Package Description org.camunda.bpm.engine.impl.bpmn.parser org.camunda.bpm.engine.impl.pvm.process -
-
Uses of HasDIBounds in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type HasDIBounds Modifier and Type Method Description protected void
BpmnParse. parseDIBounds(Element bpmnShapeElement, HasDIBounds target)
-
Uses of HasDIBounds in org.camunda.bpm.engine.impl.pvm.process
Classes in org.camunda.bpm.engine.impl.pvm.process that implement HasDIBounds Modifier and Type Class Description class
ActivityImpl
class
Lane
A single lane in a BPMN 2.0 LaneSet, currently only used internally for rendering the diagram.class
ParticipantProcess
Object indicating that aProcessDefinitionImpl
is a participant in a collaboration (pool).
-