@RestController @RequestMapping(value="/app") public class ModelRelationResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ModelRelationService |
modelRelationService |
protected ModelService |
modelService |
| Constructor and Description |
|---|
ModelRelationResource() |
| Modifier and Type | Method and Description |
|---|---|
List<ModelInformation> |
getModelRelations(String modelId) |
@Autowired protected ModelService modelService
@Autowired protected ModelRelationService modelRelationService
@GetMapping(value="/rest/models/{modelId}/parent-relations",
produces="application/json")
public List<ModelInformation> getModelRelations(@PathVariable
String modelId)
Copyright © 2020 Flowable. All rights reserved.