org.camunda.bpm.engine.rest.impl.history
Class UserOperationLogRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.impl.history.UserOperationLogRestServiceImpl
All Implemented Interfaces:
UserOperationLogRestService

public class UserOperationLogRestServiceImpl
extends Object
implements UserOperationLogRestService

Author:
Danny Gräf

Field Summary
protected  com.fasterxml.jackson.databind.ObjectMapper objectMapper
           
protected  ProcessEngine processEngine
           
 
Fields inherited from interface org.camunda.bpm.engine.rest.history.UserOperationLogRestService
PATH
 
Constructor Summary
UserOperationLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
           
 
Method Summary
 CountResultDto queryUserOperationCount(javax.ws.rs.core.UriInfo uriInfo)
           
 List<UserOperationLogEntryDto> queryUserOperationEntries(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectMapper

protected com.fasterxml.jackson.databind.ObjectMapper objectMapper

processEngine

protected ProcessEngine processEngine
Constructor Detail

UserOperationLogRestServiceImpl

public UserOperationLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                       ProcessEngine processEngine)
Method Detail

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.