Uses of Class
org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto

Packages that use ConditionQueryParameterDto
org.camunda.bpm.engine.rest.dto   
org.camunda.bpm.engine.rest.dto.converter   
org.camunda.bpm.engine.rest.dto.runtime   
 

Uses of ConditionQueryParameterDto in org.camunda.bpm.engine.rest.dto
 

Subclasses of ConditionQueryParameterDto in org.camunda.bpm.engine.rest.dto
 class VariableQueryParameterDto
           
 

Uses of ConditionQueryParameterDto in org.camunda.bpm.engine.rest.dto.converter
 

Methods in org.camunda.bpm.engine.rest.dto.converter that return types with arguments of type ConditionQueryParameterDto
 List<ConditionQueryParameterDto> ConditionListConverter.convertQueryParameterToType(String value)
           
 

Uses of ConditionQueryParameterDto in org.camunda.bpm.engine.rest.dto.runtime
 

Fields in org.camunda.bpm.engine.rest.dto.runtime with type parameters of type ConditionQueryParameterDto
protected  List<ConditionQueryParameterDto> JobQueryDto.dueDates
           
 

Method parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type ConditionQueryParameterDto
 void JobQueryDto.setDueDates(List<ConditionQueryParameterDto> dueDates)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.