Uses of Interface
org.camunda.bpm.engine.variable.VariableMap
-
-
Uses of VariableMap in org.camunda.bpm.client.task
Methods in org.camunda.bpm.client.task that return VariableMap Modifier and Type Method Description VariableMap
ExternalTask. getAllVariablesTyped()
Returns typed variables that exist in the task's ancestor execution hierarchyVariableMap
ExternalTask. getAllVariablesTyped(boolean deserializeObjectValues)
Returns typed variables that exist in the task's ancestor execution hierarchy -
Uses of VariableMap in org.camunda.bpm.client.task.impl
Methods in org.camunda.bpm.client.task.impl that return VariableMap Modifier and Type Method Description VariableMap
ExternalTaskImpl. getAllVariablesTyped()
VariableMap
ExternalTaskImpl. getAllVariablesTyped(boolean deserializeObjectValues)
-
Uses of VariableMap in org.camunda.bpm.dmn.engine.impl
Methods in org.camunda.bpm.dmn.engine.impl that return VariableMap Modifier and Type Method Description protected VariableMap
DefaultDmnDecisionContext. buildVariableMapFromVariableContext(VariableContext variableContext)
Methods in org.camunda.bpm.dmn.engine.impl with parameters of type VariableMap Modifier and Type Method Description protected void
DefaultDmnDecisionContext. addResultToVariableContext(DmnDecisionResult evaluatedResult, VariableMap variableMap, DmnDecision evaluatedDecision)
-
Uses of VariableMap in org.camunda.bpm.engine
Methods in org.camunda.bpm.engine that return VariableMap Modifier and Type Method Description VariableMap
TaskService. completeWithVariablesInReturn(String taskId, Map<String,Object> variables, boolean deserializeValues)
Marks a task as done and continues process execution.VariableMap
FormService. getStartFormVariables(String processDefinitionId)
Retrieves a list of all variables for rendering a start from.VariableMap
FormService. getStartFormVariables(String processDefinitionId, Collection<String> formVariables, boolean deserializeObjectValues)
Retrieves a list of requested variables for rendering a start from.VariableMap
FormService. getTaskFormVariables(String taskId)
Retrieves a list of all variables for rendering a task form.VariableMap
FormService. getTaskFormVariables(String taskId, Collection<String> formVariables, boolean deserializeObjectValues)
Retrieves a list of requested variables for rendering a task form.VariableMap
CaseService. getVariablesLocalTyped(String caseExecutionId)
All variable values that are defined in the case execution scope, without taking outer scopes into account.VariableMap
CaseService. getVariablesLocalTyped(String caseExecutionId, boolean deserializeValues)
All variable values that are defined in the case execution scope, without taking outer scopes into account.VariableMap
CaseService. getVariablesLocalTyped(String caseExecutionId, Collection<String> variableNames, boolean deserializeValues)
The variable values for the given variableNames only taking the given case execution scope into account, not looking in outer scopes.VariableMap
RuntimeService. getVariablesLocalTyped(String executionId)
All variable values that are defined in the execution scope, without taking outer scopes into account.VariableMap
RuntimeService. getVariablesLocalTyped(String executionId, boolean deserializeValues)
All variable values that are defined in the execution scope, without taking outer scopes into account.VariableMap
RuntimeService. getVariablesLocalTyped(String executionId, Collection<String> variableNames, boolean deserializeValues)
The variable values for the given variableNames only taking the given execution scope into account, not looking in outer scopes.VariableMap
TaskService. getVariablesLocalTyped(String taskId)
Get all variables and search only in the task scope.VariableMap
TaskService. getVariablesLocalTyped(String taskId, boolean deserializeValues)
Get all variables and search only in the task scope.VariableMap
TaskService. getVariablesLocalTyped(String taskId, Collection<String> variableNames, boolean deserializeValues)
Get values for all given variableName.VariableMap
CaseService. getVariablesTyped(String caseExecutionId)
All variables visible from the given execution scope (including parent scopes).VariableMap
CaseService. getVariablesTyped(String caseExecutionId, boolean deserializeValues)
All variables visible from the given execution scope (including parent scopes).VariableMap
CaseService. getVariablesTyped(String caseExecutionId, Collection<String> variableNames, boolean deserializeValues)
The variable values for all given variableNames, takes all variables into account which are visible from the given case execution scope (including parent scopes).VariableMap
RuntimeService. getVariablesTyped(String executionId)
All variables visible from the given execution scope (including parent scopes).VariableMap
RuntimeService. getVariablesTyped(String executionId, boolean deserializeValues)
All variables visible from the given execution scope (including parent scopes).VariableMap
RuntimeService. getVariablesTyped(String executionId, Collection<String> variableNames, boolean deserializeValues)
The variable values for all given variableNames, takes all variables into account which are visible from the given execution scope (including parent scopes).VariableMap
TaskService. getVariablesTyped(String taskId)
Get all variables and search in the task scope and if available also the execution scopes.VariableMap
TaskService. getVariablesTyped(String taskId, boolean deserializeValues)
Get all variables and search in the task scope and if available also the execution scopes.VariableMap
TaskService. getVariablesTyped(String taskId, Collection<String> variableNames, boolean deserializeValues)
Get values for all given variableNameVariableMap
FormService. submitTaskFormWithVariablesInReturn(String taskId, Map<String,Object> properties, boolean deserializeValues)
Completes a task with the user data that was entered as properties in a task form. -
Uses of VariableMap in org.camunda.bpm.engine.cdi
Methods in org.camunda.bpm.engine.cdi that return VariableMap Modifier and Type Method Description VariableMap
BusinessProcess. getAndClearCachedLocalVariableMap()
Get theVariableMap
of local cached variables and clear the internal variable cache.VariableMap
BusinessProcess. getAndClearCachedVariableMap()
Get theVariableMap
of cached variables and clear the internal variable cache.VariableMap
BusinessProcess. getCachedLocalVariableMap()
Get a copy of theVariableMap
of local cached variables.VariableMap
BusinessProcess. getCachedVariableMap()
Get a copy of theVariableMap
of cached variables.protected VariableMap
ProcessVariables. processVariableMap()
protected VariableMap
ProcessVariables. processVariableMapLocal()
-
Uses of VariableMap in org.camunda.bpm.engine.cdi.impl
Classes in org.camunda.bpm.engine.cdi.impl that implement VariableMap Modifier and Type Class Description class
ProcessVariableLocalMap
Allows to expose the local process variables of the current business process as a java.util.Mapclass
ProcessVariableMap
Allows to expose the process variables of the current business process as a java.util.Map -
Uses of VariableMap in org.camunda.bpm.engine.cdi.impl.context
Fields in org.camunda.bpm.engine.cdi.impl.context declared as VariableMap Modifier and Type Field Description protected VariableMap
ScopedAssociation. cachedVariables
protected VariableMap
ScopedAssociation. cachedVariablesLocal
Methods in org.camunda.bpm.engine.cdi.impl.context that return VariableMap Modifier and Type Method Description VariableMap
ContextAssociationManager. getCachedLocalVariables()
VariableMap
DefaultContextAssociationManager. getCachedLocalVariables()
VariableMap
ContextAssociationManager. getCachedVariables()
VariableMap
DefaultContextAssociationManager. getCachedVariables()
VariableMap
ScopedAssociation. getCachedVariables()
VariableMap
ScopedAssociation. getCachedVariablesLocal()
-
Uses of VariableMap in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate that return VariableMap Modifier and Type Method Description VariableMap
VariableScope. getVariablesLocalTyped()
VariableMap
VariableScope. getVariablesLocalTyped(boolean deserializeValues)
VariableMap
VariableScope. getVariablesTyped()
VariableMap
VariableScope. getVariablesTyped(boolean deserializeValues)
Methods in org.camunda.bpm.engine.delegate with parameters of type VariableMap Modifier and Type Method Description void
DelegateVariableMapping. mapInputVariables(DelegateExecution superExecution, VariableMap subVariables)
Maps the input variables into the given variables map. -
Uses of VariableMap in org.camunda.bpm.engine.externaltask
Methods in org.camunda.bpm.engine.externaltask that return VariableMap Modifier and Type Method Description VariableMap
LockedExternalTask. getVariables()
-
Uses of VariableMap in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as VariableMap Modifier and Type Field Description protected VariableMap
MessageCorrelationBuilderImpl. correlationLocalVariables
protected VariableMap
MessageCorrelationBuilderImpl. correlationProcessInstanceVariables
protected VariableMap
MessageCorrelationBuilderImpl. payloadProcessInstanceVariables
protected VariableMap
MessageCorrelationBuilderImpl. payloadProcessInstanceVariablesLocal
protected VariableMap
ProcessInstanceModificationBuilderImpl. processVariables
protected VariableMap
ConditionEvaluationBuilderImpl. variables
protected VariableMap
SignalEventReceivedBuilderImpl. variables
Methods in org.camunda.bpm.engine.impl that return VariableMap Modifier and Type Method Description VariableMap
TaskServiceImpl. completeWithVariablesInReturn(String taskId, Map<String,Object> variables, boolean deserializeValues)
VariableMap
MessageCorrelationBuilderImpl. getPayloadProcessInstanceVariablesLocal()
VariableMap
ProcessInstanceModificationBuilderImpl. getProcessVariables()
VariableMap
FormServiceImpl. getStartFormVariables(String processDefinitionId)
VariableMap
FormServiceImpl. getStartFormVariables(String processDefinitionId, Collection<String> formVariables, boolean deserializeObjectValues)
VariableMap
FormServiceImpl. getTaskFormVariables(String taskId)
VariableMap
FormServiceImpl. getTaskFormVariables(String taskId, Collection<String> formVariables, boolean deserializeObjectValues)
VariableMap
ConditionEvaluationBuilderImpl. getVariables()
VariableMap
RuntimeServiceImpl. getVariables(String executionId)
VariableMap
RuntimeServiceImpl. getVariables(String executionId, Collection<String> variableNames)
VariableMap
SignalEventReceivedBuilderImpl. getVariables()
VariableMap
TaskServiceImpl. getVariables(String taskId)
VariableMap
TaskServiceImpl. getVariables(String taskId, Collection<String> variableNames)
VariableMap
RuntimeServiceImpl. getVariablesLocal(String executionId)
VariableMap
RuntimeServiceImpl. getVariablesLocal(String executionId, Collection<String> variableNames)
VariableMap
TaskServiceImpl. getVariablesLocal(String taskId)
VariableMap
TaskServiceImpl. getVariablesLocal(String taskId, Collection<String> variableNames)
VariableMap
RuntimeServiceImpl. getVariablesLocalTyped(String executionId)
VariableMap
RuntimeServiceImpl. getVariablesLocalTyped(String executionId, boolean deserializeObjectValues)
VariableMap
RuntimeServiceImpl. getVariablesLocalTyped(String executionId, Collection<String> variableNames, boolean deserializeObjectValues)
VariableMap
TaskServiceImpl. getVariablesLocalTyped(String taskId)
VariableMap
TaskServiceImpl. getVariablesLocalTyped(String taskId, boolean deserializeValues)
VariableMap
TaskServiceImpl. getVariablesLocalTyped(String taskId, Collection<String> variableNames, boolean deserializeValues)
VariableMap
RuntimeServiceImpl. getVariablesTyped(String executionId)
VariableMap
RuntimeServiceImpl. getVariablesTyped(String executionId, boolean deserializeObjectValues)
VariableMap
RuntimeServiceImpl. getVariablesTyped(String executionId, Collection<String> variableNames, boolean deserializeObjectValues)
VariableMap
TaskServiceImpl. getVariablesTyped(String taskId)
VariableMap
TaskServiceImpl. getVariablesTyped(String taskId, boolean deserializeValues)
VariableMap
TaskServiceImpl. getVariablesTyped(String taskId, Collection<String> variableNames, boolean deserializeValues)
VariableMap
FormServiceImpl. submitTaskFormWithVariablesInReturn(String taskId, Map<String,Object> properties, boolean deserializeValues)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return VariableMap Modifier and Type Method Description protected VariableMap
CallableElementActivityBehavior. filterVariables(VariableMap variables)
protected VariableMap
CallableElementActivityBehavior. getInputVariables(ActivityExecution callingExecution)
protected VariableMap
CallableElementActivityBehavior. getOutputVariables(VariableScope calledElementScope)
protected VariableMap
CallableElementActivityBehavior. getOutputVariablesLocal(VariableScope calledElementScope)
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type VariableMap Modifier and Type Method Description protected VariableMap
CallableElementActivityBehavior. filterVariables(VariableMap variables)
protected abstract void
CallableElementActivityBehavior. startInstance(ActivityExecution execution, VariableMap variables, String businessKey)
protected void
CallActivityBehavior. startInstance(ActivityExecution execution, VariableMap variables, String businessKey)
protected void
CaseCallActivityBehavior. startInstance(ActivityExecution execution, VariableMap variables, String businessKey)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.cfg.multitenancy
Fields in org.camunda.bpm.engine.impl.cfg.multitenancy declared as VariableMap Modifier and Type Field Description protected VariableMap
TenantIdProviderCaseInstanceContext. variables
protected VariableMap
TenantIdProviderProcessInstanceContext. variables
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy that return VariableMap Modifier and Type Method Description VariableMap
TenantIdProviderCaseInstanceContext. getVariables()
VariableMap
TenantIdProviderProcessInstanceContext. getVariables()
Constructors in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type VariableMap Constructor Description TenantIdProviderCaseInstanceContext(CaseDefinition caseDefinition, VariableMap variables)
TenantIdProviderCaseInstanceContext(CaseDefinition caseDefinition, VariableMap variables, DelegateCaseExecution superCaseExecution)
TenantIdProviderCaseInstanceContext(CaseDefinition caseDefinition, VariableMap variables, DelegateExecution superExecution)
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition, VariableMap variables)
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition, VariableMap variables, DelegateCaseExecution superCaseExecution)
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition, VariableMap variables, DelegateExecution superExecution)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as VariableMap Modifier and Type Field Description protected VariableMap
SubmitTaskFormCmd. properties
protected VariableMap
AbstractInstantiationCmd. variables
protected VariableMap
SubmitStartFormCmd. variables
protected VariableMap
AbstractInstantiationCmd. variablesLocal
Methods in org.camunda.bpm.engine.impl.cmd that return VariableMap Modifier and Type Method Description protected VariableMap
RestartProcessInstancesCmd. collectInitialVariables(CommandContext commandContext, HistoricProcessInstance processInstance)
protected VariableMap
RestartProcessInstancesCmd. collectLastVariables(CommandContext commandContext, HistoricProcessInstance processInstance)
protected VariableMap
RestartProcessInstancesCmd. collectVariables(CommandContext commandContext, HistoricProcessInstance processInstance)
VariableMap
CompleteTaskCmd. execute(CommandContext commandContext)
VariableMap
GetExecutionVariablesCmd. execute(CommandContext commandContext)
VariableMap
GetStartFormVariablesCmd. execute(CommandContext commandContext)
VariableMap
GetTaskFormVariablesCmd. execute(CommandContext commandContext)
VariableMap
GetTaskVariablesCmd. execute(CommandContext commandContext)
VariableMap
SubmitTaskFormCmd. execute(CommandContext commandContext)
VariableMap
AbstractInstantiationCmd. getVariables()
VariableMap
AbstractInstantiationCmd. getVariablesLocal()
protected VariableMap
AbstractCorrelateMessageCmd. resolveStartVariables()
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type VariableMap Modifier and Type Method Description protected void
CreateMigrationPlanCmd. validateVariables(VariableMap variables, MigrationPlanValidationReportImpl planReport)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.cmmn
Fields in org.camunda.bpm.engine.impl.cmmn declared as VariableMap Modifier and Type Field Description protected VariableMap
CaseInstanceBuilderImpl. variables
Methods in org.camunda.bpm.engine.impl.cmmn that return VariableMap Modifier and Type Method Description protected VariableMap
CaseServiceImpl. getCaseExecutionVariables(String caseExecutionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
VariableMap
CaseExecutionCommandBuilderImpl. getVariables()
VariableMap
CaseInstanceBuilderImpl. getVariables()
VariableMap
CaseServiceImpl. getVariables(String caseExecutionId)
VariableMap
CaseServiceImpl. getVariables(String caseExecutionId, Collection<String> variableNames)
VariableMap
CaseExecutionCommandBuilderImpl. getVariablesLocal()
VariableMap
CaseServiceImpl. getVariablesLocal(String caseExecutionId)
VariableMap
CaseServiceImpl. getVariablesLocal(String caseExecutionId, Collection<String> variableNames)
VariableMap
CaseServiceImpl. getVariablesLocalTyped(String caseExecutionId)
VariableMap
CaseServiceImpl. getVariablesLocalTyped(String caseExecutionId, boolean deserializeValues)
VariableMap
CaseServiceImpl. getVariablesLocalTyped(String caseExecutionId, Collection<String> variableNames, boolean deserializeValues)
VariableMap
CaseServiceImpl. getVariablesTyped(String caseExecutionId)
VariableMap
CaseServiceImpl. getVariablesTyped(String caseExecutionId, boolean deserializeValues)
VariableMap
CaseServiceImpl. getVariablesTyped(String caseExecutionId, Collection<String> variableNames, boolean deserializeValues)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.cmmn.behavior
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return VariableMap Modifier and Type Method Description protected VariableMap
ProcessOrCaseTaskActivityBehavior. getInputVariables(CmmnActivityExecution execution)
protected VariableMap
ProcessOrCaseTaskActivityBehavior. getOutputVariables(VariableScope variableScope)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.cmmn.cmd
Methods in org.camunda.bpm.engine.impl.cmmn.cmd that return VariableMap Modifier and Type Method Description VariableMap
GetCaseExecutionVariablesCmd. execute(CommandContext commandContext)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.core.model
Methods in org.camunda.bpm.engine.impl.core.model that return VariableMap Modifier and Type Method Description VariableMap
CallableElement. getInputVariables(VariableScope variableScope)
VariableMap
CallableElement. getOutputVariables(VariableScope calledElementScope)
VariableMap
CallableElement. getOutputVariablesLocal(VariableScope calledElementScope)
protected VariableMap
CallableElement. getVariables(List<CallableElementParameter> params, VariableScope variableScope)
Methods in org.camunda.bpm.engine.impl.core.model with parameters of type VariableMap Modifier and Type Method Description void
CallableElementParameter. applyTo(VariableScope variableScope, VariableMap variables)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.core.variable.scope
Methods in org.camunda.bpm.engine.impl.core.variable.scope that return VariableMap Modifier and Type Method Description VariableMap
VariableScopeLocalAdapter. getVariablesLocalTyped()
VariableMap
VariableScopeLocalAdapter. getVariablesLocalTyped(boolean deserializeValues)
VariableMap
VariableScopeLocalAdapter. getVariablesTyped()
VariableMap
VariableScopeLocalAdapter. getVariablesTyped(boolean deserializeValues)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.dmn.cmd
Fields in org.camunda.bpm.engine.impl.dmn.cmd declared as VariableMap Modifier and Type Field Description protected VariableMap
EvaluateDecisionCmd. variables
protected VariableMap
EvaluateDecisionTableCmd. variables
Methods in org.camunda.bpm.engine.impl.dmn.cmd with parameters of type VariableMap Modifier and Type Method Description protected DmnDecisionResult
EvaluateDecisionCmd. doEvaluateDecision(DecisionDefinition decisionDefinition, VariableMap variables)
protected DmnDecisionTableResult
EvaluateDecisionTableCmd. doEvaluateDecision(DecisionDefinition decisionDefinition, VariableMap variables)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.el
Methods in org.camunda.bpm.engine.impl.el that return VariableMap Modifier and Type Method Description VariableMap
StartProcessVariableScope. getVariables()
VariableMap
StartProcessVariableScope. getVariablesLocal()
VariableMap
StartProcessVariableScope. getVariablesLocalTyped()
VariableMap
StartProcessVariableScope. getVariablesLocalTyped(boolean deserializeObjectValues)
VariableMap
StartProcessVariableScope. getVariablesTyped()
VariableMap
StartProcessVariableScope. getVariablesTyped(boolean deserializeObjectValues)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.externaltask
Methods in org.camunda.bpm.engine.impl.externaltask that return VariableMap Modifier and Type Method Description VariableMap
LockedExternalTaskImpl. getVariables()
-
Uses of VariableMap in org.camunda.bpm.engine.impl.form
Methods in org.camunda.bpm.engine.impl.form with parameters of type VariableMap Modifier and Type Method Description static void
FormPropertyHelper. initFormPropertiesOnScope(VariableMap variables, PvmExecutionImpl execution)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.form.handler
Fields in org.camunda.bpm.engine.impl.form.handler declared as VariableMap Modifier and Type Field Description protected VariableMap
SubmitFormVariablesInvocation. properties
protected VariableMap
DefaultFormFieldValidatorContext. submittedValues
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type VariableMap Modifier and Type Method Description protected void
DefaultFormHandler. fireFormPropertyHistoryEvents(VariableMap properties, VariableScope variableScope)
void
FormFieldHandler. handleSubmit(VariableScope variableScope, VariableMap values, VariableMap allValues)
void
FormPropertyHandler. submitFormProperty(VariableScope variableScope, VariableMap variables)
void
DefaultFormHandler. submitFormVariables(VariableMap properties, VariableScope variableScope)
void
DelegateFormHandler. submitFormVariables(VariableMap properties, VariableScope variableScope)
void
FormHandler. submitFormVariables(VariableMap properties, VariableScope variableScope)
ExecutionEntity
DefaultStartFormHandler. submitStartFormData(ExecutionEntity processInstance, VariableMap properties)
void
FormFieldValidationConstraintHandler. validate(Object submittedValue, VariableMap submittedValues, FormFieldHandler formFieldHandler, VariableScope variableScope)
Constructors in org.camunda.bpm.engine.impl.form.handler with parameters of type VariableMap Constructor Description DefaultFormFieldValidatorContext(VariableScope variableScope, String configuration, VariableMap submittedValues, FormFieldHandler formFieldHandler)
SubmitFormVariablesInvocation(FormHandler formHandler, VariableMap properties, VariableScope variableScope)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.migration
Fields in org.camunda.bpm.engine.impl.migration declared as VariableMap Modifier and Type Field Description protected VariableMap
MigrationPlanBuilderImpl. variables
protected VariableMap
MigrationPlanImpl. variables
Methods in org.camunda.bpm.engine.impl.migration that return VariableMap Modifier and Type Method Description VariableMap
MigrationPlanBuilderImpl. getVariables()
VariableMap
MigrationPlanImpl. getVariables()
Methods in org.camunda.bpm.engine.impl.migration with parameters of type VariableMap Modifier and Type Method Description void
MigrationPlanImpl. setVariables(VariableMap variables)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as VariableMap Modifier and Type Field Description protected VariableMap
ProcessInstanceWithVariablesImpl. variables
protected VariableMap
ExecutionVariableSnapshotObserver. variableSnapshot
The variables which are observed during the execution.Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableMap Modifier and Type Method Description VariableMap
ExecutionVariableSnapshotObserver. getVariables()
VariableMap
ProcessInstanceWithVariablesImpl. getVariables()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableMap Modifier and Type Method Description protected void
ExecutionEntity. provideTenantId(Map<String,Object> variables, VariableMap properties)
void
ExecutionEntity. start(Map<String,Object> variables, VariableMap formProperties)
Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableMap Constructor Description ProcessInstanceWithVariablesImpl(ExecutionEntity executionEntity, VariableMap variables)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.pvm.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type VariableMap Modifier and Type Method Description protected void
PvmExecutionImpl. start(Map<String,Object> variables, VariableMap formProperties)
void
PvmExecutionImpl. startWithFormProperties(VariableMap formProperties)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.runtime
Fields in org.camunda.bpm.engine.impl.runtime declared as VariableMap Modifier and Type Field Description protected VariableMap
ConditionSet. variables
protected VariableMap
MessageCorrelationResultImpl. variables
Methods in org.camunda.bpm.engine.impl.runtime that return VariableMap Modifier and Type Method Description VariableMap
ConditionSet. getVariables()
VariableMap
MessageCorrelationResultImpl. getVariables()
Methods in org.camunda.bpm.engine.impl.runtime with parameters of type VariableMap Modifier and Type Method Description void
MessageCorrelationResultImpl. setVariables(VariableMap variables)
-
Uses of VariableMap in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type VariableMap Modifier and Type Method Description protected static DecisionInvocation
DecisionEvaluationUtil. createInvocation(DecisionDefinition decisionDefinition, VariableMap variables)
static DmnDecisionResult
DecisionEvaluationUtil. evaluateDecision(DecisionDefinition decisionDefinition, VariableMap variables)
static DmnDecisionTableResult
DecisionEvaluationUtil. evaluateDecisionTable(DecisionDefinition decisionDefinition, VariableMap variables)
-
Uses of VariableMap in org.camunda.bpm.engine.migration
Methods in org.camunda.bpm.engine.migration that return VariableMap Modifier and Type Method Description VariableMap
MigrationPlan. getVariables()
-
Uses of VariableMap in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return VariableMap Modifier and Type Method Description static VariableMap
VariableValueDto. toMap(Map<String,VariableValueDto> variables, ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Methods in org.camunda.bpm.engine.rest.dto with parameters of type VariableMap Modifier and Type Method Description static Map<String,VariableValueDto>
VariableValueDto. fromMap(VariableMap variables)
static Map<String,VariableValueDto>
VariableValueDto. fromMap(VariableMap variables, boolean preferSerializedValue)
-
Uses of VariableMap in org.camunda.bpm.engine.rest.sub.impl
Methods in org.camunda.bpm.engine.rest.sub.impl that return VariableMap Modifier and Type Method Description protected abstract VariableMap
AbstractVariablesResource. getVariableEntities(boolean deserializeValues)
Methods in org.camunda.bpm.engine.rest.sub.impl with parameters of type VariableMap Modifier and Type Method Description protected abstract void
AbstractVariablesResource. updateVariableEntities(VariableMap variables, List<String> deletions)
-
Uses of VariableMap in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return VariableMap Modifier and Type Method Description protected VariableMap
CaseExecutionVariablesResource. getVariableEntities(boolean deserializeValues)
protected VariableMap
ExecutionVariablesResource. getVariableEntities(boolean deserializeValues)
protected VariableMap
LocalCaseExecutionVariablesResource. getVariableEntities(boolean deserializeValues)
protected VariableMap
LocalExecutionVariablesResource. getVariableEntities(boolean deserializeValues)
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type VariableMap Modifier and Type Method Description protected void
CaseExecutionVariablesResource. updateVariableEntities(VariableMap variables, List<String> deletions)
protected void
ExecutionVariablesResource. updateVariableEntities(VariableMap modifications, List<String> deletions)
protected void
LocalCaseExecutionVariablesResource. updateVariableEntities(VariableMap variables, List<String> deletions)
protected void
LocalExecutionVariablesResource. updateVariableEntities(VariableMap modifications, List<String> deletions)
-
Uses of VariableMap in org.camunda.bpm.engine.rest.sub.task.impl
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return VariableMap Modifier and Type Method Description protected VariableMap
LocalTaskVariablesResource. getVariableEntities(boolean deserializeValues)
protected VariableMap
TaskVariablesResource. getVariableEntities(boolean deserializeValues)
Methods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type VariableMap Modifier and Type Method Description protected void
LocalTaskVariablesResource. updateVariableEntities(VariableMap modifications, List<String> deletions)
protected void
TaskVariablesResource. updateVariableEntities(VariableMap modifications, List<String> deletions)
-
Uses of VariableMap in org.camunda.bpm.engine.runtime
Methods in org.camunda.bpm.engine.runtime that return VariableMap Modifier and Type Method Description VariableMap
MessageCorrelationResultWithVariables. getVariables()
Returns the process variables of the process instance on which the message was correlated to.VariableMap
ProcessInstanceWithVariables. getVariables()
Returns the latest variables of the process instance. -
Uses of VariableMap in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return VariableMap Modifier and Type Method Description static VariableMap
Variables. createVariables()
Returns a newVariableMap
instance.static VariableMap
Variables. fromMap(Map<String,Object> map)
If the given map is not a variable map, adds all its entries as untyped values to a newVariableMap
.VariableMap
VariableMap. putValue(String name, Object value)
static VariableMap
Variables. putValue(String name, Object value)
Shortcut forVariables.createVariables().putValue(name, value)
VariableMap
VariableMap. putValueTyped(String name, TypedValue value)
static VariableMap
Variables. putValueTyped(String name, TypedValue value)
Shortcut forVariables.createVariables().putValueTyped(name, value)
-
Uses of VariableMap in org.camunda.bpm.engine.variable.impl
Classes in org.camunda.bpm.engine.variable.impl that implement VariableMap Modifier and Type Class Description class
VariableMapImpl
Methods in org.camunda.bpm.engine.variable.impl that return VariableMap Modifier and Type Method Description VariableMap
VariableMapImpl. putValue(String name, Object value)
VariableMap
VariableMapImpl. putValueTyped(String name, TypedValue value)
-