@Service public class DeploymentService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableClientService |
clientUtil |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
DeploymentService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDeployment(ServerConfig serverConfig,
javax.servlet.http.HttpServletResponse httpResponse,
String appDeploymentId) |
protected String |
encode(String string) |
protected com.fasterxml.jackson.databind.JsonNode |
getAppDefinitionJson(ByteArrayInputStream bais) |
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
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
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 com.fasterxml.jackson.databind.JsonNode uploadDeployment(ServerConfig serverConfig, String name, InputStream inputStream) throws IOException
IOExceptionpublic void deleteDeployment(ServerConfig serverConfig, javax.servlet.http.HttpServletResponse httpResponse, String appDeploymentId)
protected com.fasterxml.jackson.databind.JsonNode getAppDefinitionJson(ByteArrayInputStream bais) throws IOException
IOExceptionCopyright © 2020 Flowable. All rights reserved.