org.camunda.bpm.engine.impl.cmd
Class GetHistoricJobLogExceptionStacktraceCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetHistoricJobLogExceptionStacktraceCmd
All Implemented Interfaces:
Command<String>

public class GetHistoricJobLogExceptionStacktraceCmd
extends Object
implements Command<String>

Author:
Roman Smirnov

Field Summary
protected  String historicJobLogId
           
 
Constructor Summary
GetHistoricJobLogExceptionStacktraceCmd(String historicJobLogId)
           
 
Method Summary
 String execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

historicJobLogId

protected String historicJobLogId
Constructor Detail

GetHistoricJobLogExceptionStacktraceCmd

public GetHistoricJobLogExceptionStacktraceCmd(String historicJobLogId)
Method Detail

execute

public String execute(CommandContext commandContext)
Specified by:
execute in interface Command<String>


Copyright © 2015 camunda services GmbH. All rights reserved.