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