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

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

public class HistoricJobLogResourceImpl
extends Object
implements HistoricJobLogResource

Author:
Roman Smirnov

Field Summary
protected  ProcessEngine engine
           
protected  String id
           
 
Constructor Summary
HistoricJobLogResourceImpl(String id, ProcessEngine engine)
           
 
Method Summary
 HistoricJobLogDto getHistoricJobLog()
           
 String getStacktrace()
           
 
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

HistoricJobLogResourceImpl

public HistoricJobLogResourceImpl(String id,
                                  ProcessEngine engine)
Method Detail

getHistoricJobLog

public HistoricJobLogDto getHistoricJobLog()
Specified by:
getHistoricJobLog in interface HistoricJobLogResource

getStacktrace

public String getStacktrace()
Specified by:
getStacktrace in interface HistoricJobLogResource


Copyright © 2016 camunda services GmbH. All rights reserved.