|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BpmnDiagram | |
|---|---|
| org.camunda.bpm.cycle.entity | |
| org.camunda.bpm.cycle.web.dto | Classes meant for JSON serialization and query data aggregation. |
| org.camunda.bpm.cycle.web.service.resource | |
| Uses of BpmnDiagram in org.camunda.bpm.cycle.entity |
|---|
| Methods in org.camunda.bpm.cycle.entity that return BpmnDiagram | |
|---|---|
BpmnDiagram |
Roundtrip.getLeftHandSide()
|
BpmnDiagram |
Roundtrip.getRightHandSide()
|
| Methods in org.camunda.bpm.cycle.entity with parameters of type BpmnDiagram | |
|---|---|
void |
Roundtrip.setLeftHandSide(BpmnDiagram leftHandSide)
|
void |
Roundtrip.setRightHandSide(BpmnDiagram rightHandSide)
|
| Uses of BpmnDiagram in org.camunda.bpm.cycle.web.dto |
|---|
| Methods in org.camunda.bpm.cycle.web.dto with parameters of type BpmnDiagram | |
|---|---|
static BpmnDiagramDTO |
BpmnDiagramDTO.wrap(BpmnDiagram diagram)
Wraps a bpmn diagram as a data object |
| Constructors in org.camunda.bpm.cycle.web.dto with parameters of type BpmnDiagram | |
|---|---|
BpmnDiagramDTO(BpmnDiagram diagram)
|
|
BpmnDiagramStatusDTO(BpmnDiagram diagram)
|
|
RoundtripDTO(Roundtrip r,
BpmnDiagram leftHandSide,
BpmnDiagram rightHandSide)
|
|
| Uses of BpmnDiagram in org.camunda.bpm.cycle.web.service.resource |
|---|
| Methods in org.camunda.bpm.cycle.web.service.resource that return BpmnDiagram | |
|---|---|
BpmnDiagram |
BpmnDiagramService.createOrUpdate(BpmnDiagramDTO data)
Create or update the bpmn diagram from the given data |
protected BpmnDiagram |
BpmnDiagramService.getDiagramById(long id)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||