org.camunda.bpm.engine.rest.impl.history
Class UserOperationLogRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.UserOperationLogRestServiceImpl
- All Implemented Interfaces:
- UserOperationLogRestService
public class UserOperationLogRestServiceImpl
- extends Object
- implements UserOperationLogRestService
- Author:
- Danny Gräf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
processEngine
protected ProcessEngine processEngine
UserOperationLogRestServiceImpl
public UserOperationLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
queryUserOperationCount
public CountResultDto queryUserOperationCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
queryUserOperationCount in interface UserOperationLogRestService
queryUserOperationEntries
public List<UserOperationLogEntryDto> queryUserOperationEntries(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
queryUserOperationEntries in interface UserOperationLogRestService
Copyright © 2016 camunda services GmbH. All rights reserved.