@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
@RequestMapping(value="/rest/stencil-sets/editor",
method=GET,
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode getStencilSetForEditor()
@RequestMapping(value="/rest/stencil-sets/cmmneditor",
method=GET,
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode getCmmnStencilSetForEditor()
Copyright © 2018 Flowable. All rights reserved.