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

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

public class HistoricCaseInstanceResourceImpl
extends Object
implements HistoricCaseInstanceResource


Constructor Summary
HistoricCaseInstanceResourceImpl(ProcessEngine engine, String caseInstanceId)
           
 
Method Summary
 HistoricCaseInstanceDto getHistoricCaseInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricCaseInstanceResourceImpl

public HistoricCaseInstanceResourceImpl(ProcessEngine engine,
                                        String caseInstanceId)
Method Detail

getHistoricCaseInstance

public HistoricCaseInstanceDto getHistoricCaseInstance()
Specified by:
getHistoricCaseInstance in interface HistoricCaseInstanceResource


Copyright © 2016 camunda services GmbH. All rights reserved.