@RestController @RequestMapping(value="/service") public class ModelEditorJsonRestResource extends Object implements org.activiti.editor.constants.ModelDataJsonConstants
Constructor and Description |
---|
ModelEditorJsonRestResource() |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getEditorJson(String modelId) |
@RequestMapping(value="/model/{modelId}/json", method=GET, produces="application/json") public com.fasterxml.jackson.databind.node.ObjectNode getEditorJson(@PathVariable String modelId)
Copyright © 2019. All rights reserved.