Uses of Class
org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
Package
Description
-
Uses of UserOperationLogEntryDto in org.camunda.bpm.engine.rest.dto.history
Modifier and TypeMethodDescriptionstatic UserOperationLogEntryDto
UserOperationLogEntryDto.map
(UserOperationLogEntry entry) Modifier and TypeMethodDescriptionstatic List<UserOperationLogEntryDto>
UserOperationLogEntryDto.map
(List<UserOperationLogEntry> entries) -
Uses of UserOperationLogEntryDto in org.camunda.bpm.engine.rest.history
Modifier and TypeMethodDescriptionUserOperationLogRestService.queryUserOperationEntries
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of UserOperationLogEntryDto in org.camunda.bpm.engine.rest.impl.history
Modifier and TypeMethodDescriptionUserOperationLogRestServiceImpl.queryUserOperationEntries
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of UserOperationLogEntryDto in org.camunda.bpm.engine.rest.impl.optimize
Modifier and TypeMethodDescriptionOptimizeRestService.getHistoricUserOperationLogs
(String occurredAfterAsString, String occurredAtAsString, int maxResults)