public class UserOperationLogRestServiceImpl extends Object implements UserOperationLogRestService
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected ProcessEngine |
processEngine |
PATH
Constructor and Description |
---|
UserOperationLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine) |
Modifier and Type | Method and Description |
---|---|
CountResultDto |
queryUserOperationCount(javax.ws.rs.core.UriInfo uriInfo) |
List<UserOperationLogEntryDto> |
queryUserOperationEntries(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected ProcessEngine processEngine
public UserOperationLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
public CountResultDto queryUserOperationCount(javax.ws.rs.core.UriInfo uriInfo)
queryUserOperationCount
in interface UserOperationLogRestService
public List<UserOperationLogEntryDto> queryUserOperationEntries(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
queryUserOperationEntries
in interface UserOperationLogRestService
Copyright © 2022. All rights reserved.