@RestController public class ProcessInstanceHighlightsResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
ProcessInstanceHighlightsResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getHighlighted(String processInstanceId) |
@RequestMapping(value="/process-instance/{processInstanceId}/highlights",
method=GET,
produces="application/json")
public com.fasterxml.jackson.databind.node.ObjectNode getHighlighted(@PathVariable
String processInstanceId)
Copyright © 2016 Alfresco. All rights reserved.