Uses of Class
org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
-
-
Uses of UserOperationLogEntryDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return UserOperationLogEntryDto Modifier and Type Method Description static UserOperationLogEntryDtoUserOperationLogEntryDto. map(org.camunda.bpm.engine.history.UserOperationLogEntry entry)Methods in org.camunda.bpm.engine.rest.dto.history that return types with arguments of type UserOperationLogEntryDto Modifier and Type Method Description static List<UserOperationLogEntryDto>UserOperationLogEntryDto. map(List<org.camunda.bpm.engine.history.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 UserOperationLogEntryDto Modifier and Type Method Description List<UserOperationLogEntryDto>UserOperationLogRestService. 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 UserOperationLogEntryDto Modifier and Type Method Description List<UserOperationLogEntryDto>UserOperationLogRestServiceImpl. 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 UserOperationLogEntryDto Modifier and Type Method Description List<UserOperationLogEntryDto>OptimizeRestService. getHistoricUserOperationLogs(String occurredAfterAsString, String occurredAtAsString, int maxResults)
-