@Service public class DecisionTableDeploymentService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableClientService |
clientUtil |
| Constructor and Description |
|---|
DecisionTableDeploymentService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDeployment(ServerConfig serverConfig,
javax.servlet.http.HttpServletResponse httpResponse,
String appDeploymentId) |
com.fasterxml.jackson.databind.JsonNode |
getDeployment(ServerConfig serverConfig,
String deploymentId) |
com.fasterxml.jackson.databind.JsonNode |
listDeployments(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
uploadDeployment(ServerConfig serverConfig,
String name,
InputStream inputStream) |
@Autowired protected FlowableClientService clientUtil
public com.fasterxml.jackson.databind.JsonNode listDeployments(ServerConfig serverConfig, Map<String,String[]> parameterMap)
public com.fasterxml.jackson.databind.JsonNode getDeployment(ServerConfig serverConfig, String deploymentId)
public void deleteDeployment(ServerConfig serverConfig, javax.servlet.http.HttpServletResponse httpResponse, String appDeploymentId)
public com.fasterxml.jackson.databind.JsonNode uploadDeployment(ServerConfig serverConfig, String name, InputStream inputStream) throws IOException
IOExceptionCopyright © 2020 Flowable. All rights reserved.