Class ProcessEngineInfoService
- java.lang.Object
-
- org.flowable.ui.admin.service.engine.ProcessEngineInfoService
-
@Service public class ProcessEngineInfoService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPP_ENGINE_INFO_URLprotected FlowableClientServiceclientUtilstatic StringCMMN_ENGINE_INFO_URLstatic StringCONTENT_ENGINE_INFO_URLstatic StringDMN_ENGINE_INFO_URLstatic StringFORM_ENGINE_INFO_URLprotected com.fasterxml.jackson.databind.ObjectMapperobjectMapperstatic StringPROCESS_ENGINE_INFO_URL
-
Constructor Summary
Constructors Constructor Description ProcessEngineInfoService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodegetEngineInfo(ServerConfig serverConfig)
-
-
-
Field Detail
-
PROCESS_ENGINE_INFO_URL
public static final String PROCESS_ENGINE_INFO_URL
- See Also:
- Constant Field Values
-
DMN_ENGINE_INFO_URL
public static final String DMN_ENGINE_INFO_URL
- See Also:
- Constant Field Values
-
FORM_ENGINE_INFO_URL
public static final String FORM_ENGINE_INFO_URL
- See Also:
- Constant Field Values
-
CONTENT_ENGINE_INFO_URL
public static final String CONTENT_ENGINE_INFO_URL
- See Also:
- Constant Field Values
-
CMMN_ENGINE_INFO_URL
public static final String CMMN_ENGINE_INFO_URL
- See Also:
- Constant Field Values
-
APP_ENGINE_INFO_URL
public static final String APP_ENGINE_INFO_URL
- See Also:
- Constant Field Values
-
clientUtil
@Autowired protected FlowableClientService clientUtil
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Method Detail
-
getEngineInfo
public com.fasterxml.jackson.databind.JsonNode getEngineInfo(ServerConfig serverConfig)
-
-