Class ContentEngineResource
java.lang.Object
com.flowable.content.rest.service.api.management.ContentEngineResource
@RestController
public class ContentEngineResource
extends java.lang.Object
- Author:
- Tijs Rademakers
-
Field Summary
Fields Modifier and Type Field Description protected ContentRestApiInterceptor
restApiInterceptor
-
Constructor Summary
Constructors Constructor Description ContentEngineResource()
-
Method Summary
Modifier and Type Method Description org.flowable.common.rest.api.EngineInfoResponse
getEngineInfo()
-
Field Details
-
Constructor Details
-
ContentEngineResource
public ContentEngineResource()
-
-
Method Details
-
getEngineInfo
@GetMapping(value="/content-management/engine", produces="application/json") public org.flowable.common.rest.api.EngineInfoResponse getEngineInfo()
-