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