Uses of Class
org.camunda.bpm.cycle.entity.Roundtrip

Packages that use Roundtrip
org.camunda.bpm.cycle.web.dto Classes meant for JSON serialization and query data aggregation. 
 

Uses of Roundtrip in org.camunda.bpm.cycle.web.dto
 

Methods in org.camunda.bpm.cycle.web.dto with parameters of type Roundtrip
static RoundtripDTO RoundtripDTO.wrap(Roundtrip roundtrip)
          Wraps a roundtrip as a data object
static RoundtripDTO RoundtripDTO.wrapIncludeDiagrams(Roundtrip roundtrip)
          Wraps a roundtrip as a data object including
 

Method parameters in org.camunda.bpm.cycle.web.dto with type arguments of type Roundtrip
static List<RoundtripDTO> RoundtripDTO.wrapAll(List<Roundtrip> trackers)
          Wraps a list of roundtrips as a list of the respective roundtrip data objects
 

Constructors in org.camunda.bpm.cycle.web.dto with parameters of type Roundtrip
RoundtripDTO(Roundtrip r)
           
RoundtripDTO(Roundtrip r, BpmnDiagram leftHandSide, BpmnDiagram rightHandSide)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.