Uses of Class
org.camunda.bpm.engine.rest.dto.SchemaLogEntryDto
Package
Description
-
Uses of SchemaLogEntryDto in org.camunda.bpm.engine.rest
Modifier 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
Modifier and TypeMethodDescriptionstatic List<SchemaLogEntryDto>
SchemaLogEntryDto.fromSchemaLogEntries
(List<SchemaLogEntry> entries) -
Uses of SchemaLogEntryDto in org.camunda.bpm.engine.rest.impl
Modifier 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)