@Service public class FormInstanceService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableClientService |
clientUtil |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
FormInstanceService() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getFormInstance(ServerConfig serverConfig,
String formInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
getFormInstanceFormFieldValues(ServerConfig serverConfig,
String formInstanceId) |
com.fasterxml.jackson.databind.JsonNode |
getFormInstances(ServerConfig serverConfig,
com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
com.fasterxml.jackson.databind.JsonNode |
listFormInstances(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
@Autowired protected FlowableClientService clientUtil
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public com.fasterxml.jackson.databind.JsonNode listFormInstances(ServerConfig serverConfig, Map<String,String[]> parameterMap)
public com.fasterxml.jackson.databind.JsonNode getFormInstance(ServerConfig serverConfig, String formInstanceId)
public com.fasterxml.jackson.databind.JsonNode getFormInstances(ServerConfig serverConfig, com.fasterxml.jackson.databind.node.ObjectNode objectNode)
public com.fasterxml.jackson.databind.JsonNode getFormInstanceFormFieldValues(ServerConfig serverConfig, String formInstanceId)
Copyright © 2020 Flowable. All rights reserved.