Modifier and Type | Method and Description |
---|---|
static VariableValueDto |
VariableValueDto.fromFormPart(String type,
MultipartFormData.FormPart binaryDataFormPart) |
static VariableValueDto |
VariableValueDto.fromTypedValue(TypedValue typedValue) |
static VariableValueDto |
VariableValueDto.fromTypedValue(TypedValue typedValue,
boolean preferSerializedValue) |
Modifier and Type | Method and Description |
---|---|
static Map<String,VariableValueDto> |
VariableValueDto.fromMap(VariableMap variables) |
static Map<String,VariableValueDto> |
VariableValueDto.fromMap(VariableMap variables,
boolean preferSerializedValue) |
Map<String,VariableValueDto> |
PatchVariablesDto.getModifications() |
Map<String,VariableValueDto> |
SignalDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
static void |
VariableValueDto.fromTypedValue(VariableValueDto dto,
TypedValue typedValue) |
static void |
VariableValueDto.fromTypedValue(VariableValueDto dto,
TypedValue typedValue,
boolean preferSerializedValue) |
Modifier and Type | Method and Description |
---|---|
void |
PatchVariablesDto.setModifications(Map<String,VariableValueDto> modifications) |
void |
SignalDto.setVariables(Map<String,VariableValueDto> variables) |
static VariableMap |
VariableValueDto.toMap(Map<String,VariableValueDto> variables,
ProcessEngine processEngine,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
EvaluationConditionDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
EvaluationConditionDto.setVariables(Map<String,VariableValueDto> variables) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VariableValueDto> |
EvaluateDecisionDto.variables |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
EvaluateDecisionDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
EvaluateDecisionDto.setVariables(Map<String,VariableValueDto> variables) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VariableValueDto> |
CompleteExternalTaskDto.localVariables |
protected Map<String,VariableValueDto> |
ExternalTaskFailureDto.localVariables |
protected Map<String,VariableValueDto> |
CompleteExternalTaskDto.variables |
protected Map<String,VariableValueDto> |
LockedExternalTaskDto.variables |
protected Map<String,VariableValueDto> |
ExternalTaskFailureDto.variables |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
CompleteExternalTaskDto.getLocalVariables() |
Map<String,VariableValueDto> |
ExternalTaskFailureDto.getLocalVariables() |
Map<String,VariableValueDto> |
CompleteExternalTaskDto.getVariables() |
Map<String,VariableValueDto> |
LockedExternalTaskDto.getVariables() |
Map<String,VariableValueDto> |
ExternalTaskFailureDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
CompleteExternalTaskDto.setLocalVariables(Map<String,VariableValueDto> localVariables) |
void |
ExternalTaskFailureDto.setLocalVariables(Map<String,VariableValueDto> localVariables) |
void |
CompleteExternalTaskDto.setVariables(Map<String,VariableValueDto> variables) |
void |
ExternalTaskFailureDto.setVariables(Map<String,VariableValueDto> variables) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricDecisionInputInstanceDto |
class |
HistoricDecisionOutputInstanceDto |
class |
HistoricVariableInstanceDto |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
CorrelationMessageDto.getCorrelationKeys() |
Map<String,VariableValueDto> |
CorrelationMessageDto.getLocalCorrelationKeys() |
Map<String,VariableValueDto> |
CorrelationMessageDto.getProcessVariables() |
Map<String,VariableValueDto> |
CorrelationMessageDto.getProcessVariablesLocal() |
Map<String,VariableValueDto> |
MessageCorrelationResultWithVariableDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
CorrelationMessageDto.setCorrelationKeys(Map<String,VariableValueDto> correlationKeys) |
void |
CorrelationMessageDto.setLocalCorrelationKeys(Map<String,VariableValueDto> localCorrelationKeys) |
void |
CorrelationMessageDto.setProcessVariables(Map<String,VariableValueDto> processVariables) |
void |
CorrelationMessageDto.setProcessVariablesLocal(Map<String,VariableValueDto> processVariablesLocal) |
Modifier and Type | Class and Description |
---|---|
class |
TriggerVariableValueDto |
class |
VariableInstanceDto |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VariableValueDto> |
StartProcessInstanceDto.variables |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
CreateCaseInstanceDto.getVariables() |
Map<String,VariableValueDto> |
ProcessInstanceWithVariablesDto.getVariables() |
Map<String,VariableValueDto> |
StartProcessInstanceDto.getVariables() |
Map<String,VariableValueDto> |
ExecutionTriggerDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
CreateCaseInstanceDto.setVariables(Map<String,VariableValueDto> variables) |
void |
ProcessInstanceWithVariablesDto.setVariables(Map<String,VariableValueDto> variables) |
void |
StartProcessInstanceDto.setVariables(Map<String,VariableValueDto> variables) |
void |
ExecutionTriggerDto.setVariables(Map<String,VariableValueDto> variables) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VariableValueDto> |
SetVariablesAsyncDto.variables |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
SetVariablesAsyncDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
SetVariablesAsyncDto.setVariables(Map<String,VariableValueDto> variables) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VariableValueDto> |
TaskBpmnErrorDto.variables |
protected Map<String,VariableValueDto> |
TaskEscalationDto.variables |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
TaskBpmnErrorDto.getVariables() |
Map<String,VariableValueDto> |
CompleteTaskDto.getVariables() |
Map<String,VariableValueDto> |
TaskEscalationDto.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
TaskBpmnErrorDto.setVariables(Map<String,VariableValueDto> variables) |
void |
CompleteTaskDto.setVariables(Map<String,VariableValueDto> variables) |
void |
TaskEscalationDto.setVariables(Map<String,VariableValueDto> variables) |
Modifier and Type | Method and Description |
---|---|
VariableValueDto |
VariableResource.getVariable(String variableName,
boolean deserializeValue) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
VariableResource.getVariables(boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
void |
VariableResource.putVariable(String variableName,
VariableValueDto variable) |
Modifier and Type | Method and Description |
---|---|
VariableValueDto |
AbstractVariablesResource.getVariable(String variableName,
boolean deserializeValue) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
AbstractVariablesResource.getVariables(boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVariablesResource.putVariable(String variableName,
VariableValueDto variable) |
Modifier and Type | Method and Description |
---|---|
List<Map<String,VariableValueDto>> |
DecisionDefinitionResource.evaluateDecision(javax.ws.rs.core.UriInfo context,
EvaluateDecisionDto parameters) |
Map<String,VariableValueDto> |
ProcessDefinitionResource.getFormVariables(String variableNames,
boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
protected List<Map<String,VariableValueDto>> |
DecisionDefinitionResourceImpl.createDecisionResultDto(DmnDecisionResult decisionResult) |
protected Map<String,VariableValueDto> |
DecisionDefinitionResourceImpl.createResultEntriesDto(DmnDecisionResultEntries entries) |
List<Map<String,VariableValueDto>> |
DecisionDefinitionResourceImpl.evaluateDecision(javax.ws.rs.core.UriInfo context,
EvaluateDecisionDto parameters) |
Map<String,VariableValueDto> |
ProcessDefinitionResourceImpl.getFormVariables(String variableNames,
boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
TaskResource.getFormVariables(String variableNames,
boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
Map<String,VariableValueDto> |
TaskResourceImpl.getFormVariables(String variableNames,
boolean deserializeValues) |
Copyright © 2022. All rights reserved.