|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto |
|---|
| Methods in org.camunda.bpm.engine.rest.dto that return VariableValueDto | |
|---|---|
static VariableValueDto |
VariableValueDto.fromFormPart(String type,
MultipartFormData.FormPart binaryDataFormPart)
|
static VariableValueDto |
VariableValueDto.fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue)
|
static VariableValueDto |
VariableValueDto.fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue,
boolean preferSerializedValue)
|
| Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type VariableValueDto | |
|---|---|
static Map<String,VariableValueDto> |
VariableValueDto.fromVariableMap(org.camunda.bpm.engine.variable.VariableMap variables)
|
Map<String,VariableValueDto> |
PatchVariablesDto.getModifications()
|
| Methods in org.camunda.bpm.engine.rest.dto with parameters of type VariableValueDto | |
|---|---|
static void |
VariableValueDto.fromTypedValue(VariableValueDto dto,
org.camunda.bpm.engine.variable.value.TypedValue typedValue)
|
static void |
VariableValueDto.fromTypedValue(VariableValueDto dto,
org.camunda.bpm.engine.variable.value.TypedValue typedValue,
boolean preferSerializedValue)
|
| Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type VariableValueDto | |
|---|---|
void |
PatchVariablesDto.setModifications(Map<String,VariableValueDto> modifications)
|
static org.camunda.bpm.engine.variable.VariableMap |
VariableValueDto.toMap(Map<String,VariableValueDto> variables,
ProcessEngine processEngine,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.dmn |
|---|
| Fields in org.camunda.bpm.engine.rest.dto.dmn with type parameters of type VariableValueDto | |
|---|---|
protected Map<String,VariableValueDto> |
EvaluateDecisionDto.variables
|
| Methods in org.camunda.bpm.engine.rest.dto.dmn that return types with arguments of type VariableValueDto | |
|---|---|
Map<String,VariableValueDto> |
EvaluateDecisionDto.getVariables()
|
| Method parameters in org.camunda.bpm.engine.rest.dto.dmn with type arguments of type VariableValueDto | |
|---|---|
void |
EvaluateDecisionDto.setVariables(Map<String,VariableValueDto> variables)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.externaltask |
|---|
| Fields in org.camunda.bpm.engine.rest.dto.externaltask with type parameters of type VariableValueDto | |
|---|---|
protected Map<String,VariableValueDto> |
LockedExternalTaskDto.variables
|
protected Map<String,VariableValueDto> |
CompleteExternalTaskDto.variables
|
| Methods in org.camunda.bpm.engine.rest.dto.externaltask that return types with arguments of type VariableValueDto | |
|---|---|
Map<String,VariableValueDto> |
LockedExternalTaskDto.getVariables()
|
Map<String,VariableValueDto> |
CompleteExternalTaskDto.getVariables()
|
| Method parameters in org.camunda.bpm.engine.rest.dto.externaltask with type arguments of type VariableValueDto | |
|---|---|
void |
CompleteExternalTaskDto.setVariables(Map<String,VariableValueDto> variables)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.history |
|---|
| Subclasses of VariableValueDto in org.camunda.bpm.engine.rest.dto.history | |
|---|---|
class |
HistoricDecisionInputInstanceDto
|
class |
HistoricDecisionOutputInstanceDto
|
class |
HistoricVariableInstanceDto
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.message |
|---|
| Methods in org.camunda.bpm.engine.rest.dto.message that return types with arguments of type VariableValueDto | |
|---|---|
Map<String,VariableValueDto> |
CorrelationMessageDto.getCorrelationKeys()
|
Map<String,VariableValueDto> |
CorrelationMessageDto.getProcessVariables()
|
| Method parameters in org.camunda.bpm.engine.rest.dto.message with type arguments of type VariableValueDto | |
|---|---|
void |
CorrelationMessageDto.setCorrelationKeys(Map<String,VariableValueDto> correlationKeys)
|
void |
CorrelationMessageDto.setProcessVariables(Map<String,VariableValueDto> processVariables)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.runtime |
|---|
| Subclasses of VariableValueDto in org.camunda.bpm.engine.rest.dto.runtime | |
|---|---|
class |
TriggerVariableValueDto
|
class |
VariableInstanceDto
|
| Fields in org.camunda.bpm.engine.rest.dto.runtime with type parameters of type VariableValueDto | |
|---|---|
protected Map<String,VariableValueDto> |
StartProcessInstanceDto.variables
|
| Methods in org.camunda.bpm.engine.rest.dto.runtime that return types with arguments of type VariableValueDto | |
|---|---|
Map<String,VariableValueDto> |
StartProcessInstanceDto.getVariables()
|
Map<String,VariableValueDto> |
CreateCaseInstanceDto.getVariables()
|
Map<String,VariableValueDto> |
ProcessInstanceWithVariablesDto.getVariables()
|
Map<String,VariableValueDto> |
ExecutionTriggerDto.getVariables()
|
| Method parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type VariableValueDto | |
|---|---|
void |
StartProcessInstanceDto.setVariables(Map<String,VariableValueDto> variables)
|
void |
CreateCaseInstanceDto.setVariables(Map<String,VariableValueDto> variables)
|
void |
ProcessInstanceWithVariablesDto.setVariables(Map<String,VariableValueDto> variables)
|
void |
ExecutionTriggerDto.setVariables(Map<String,VariableValueDto> variables)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.dto.task |
|---|
| Methods in org.camunda.bpm.engine.rest.dto.task that return types with arguments of type VariableValueDto | |
|---|---|
Map<String,VariableValueDto> |
CompleteTaskDto.getVariables()
|
| Method parameters in org.camunda.bpm.engine.rest.dto.task with type arguments of type VariableValueDto | |
|---|---|
void |
CompleteTaskDto.setVariables(Map<String,VariableValueDto> variables)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub |
|---|
| Methods in org.camunda.bpm.engine.rest.sub that return VariableValueDto | |
|---|---|
VariableValueDto |
VariableResource.getVariable(String variableName,
boolean deserializeValue)
|
| Methods in org.camunda.bpm.engine.rest.sub that return types with arguments of type VariableValueDto | |
|---|---|
Map<String,VariableValueDto> |
VariableResource.getVariables(boolean deserializeValues)
|
| Methods in org.camunda.bpm.engine.rest.sub with parameters of type VariableValueDto | |
|---|---|
void |
VariableResource.putVariable(String variableName,
VariableValueDto variable)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.impl that return VariableValueDto | |
|---|---|
VariableValueDto |
AbstractVariablesResource.getVariable(String variableName,
boolean deserializeValue)
|
| Methods in org.camunda.bpm.engine.rest.sub.impl that return types with arguments of type VariableValueDto | |
|---|---|
Map<String,VariableValueDto> |
AbstractVariablesResource.getVariables(boolean deserializeValues)
|
| Methods in org.camunda.bpm.engine.rest.sub.impl with parameters of type VariableValueDto | |
|---|---|
void |
AbstractVariablesResource.putVariable(String variableName,
VariableValueDto variable)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.repository |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.repository that return types with arguments of type VariableValueDto | |
|---|---|
List<Map<String,VariableValueDto>> |
DecisionDefinitionResource.evaluateDecision(javax.ws.rs.core.UriInfo context,
EvaluateDecisionDto parameters)
|
Map<String,VariableValueDto> |
ProcessDefinitionResource.getFormVariables(String variableNames,
boolean deserializeValues)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.repository.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return types with arguments of type VariableValueDto | |
|---|---|
protected List<Map<String,VariableValueDto>> |
DecisionDefinitionResourceImpl.createDecisionResultDto(org.camunda.bpm.dmn.engine.DmnDecisionResult decisionResult)
|
protected Map<String,VariableValueDto> |
DecisionDefinitionResourceImpl.createResultEntriesDto(org.camunda.bpm.dmn.engine.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)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.task |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.task that return types with arguments of type VariableValueDto | |
|---|---|
Map<String,VariableValueDto> |
TaskResource.getFormVariables(String variableNames,
boolean deserializeValues)
|
| Uses of VariableValueDto in org.camunda.bpm.engine.rest.sub.task.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.task.impl that return types with arguments of type VariableValueDto | |
|---|---|
Map<String,VariableValueDto> |
TaskResourceImpl.getFormVariables(String variableNames,
boolean deserializeValues)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||