Uses of Class
org.camunda.bpm.cycle.web.dto.ConnectorNodeDTO

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)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.