| Package | Description |
|---|---|
| org.jbpm.services.api |
| Modifier and Type | Method and Description |
|---|---|
DeployedUnit |
DeploymentEvent.getDeployedUnit() |
DeployedUnit |
DeploymentService.getDeployedUnit(String deploymentUnitId)
Returns
DeployedUnit instance for given deployment id if exists |
| Modifier and Type | Method and Description |
|---|---|
Collection<DeployedUnit> |
DeploymentService.getDeployedUnits()
Returns all (currently) deployed units.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentEvent.setDeployedUnit(DeployedUnit deployedUnit) |
| Constructor and Description |
|---|
DeploymentEvent(String deploymentId,
DeployedUnit deployedUnit) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.