| Modifier and Type | Method and Description |
|---|---|
protected VariableInstanceFactory<CoreVariableInstance> |
CaseExecutionEntity.getVariableInstanceFactory() |
protected List<VariableInstanceLifecycleListener<CoreVariableInstance>> |
CaseExecutionEntity.getVariableInstanceLifecycleListeners() |
protected VariableStore<CoreVariableInstance> |
CaseExecutionEntity.getVariableStore() |
| Modifier and Type | Method and Description |
|---|---|
protected VariableInstanceFactory<CoreVariableInstance> |
CaseExecutionImpl.getVariableInstanceFactory() |
protected List<VariableInstanceLifecycleListener<CoreVariableInstance>> |
CaseExecutionImpl.getVariableInstanceLifecycleListeners() |
protected VariableStore<CoreVariableInstance> |
CaseExecutionImpl.getVariableStore() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineException |
CoreLogger.duplicateVariableInstanceException(CoreVariableInstance variableInstance) |
ProcessEngineException |
CoreLogger.missingVariableInstanceException(CoreVariableInstance variableInstance) |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableCollectionProvider<T extends CoreVariableInstance> |
interface |
VariableInstanceFactory<T extends CoreVariableInstance> |
interface |
VariableInstanceLifecycleListener<T extends CoreVariableInstance> |
class |
VariableStore<T extends CoreVariableInstance> |
static interface |
VariableStore.VariablesProvider<T extends CoreVariableInstance> |
static interface |
VariableStore.VariableStoreObserver<T extends CoreVariableInstance> |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleVariableInstance |
| Modifier and Type | Method and Description |
|---|---|
static <T extends CoreVariableInstance> |
VariableCollectionProvider.emptyVariables() |
| Modifier and Type | Method and Description |
|---|---|
CoreVariableInstance |
AbstractVariableScope.getVariableInstance(String variableName) |
CoreVariableInstance |
AbstractVariableScope.getVariableInstanceLocal(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract VariableInstanceFactory<CoreVariableInstance> |
AbstractVariableScope.getVariableInstanceFactory() |
protected abstract List<VariableInstanceLifecycleListener<CoreVariableInstance>> |
AbstractVariableScope.getVariableInstanceLifecycleListeners() |
List<CoreVariableInstance> |
AbstractVariableScope.getVariableInstancesLocal() |
List<CoreVariableInstance> |
AbstractVariableScope.getVariableInstancesLocal(Collection<String> variableNames) |
protected abstract VariableStore<CoreVariableInstance> |
AbstractVariableScope.getVariableStore() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractVariableScope.invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance,
AbstractVariableScope sourceScope,
List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) |
protected void |
AbstractVariableScope.invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance,
AbstractVariableScope sourceScope,
List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) |
protected void |
AbstractVariableScope.invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance,
AbstractVariableScope sourceScope,
List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) |
| Modifier and Type | Method and Description |
|---|---|
CoreVariableInstance |
StartProcessVariableScope.getVariableInstance(String name) |
CoreVariableInstance |
StartProcessVariableScope.getVariableInstanceLocal(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CoreVariableInstance> |
StartProcessVariableScope.getVariableInstances() |
Map<String,CoreVariableInstance> |
StartProcessVariableScope.getVariableInstancesLocal() |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableInstanceEntity |
| Modifier and Type | Field and Description |
|---|---|
protected static List<VariableInstanceLifecycleListener<CoreVariableInstance>> |
TaskEntity.DEFAULT_VARIABLE_LIFECYCLE_LISTENERS |
| Modifier and Type | Method and Description |
|---|---|
protected VariableInstanceFactory<CoreVariableInstance> |
TaskEntity.getVariableInstanceFactory() |
protected VariableInstanceFactory<CoreVariableInstance> |
ExecutionEntity.getVariableInstanceFactory() |
protected List<VariableInstanceLifecycleListener<CoreVariableInstance>> |
TaskEntity.getVariableInstanceLifecycleListeners() |
protected List<VariableInstanceLifecycleListener<CoreVariableInstance>> |
ExecutionEntity.getVariableInstanceLifecycleListeners() |
VariableInstanceLifecycleListener<CoreVariableInstance> |
ExecutionEntity.getVariablePersistenceListener() |
protected VariableStore<CoreVariableInstance> |
TaskEntity.getVariableStore() |
protected VariableStore<CoreVariableInstance> |
ExecutionEntity.getVariableStore() |
| Modifier and Type | Field and Description |
|---|---|
protected VariableStore<CoreVariableInstance> |
ExecutionImpl.variableStore |
| Modifier and Type | Method and Description |
|---|---|
protected VariableInstanceFactory<CoreVariableInstance> |
ExecutionImpl.getVariableInstanceFactory() |
protected List<VariableInstanceLifecycleListener<CoreVariableInstance>> |
ExecutionImpl.getVariableInstanceLifecycleListeners() |
protected VariableStore<CoreVariableInstance> |
ExecutionImpl.getVariableStore() |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.