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

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

public class GetHistoricExternalTaskLogErrorDetailsCmd
extends Object
implements Command<String>


Field Summary
protected  String historicExternalTaskLogId
           
 
Constructor Summary
GetHistoricExternalTaskLogErrorDetailsCmd(String historicExternalTaskLogId)
           
 
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

historicExternalTaskLogId

protected String historicExternalTaskLogId
Constructor Detail

GetHistoricExternalTaskLogErrorDetailsCmd

public GetHistoricExternalTaskLogErrorDetailsCmd(String historicExternalTaskLogId)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.