Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.cmmn.entity.runtime | |
org.camunda.bpm.engine.impl.core.variable.scope | |
org.camunda.bpm.engine.impl.history.producer | |
org.camunda.bpm.engine.impl.migration.instance | |
org.camunda.bpm.engine.impl.migration.instance.parser | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
protected boolean |
VariableInstanceQueryImpl.shouldFetchValue(VariableInstanceEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
SetTaskVariablesCmd.onCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
SetTaskVariablesCmd.onDelete(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
SetTaskVariablesCmd.onUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
Modifier and Type | Field and Description |
---|---|
protected VariableStore<VariableInstanceEntity> |
CaseExecutionEntity.variableStore |
Modifier and Type | Method and Description |
---|---|
Collection<VariableInstanceEntity> |
CaseExecutionEntity.provideVariables() |
Collection<VariableInstanceEntity> |
CaseExecutionEntity.provideVariables(Collection<String> variableNames) |
Modifier and Type | Method and Description |
---|---|
void |
CmmnVariableInvocationListener.onCreate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableListenerInvocationListener.onCreate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableOnPartListener.onCreate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
CmmnVariableInvocationListener.onDelete(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableListenerInvocationListener.onDelete(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableOnPartListener.onDelete(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
CmmnVariableInvocationListener.onUpdate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableListenerInvocationListener.onUpdate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableOnPartListener.onUpdate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is deleted.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope,
HistoryEventType eventType) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableMigrateEvt(VariableInstanceEntity variableInstance)
Creates the history event fired when a variable is migrated.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableMigrateEvt(VariableInstanceEntity variableInstance) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
protected void |
DefaultHistoryEventProducer.initHistoricVariableUpdateEvt(HistoricVariableUpdateEventEntity evt,
VariableInstanceEntity variableInstance,
HistoryEventType eventType) |
protected void |
DefaultHistoryEventProducer.initSequenceCounter(VariableInstanceEntity variable,
HistoryEvent event) |
Modifier and Type | Field and Description |
---|---|
protected VariableInstanceEntity |
MigratingVariableInstance.variable |
Constructor and Description |
---|
MigratingVariableInstance(VariableInstanceEntity variable,
boolean isConcurrentLocalInParentScope) |
Modifier and Type | Field and Description |
---|---|
protected MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,List<VariableInstanceEntity>> |
MigratingInstanceParser.dependentVariableHandler |
protected Collection<VariableInstanceEntity> |
MigratingInstanceParseContext.variables |
Modifier and Type | Method and Description |
---|---|
protected List<VariableInstanceEntity> |
ActivityInstanceHandler.collectActivityInstanceVariables(MigratingActivityInstance instance) |
protected List<VariableInstanceEntity> |
TransitionInstanceHandler.collectTransitionInstanceVariables(MigratingTransitionInstance instance) |
protected List<VariableInstanceEntity> |
MigratingInstanceParser.fetchVariables(CommandContext commandContext,
String processInstanceId) |
static List<VariableInstanceEntity> |
ActivityInstanceHandler.getConcurrentLocalVariables(ExecutionEntity execution) |
MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,List<VariableInstanceEntity>> |
MigratingInstanceParser.getDependentVariablesHandler() |
Modifier and Type | Method and Description |
---|---|
void |
MigratingInstanceParseContext.consume(VariableInstanceEntity variableInstance) |
Modifier and Type | Method and Description |
---|---|
void |
VariableInstanceHandler.handle(MigratingInstanceParseContext parseContext,
MigratingProcessElementInstance owningInstance,
List<VariableInstanceEntity> variables) |
void |
MigratingInstanceParseContext.handleDependentVariables(MigratingProcessElementInstance migratingInstance,
List<VariableInstanceEntity> variables) |
MigratingInstanceParseContext |
MigratingInstanceParseContext.variables(Collection<VariableInstanceEntity> variables) |
Modifier and Type | Field and Description |
---|---|
protected List<VariableInstanceLifecycleListener<VariableInstanceEntity>> |
TaskEntity.customLifecycleListeners |
protected List<VariableInstanceLifecycleListener<VariableInstanceEntity>> |
ExecutionEntity.registeredVariableListeners |
protected VariableStore<VariableInstanceEntity> |
TaskEntity.variableStore |
protected VariableStore<VariableInstanceEntity> |
ExecutionEntity.variableStore |
Modifier and Type | Method and Description |
---|---|
VariableInstanceEntity |
VariableInstanceEntityFactory.build(String name,
TypedValue value,
boolean isTransient) |
static VariableInstanceEntity |
VariableInstanceEntity.create(String name,
TypedValue value,
boolean isTransient) |
static VariableInstanceEntity |
VariableInstanceEntity.createAndInsert(String name,
TypedValue value) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.addVariableInternal(VariableInstanceEntity variable) |
static void |
VariableInstanceEntity.insert(VariableInstanceEntity variableInstance) |
protected void |
ExecutionEntity.moveVariableTo(VariableInstanceEntity variable,
ExecutionEntity other) |
void |
TaskEntityReferencer.onAdd(VariableInstanceEntity variable) |
void |
ExecutionEntityReferencer.onAdd(VariableInstanceEntity variable) |
void |
CaseExecutionEntityReferencer.onAdd(VariableInstanceEntity variable) |
void |
VariableInstanceEntityPersistenceListener.onCreate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableInstanceHistoryListener.onCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceSequenceCounterListener.onCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceConcurrentLocalInitializer.onCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceEntityPersistenceListener.onDelete(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableInstanceHistoryListener.onDelete(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceSequenceCounterListener.onDelete(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceConcurrentLocalInitializer.onDelete(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
TaskEntityReferencer.onRemove(VariableInstanceEntity variable) |
void |
ExecutionEntityReferencer.onRemove(VariableInstanceEntity variable) |
void |
CaseExecutionEntityReferencer.onRemove(VariableInstanceEntity variable) |
void |
VariableInstanceEntityPersistenceListener.onUpdate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableInstanceHistoryListener.onUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceSequenceCounterListener.onUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceConcurrentLocalInitializer.onUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
ExecutionEntity.removeVariableInternal(VariableInstanceEntity variable) |
Copyright © 2019. All rights reserved.