@RestController 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 |
getDmnStencilSetForEditor() |
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()
@GetMapping(value="/rest/stencil-sets/dmneditor",
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode getDmnStencilSetForEditor()
Copyright © 2022 Flowable. All rights reserved.