public class BPMNAppDeployer extends Object implements org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
BPMN_DIR |
static String |
BPMN_TYPE |
| Constructor and Description |
|---|
BPMNAppDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Check the artifact type and if it is a BPMN artifact, copy it to the BPMN deployment hot folder
|
void |
undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Check the artifact type and if it is a BPMN, delete the file from the BPMN
deployment hot folder
|
public static final String BPMN_TYPE
public static final String BPMN_DIR
public void deployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
throws org.apache.axis2.deployment.DeploymentException
deployArtifacts in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandlercarbonApp - - CarbonApplication instance to check for BPMN artifactsaxisConfig - - AxisConfiguration of the current tenantorg.apache.axis2.deployment.DeploymentExceptionpublic void undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
undeployArtifacts in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandlercarbonApp - - CarbonApplication instance to check for BPMN artifactsaxisConfig - - - axisConfig of the current tenantCopyright © 2017 WSO2. All rights reserved.