Package | Description |
---|---|
org.jbpm.services.api | |
org.jbpm.services.api.model | |
org.jbpm.services.api.utils |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentService.deploy(DeploymentUnit unit)
Performs deployment operation of given
unit . |
void |
DeploymentService.undeploy(DeploymentUnit unit)
Performs undeployment operation of given
unit . |
void |
DeploymentService.undeploy(DeploymentUnit unit,
Function<DeploymentUnit,Boolean> beforeUndeploy)
Performs undeployment operation of given
unit aborting existing process instances if needed. |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentService.undeploy(DeploymentUnit unit,
Function<DeploymentUnit,Boolean> beforeUndeploy)
Performs undeployment operation of given
unit aborting existing process instances if needed. |
Modifier and Type | Method and Description |
---|---|
DeploymentUnit |
DeployedUnit.getDeploymentUnit()
Returns the deployed unit.
|
Modifier and Type | Method and Description |
---|---|
DeploymentUnit |
KieServiceConfigurator.createDeploymentUnit(String groupId,
String artifactid,
String version)
Created a new deployment unit
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.