| Package | Description |
|---|---|
| org.camunda.bpm.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates. |
| org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.camunda.bpm.engine.impl.core.variable.event | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.variable.listener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegateCaseVariableInstance |
interface |
DelegateVariableInstance<T extends BaseDelegateExecution> |
| Modifier and Type | Method and Description |
|---|---|
List<VariableInstance> |
VariableInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
| Modifier and Type | Field and Description |
|---|---|
protected VariableInstance |
VariableEvent.variableInstance |
| Modifier and Type | Method and Description |
|---|---|
VariableInstance |
VariableEvent.getVariableInstance() |
| Constructor and Description |
|---|
VariableEvent(VariableInstance variableInstance,
String eventName,
AbstractVariableScope sourceScope) |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableInstanceEntity |
| Modifier and Type | Method and Description |
|---|---|
List<VariableInstance> |
VariableInstanceManager.findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery,
Page page) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateCaseVariableInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
static DelegateCaseVariableInstanceImpl |
DelegateCaseVariableInstanceImpl.fromVariableInstance(VariableInstance variableInstance) |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.