Class PlatformEngineResource
java.lang.Object
com.flowable.platform.rest.service.api.BasePlatformResource
com.flowable.platform.rest.service.api.management.PlatformEngineResource
@RestController public class PlatformEngineResource extends BasePlatformResource
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected PlatformEngine
platformEngine
Fields inherited from class com.flowable.platform.rest.service.api.BasePlatformResource
additionalAdminUsers, platformSecurityInterceptor
-
Constructor Summary
Constructors Constructor Description PlatformEngineResource(PlatformEngine platformEngine)
-
Method Summary
Modifier and Type Method Description org.flowable.common.rest.api.EngineInfoResponse
getEngineInfo()
Methods inherited from class com.flowable.platform.rest.service.api.BasePlatformResource
currentUserHasAdminRights, currentUserHasAuthority, currentUserIsSuperAdmin
-
Field Details
-
Constructor Details
-
Method Details
-
getEngineInfo
@GetMapping(value="/platform-management/engine", produces="application/json") public org.flowable.common.rest.api.EngineInfoResponse getEngineInfo()
-