@Service public class ProcessEngineInfoService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_ENGINE_INFO_URL |
protected FlowableClientService |
clientUtil |
static String |
CMMN_ENGINE_INFO_URL |
static String |
CONTENT_ENGINE_INFO_URL |
static String |
DMN_ENGINE_INFO_URL |
static String |
FORM_ENGINE_INFO_URL |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
static String |
PROCESS_ENGINE_INFO_URL |
| Constructor and Description |
|---|
ProcessEngineInfoService() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getEngineInfo(ServerConfig serverConfig) |
public static final String PROCESS_ENGINE_INFO_URL
public static final String DMN_ENGINE_INFO_URL
public static final String FORM_ENGINE_INFO_URL
public static final String CONTENT_ENGINE_INFO_URL
public static final String CMMN_ENGINE_INFO_URL
public static final String APP_ENGINE_INFO_URL
@Autowired protected FlowableClientService clientUtil
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public com.fasterxml.jackson.databind.JsonNode getEngineInfo(ServerConfig serverConfig)
Copyright © 2020 Flowable. All rights reserved.