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 |
---|---|
javax.ws.rs.core.Response |
clearAnnotation(String operationId) |
CountResultDto |
queryUserOperationCount(javax.ws.rs.core.UriInfo uriInfo) |
List<UserOperationLogEntryDto> |
queryUserOperationEntries(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
javax.ws.rs.core.Response |
setAnnotation(String operationId,
AnnotationDto annotationDto) |
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
public javax.ws.rs.core.Response setAnnotation(String operationId, AnnotationDto annotationDto)
setAnnotation
in interface UserOperationLogRestService
public javax.ws.rs.core.Response clearAnnotation(String operationId)
clearAnnotation
in interface UserOperationLogRestService
Copyright © 2022. All rights reserved.