@RestController @RequestMapping(value="/app") public class StencilSetResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
StencilSetResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getCmmnStencilSetForEditor() |
com.fasterxml.jackson.databind.JsonNode |
getStencilSetForEditor() |
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
@GetMapping(value="/rest/stencil-sets/editor",
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode getStencilSetForEditor()
@GetMapping(value="/rest/stencil-sets/cmmneditor",
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode getCmmnStencilSetForEditor()
Copyright © 2020 Flowable. All rights reserved.