Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
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 | Field and Description |
---|---|
protected VariableStore<VariableInstanceEntity> |
CaseExecutionEntity.variableStore |
Modifier and Type | Method and Description |
---|---|
Collection<VariableInstanceEntity> |
CaseExecutionEntity.provideVariables() |
Modifier and Type | Method and Description |
---|---|
void |
VariableOnPartListener.onCreate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableListenerInvocationListener.onCreate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
CmmnVariableInvocationListener.onCreate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableOnPartListener.onDelete(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableListenerInvocationListener.onDelete(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
CmmnVariableInvocationListener.onDelete(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableOnPartListener.onUpdate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableListenerInvocationListener.onUpdate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
CmmnVariableInvocationListener.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>> |
ExecutionEntity.registeredVariableListeners |
protected VariableStore<VariableInstanceEntity> |
TaskEntity.variableStore |
protected VariableStore<VariableInstanceEntity> |
ExecutionEntity.variableStore |
Modifier and Type | Method and Description |
---|---|
VariableInstanceEntity |
VariableInstanceEntityFactory.build(String name,
org.camunda.bpm.engine.variable.value.TypedValue value,
boolean isTransient) |
static VariableInstanceEntity |
VariableInstanceEntity.create(String name,
org.camunda.bpm.engine.variable.value.TypedValue value,
boolean isTransient) |
static VariableInstanceEntity |
VariableInstanceEntity.createAndInsert(String name,
org.camunda.bpm.engine.variable.value.TypedValue value) |
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByCaseExecutionId(String caseExecutionId) |
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByExecutionId(String executionId) |
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByProcessInstanceId(String processInstanceId) |
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByTaskId(String taskId) |
Collection<VariableInstanceEntity> |
TaskEntity.getVariablesInternal() |
Collection<VariableInstanceEntity> |
ExecutionEntity.getVariablesInternal() |
Collection<VariableInstanceEntity> |
TaskEntity.provideVariables() |
Collection<VariableInstanceEntity> |
ExecutionEntity.provideVariables() |
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 |
VariableInstanceSequenceCounterListener.onCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceHistoryListener.onCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceEntityPersistenceListener.onCreate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableInstanceConcurrentLocalInitializer.onCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceSequenceCounterListener.onDelete(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceHistoryListener.onDelete(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceEntityPersistenceListener.onDelete(VariableInstanceEntity variable,
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 |
VariableInstanceSequenceCounterListener.onUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceHistoryListener.onUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
VariableInstanceEntityPersistenceListener.onUpdate(VariableInstanceEntity variable,
AbstractVariableScope sourceScope) |
void |
VariableInstanceConcurrentLocalInitializer.onUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
ExecutionEntity.removeVariableInternal(VariableInstanceEntity variable) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.addVariableListener(VariableInstanceLifecycleListener<VariableInstanceEntity> listener) |
void |
ExecutionEntity.removeVariableListener(VariableInstanceLifecycleListener<VariableInstanceEntity> listener) |
void |
ExecutionEntity.restoreProcessInstance(Collection<ExecutionEntity> executions,
Collection<EventSubscriptionEntity> eventSubscriptions,
Collection<VariableInstanceEntity> variables,
Collection<TaskEntity> tasks,
Collection<JobEntity> jobs,
Collection<IncidentEntity> incidents,
Collection<ExternalTaskEntity> externalTasks)
Restores a complete process instance tree including referenced entities.
|
Copyright © 2017. All rights reserved.