|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorNodeDTO | |
|---|---|
| org.camunda.bpm.cycle.web.dto | Classes meant for JSON serialization and query data aggregation. |
| org.camunda.bpm.cycle.web.service.resource | |
| Uses of ConnectorNodeDTO in org.camunda.bpm.cycle.web.dto |
|---|
| Methods in org.camunda.bpm.cycle.web.dto that return ConnectorNodeDTO | |
|---|---|
ConnectorNodeDTO |
BpmnDiagramDTO.getConnectorNode()
|
| Methods in org.camunda.bpm.cycle.web.dto that return types with arguments of type ConnectorNodeDTO | |
|---|---|
static List<ConnectorNodeDTO> |
ConnectorNodeDTO.wrapAll(List<ConnectorNode> nodes)
Wraps a list of connector nodes as a list of the respective connector node data objects |
| Methods in org.camunda.bpm.cycle.web.dto with parameters of type ConnectorNodeDTO | |
|---|---|
void |
BpmnDiagramDTO.setConnectorNode(ConnectorNodeDTO connectorNode)
|
| Uses of ConnectorNodeDTO in org.camunda.bpm.cycle.web.service.resource |
|---|
| Methods in org.camunda.bpm.cycle.web.service.resource that return types with arguments of type ConnectorNodeDTO | |
|---|---|
List<ConnectorNodeDTO> |
ConnectorService.children(long connectorId,
String nodeId,
List<ConnectorNodeType> connectorNodeTypes)
|
List<ConnectorNodeDTO> |
ConnectorService.root(long connectorId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||