@RestController public class ContentItemClientResource extends AbstractClientResource
| Modifier and Type | Field and Description |
|---|---|
protected ContentItemService |
clientService |
configRepository| Constructor and Description |
|---|
ContentItemClientResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getContentItem(String contentItemId) |
getRequestParametersWithoutServerId, retrieveServerConfig@Autowired protected ContentItemService clientService
@GetMapping(value="/rest/admin/content-items/{contentItemId}",
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode getContentItem(@PathVariable
String contentItemId)
throws org.flowable.ui.common.service.exception.BadRequestException
org.flowable.ui.common.service.exception.BadRequestExceptionCopyright © 2022 Flowable. All rights reserved.