@Service public class FormDefinitionService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableClientService |
clientUtil |
| Constructor and Description |
|---|
FormDefinitionService() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getCaseDefinitionForms(ServerConfig serverConfig,
String caseDefinitionId) |
com.fasterxml.jackson.databind.JsonNode |
getForm(ServerConfig serverConfig,
String formId) |
com.fasterxml.jackson.databind.JsonNode |
getProcessDefinitionForms(ServerConfig serverConfig,
String processDefinitionId) |
com.fasterxml.jackson.databind.JsonNode |
listForms(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
@Autowired protected FlowableClientService clientUtil
public com.fasterxml.jackson.databind.JsonNode listForms(ServerConfig serverConfig, Map<String,String[]> parameterMap)
public com.fasterxml.jackson.databind.JsonNode getForm(ServerConfig serverConfig, String formId)
public com.fasterxml.jackson.databind.JsonNode getProcessDefinitionForms(ServerConfig serverConfig, String processDefinitionId)
public com.fasterxml.jackson.databind.JsonNode getCaseDefinitionForms(ServerConfig serverConfig, String caseDefinitionId)
Copyright © 2020 Flowable. All rights reserved.