public class ProcessEngineMvcEndpoint
extends org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
| Constructor and Description |
|---|
ProcessEngineMvcEndpoint(ProcessEngineEndpoint processEngineEndpoint,
RepositoryService repositoryService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
processDefinitionDiagram(String processDefinitionKey)
Look up the process definition by key.
|
public ProcessEngineMvcEndpoint(ProcessEngineEndpoint processEngineEndpoint, RepositoryService repositoryService)
@RequestMapping(value="/processes/{processDefinitionKey:.*}",
method=GET,
produces="image/jpeg")
@ResponseBody
public org.springframework.http.ResponseEntity processDefinitionDiagram(@PathVariable
String processDefinitionKey)
fulfillmentProcess.Copyright © 2016 Alfresco. All rights reserved.