Package | Description |
---|---|
org.jbpm.services.api |
Modifier and Type | Method and Description |
---|---|
DeployedUnit |
DeploymentEvent.getDeployedUnit()
Returns the deployed unit
|
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)
Sets the deployed unit.
|
Constructor and Description |
---|
DeploymentEvent(String deploymentId,
DeployedUnit deployedUnit)
Create a new deployment event given deployment id and deployed unit.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.