@RestController public class ProcessDefinitionPropertiesResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.activiti.engine.FormService |
formService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
ProcessDefinitionPropertiesResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getStartFormProperties(String processDefinitionId) |
@Autowired protected org.activiti.engine.FormService formService
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
@RequestMapping(value="/process-definition/{processDefinitionId}/properties",
method=GET,
produces="application/json")
public com.fasterxml.jackson.databind.node.ObjectNode getStartFormProperties(@PathVariable
String processDefinitionId)
Copyright © 2016 Alfresco. All rights reserved.