Class GetHistoricJobLogExceptionStacktraceCmd

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

public class GetHistoricJobLogExceptionStacktraceCmd extends Object implements Command<String>
Author:
Roman Smirnov
  • Field Details

    • historicJobLogId

      protected String historicJobLogId
  • Constructor Details

    • GetHistoricJobLogExceptionStacktraceCmd

      public GetHistoricJobLogExceptionStacktraceCmd(String historicJobLogId)
  • Method Details