public abstract class AbstractAppPluginResource<T extends AppPlugin> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
engineName |
protected AppRuntimeDelegate<T> |
runtimeDelegate |
| Constructor and Description |
|---|
AbstractAppPluginResource(AppRuntimeDelegate<T> runtimeDelegate,
String engineName) |
| Modifier and Type | Method and Description |
|---|---|
protected org.camunda.bpm.engine.ProcessEngine |
getProcessEngine() |
protected AppRuntimeDelegate<T extends AppPlugin> runtimeDelegate
protected String engineName
public AbstractAppPluginResource(AppRuntimeDelegate<T> runtimeDelegate, String engineName)
Copyright © 2014–2019 camunda services GmbH. All rights reserved.