Uses of Class
org.camunda.bpm.engine.rest.dto.SchemaLogEntryDto
Packages that use SchemaLogEntryDto
Package
Description
-
Uses of SchemaLogEntryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type SchemaLogEntryDtoModifier and TypeMethodDescriptionSchemaLogRestService.getSchemaLog
(jakarta.ws.rs.core.Request request, jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) SchemaLogRestService.querySchemaLog
(SchemaLogQueryDto dto, Integer firstResult, Integer maxResults) -
Uses of SchemaLogEntryDto in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type SchemaLogEntryDtoModifier and TypeMethodDescriptionstatic List<SchemaLogEntryDto>
SchemaLogEntryDto.fromSchemaLogEntries
(List<SchemaLogEntry> entries) -
Uses of SchemaLogEntryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type SchemaLogEntryDtoModifier and TypeMethodDescriptionSchemaLogRestServiceImpl.getSchemaLog
(jakarta.ws.rs.core.Request request, jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) SchemaLogRestServiceImpl.querySchemaLog
(SchemaLogQueryDto dto, Integer firstResult, Integer maxResults)