org.camunda.bpm.engine.rest.sub.history.impl
Class HistoricExternalTaskLogResourceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.sub.history.impl.HistoricExternalTaskLogResourceImpl
All Implemented Interfaces:
HistoricExternalTaskLogResource

public class HistoricExternalTaskLogResourceImpl
extends Object
implements HistoricExternalTaskLogResource


Field Summary
protected  ProcessEngine engine
           
protected  String id
           
 
Constructor Summary
HistoricExternalTaskLogResourceImpl(String id, ProcessEngine engine)
           
 
Method Summary
 String getErrorDetails()
           
 HistoricExternalTaskLogDto getHistoricExternalTaskLog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

engine

protected ProcessEngine engine
Constructor Detail

HistoricExternalTaskLogResourceImpl

public HistoricExternalTaskLogResourceImpl(String id,
                                           ProcessEngine engine)
Method Detail

getHistoricExternalTaskLog

public HistoricExternalTaskLogDto getHistoricExternalTaskLog()
Specified by:
getHistoricExternalTaskLog in interface HistoricExternalTaskLogResource

getErrorDetails

public String getErrorDetails()
Specified by:
getErrorDetails in interface HistoricExternalTaskLogResource


Copyright © 2017 camunda services GmbH. All rights reserved.