Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
BpmnDiagram |
Roundtrip.getLeftHandSide() |
BpmnDiagram |
Roundtrip.getRightHandSide() |
Modifier and Type | Method and Description |
---|---|
void |
Roundtrip.setLeftHandSide(BpmnDiagram leftHandSide) |
void |
Roundtrip.setRightHandSide(BpmnDiagram rightHandSide) |
Modifier and Type | Method and Description |
---|---|
static BpmnDiagramDTO |
BpmnDiagramDTO.wrap(BpmnDiagram diagram)
Wraps a bpmn diagram as a data object
|
Constructor and Description |
---|
BpmnDiagramDTO(BpmnDiagram diagram) |
BpmnDiagramStatusDTO(BpmnDiagram diagram) |
RoundtripDTO(Roundtrip r,
BpmnDiagram leftHandSide,
BpmnDiagram rightHandSide) |
Modifier and Type | Method and Description |
---|---|
BpmnDiagram |
BpmnDiagramService.createOrUpdate(BpmnDiagramDTO data)
Create or update the bpmn diagram from the given data
|
protected BpmnDiagram |
BpmnDiagramService.getDiagramById(long id) |
Copyright © 2015. All rights reserved.