org.camunda.bpm.engine.rest.dto
Class VariableQueryParameterDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
org.camunda.bpm.engine.rest.dto.VariableQueryParameterDto
public class VariableQueryParameterDto
- extends ConditionQueryParameterDto
| Fields inherited from class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto |
EQUALS_OPERATOR_NAME, GREATER_THAN_OPERATOR_NAME, GREATER_THAN_OR_EQUALS_OPERATOR_NAME, LESS_THAN_OPERATOR_NAME, LESS_THAN_OR_EQUALS_OPERATOR_NAME, LIKE_OPERATOR_NAME, NAME_OPERATOR_MAP, NOT_EQUALS_OPERATOR_NAME, operator, OPERATOR_NAME_MAP, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
VariableQueryParameterDto
public VariableQueryParameterDto()
VariableQueryParameterDto
public VariableQueryParameterDto(TaskQueryVariableValue variableValue)
getName
public String getName()
setName
public void setName(String name)
resolveValue
public Object resolveValue(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
- Overrides:
resolveValue in class ConditionQueryParameterDto
Copyright © 2016 camunda services GmbH. All rights reserved.