Uses of Class
org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto

Packages that use UserOperationLogEntryDto
org.camunda.bpm.engine.rest.dto.history   
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
 

Uses of UserOperationLogEntryDto in org.camunda.bpm.engine.rest.dto.history
 

Methods in org.camunda.bpm.engine.rest.dto.history that return UserOperationLogEntryDto
static UserOperationLogEntryDto UserOperationLogEntryDto.map(UserOperationLogEntry entry)
           
 

Methods in org.camunda.bpm.engine.rest.dto.history that return types with arguments of type UserOperationLogEntryDto
static 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 UserOperationLogEntryDto
 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
 List<UserOperationLogEntryDto> UserOperationLogRestServiceImpl.queryUserOperationEntries(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.