org.camunda.bpm.cockpit.plugin.acm
Class CaseExecutionDetailedResource

java.lang.Object
  extended by org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource<org.camunda.bpm.cockpit.plugin.spi.CockpitPlugin>
      extended by org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
          extended by org.camunda.bpm.cockpit.plugin.acm.CaseExecutionDetailedResource

public class CaseExecutionDetailedResource
extends org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource

Enriched executions resource providing plan item description and type information.

Author:
Simon Zambrovski.

Field Summary
 
Fields inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
engineName, runtimeDelegate
 
Constructor Summary
CaseExecutionDetailedResource(String engineName, String id)
           
 
Method Summary
 List<DetailedCaseExecution> findTasks()
           
 
Methods inherited from class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
getCommandExecutor, getQueryService
 
Methods inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
getProcessEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseExecutionDetailedResource

public CaseExecutionDetailedResource(String engineName,
                                     String id)
Method Detail

findTasks

public List<DetailedCaseExecution> findTasks()


Copyright © 2014 camunda services GmbH. All rights reserved.