public class UserOperationLogRestServiceImpl extends Object implements UserOperationLogRestService
| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.jackson.map.ObjectMapper |
objectMapper |
protected ProcessEngine |
processEngine |
PATH| Constructor and Description |
|---|
UserOperationLogRestServiceImpl(org.codehaus.jackson.map.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 org.codehaus.jackson.map.ObjectMapper objectMapper
protected ProcessEngine processEngine
public UserOperationLogRestServiceImpl(org.codehaus.jackson.map.ObjectMapper objectMapper,
ProcessEngine processEngine)
public CountResultDto queryUserOperationCount(javax.ws.rs.core.UriInfo uriInfo)
queryUserOperationCount in interface UserOperationLogRestServicepublic List<UserOperationLogEntryDto> queryUserOperationEntries(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
queryUserOperationEntries in interface UserOperationLogRestServiceCopyright © 2018. All rights reserved.