Package | Description |
---|---|
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 |
---|---|
ConnectorNodeDTO |
BpmnDiagramDTO.getConnectorNode() |
Modifier and Type | Method and Description |
---|---|
static List<ConnectorNodeDTO> |
ConnectorNodeDTO.wrapAll(List<ConnectorNode> nodes)
Wraps a list of connector nodes as a list of the respective connector node data objects
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnDiagramDTO.setConnectorNode(ConnectorNodeDTO connectorNode) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorNodeDTO> |
ConnectorService.children(long connectorId,
String nodeId,
List<ConnectorNodeType> connectorNodeTypes) |
List<ConnectorNodeDTO> |
ConnectorService.root(long connectorId) |
Copyright © 2015. All rights reserved.