public interface UserOperationLogRestService
UserOperationLogQuery as REST service.| 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) |
static final String PATH
CountResultDto queryUserOperationCount(@Context javax.ws.rs.core.UriInfo uriInfo)
List<UserOperationLogEntryDto> queryUserOperationEntries(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
javax.ws.rs.core.Response setAnnotation(String operationId, AnnotationDto annotationDto)
javax.ws.rs.core.Response clearAnnotation(String operationId)
Copyright © 2013–2019 camunda services GmbH. All rights reserved.