Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto

Packages that use ActivityInstanceDto
org.camunda.bpm.engine.rest.dto.runtime   
org.camunda.bpm.engine.rest.sub.runtime   
org.camunda.bpm.engine.rest.sub.runtime.impl   
 

Uses of ActivityInstanceDto in org.camunda.bpm.engine.rest.dto.runtime
 

Fields in org.camunda.bpm.engine.rest.dto.runtime declared as ActivityInstanceDto
protected  ActivityInstanceDto[] ActivityInstanceDto.childActivityInstances
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime that return ActivityInstanceDto
static ActivityInstanceDto ActivityInstanceDto.fromActivityInstance(ActivityInstance instance)
           
static ActivityInstanceDto[] ActivityInstanceDto.fromListOfActivityInstance(ActivityInstance[] instances)
           
 ActivityInstanceDto[] ActivityInstanceDto.getChildActivityInstances()
          Returns the child activity instances.
 

Uses of ActivityInstanceDto in org.camunda.bpm.engine.rest.sub.runtime
 

Methods in org.camunda.bpm.engine.rest.sub.runtime that return ActivityInstanceDto
 ActivityInstanceDto ProcessInstanceResource.getActivityInstanceTree()
           
 

Uses of ActivityInstanceDto in org.camunda.bpm.engine.rest.sub.runtime.impl
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return ActivityInstanceDto
 ActivityInstanceDto ProcessInstanceResourceImpl.getActivityInstanceTree()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.