Uses of Class
org.camunda.bpm.engine.rest.dto.SchemaLogQueryDto
-
Packages that use SchemaLogQueryDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl -
-
Uses of SchemaLogQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type SchemaLogQueryDto Modifier and Type Method Description List<SchemaLogEntryDto>
SchemaLogRestService. querySchemaLog(SchemaLogQueryDto dto, Integer firstResult, Integer maxResults)
-
Uses of SchemaLogQueryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type SchemaLogQueryDto Modifier and Type Method Description List<SchemaLogEntryDto>
SchemaLogRestServiceImpl. querySchemaLog(SchemaLogQueryDto dto, Integer firstResult, Integer maxResults)
-