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.core.io.Resource |
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.core.io.Resource processDefinitionDiagram(@PathVariable
String processDefinitionKey)
fulfillmentProcess.Copyright © 2015 Alfresco. All rights reserved.