org.camunda.bpm.engine.rest.dto.runtime
Class ExecutionDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto

public class ExecutionDto
extends Object


Constructor Summary
ExecutionDto()
           
 
Method Summary
static ExecutionDto fromExecution(Execution execution)
           
 String getId()
           
 String getProcessInstanceId()
           
 String getTenantId()
           
 boolean isEnded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionDto

public ExecutionDto()
Method Detail

fromExecution

public static ExecutionDto fromExecution(Execution execution)

getId

public String getId()

getProcessInstanceId

public String getProcessInstanceId()

isEnded

public boolean isEnded()

getTenantId

public String getTenantId()


Copyright © 2016 camunda services GmbH. All rights reserved.