@RestController public class ModelEditorJsonRestResource extends Object implements ModelDataJsonConstants
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
MODEL_DESCRIPTION, MODEL_ID, MODEL_NAME, MODEL_REVISION| 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 © 2016 Alfresco. All rights reserved.