@ApplicationScoped public class DeploymentInfoBean extends Object
| Constructor and Description |
|---|
DeploymentInfoBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOnDeploy(org.jbpm.services.api.DeploymentEvent event)
Called when the workbench/console/business-central deploys a new deployment.
|
static boolean |
emptyDeploymentId(String deploymentId) |
Collection<String> |
getDeploymentIds() |
void |
removeOnUnDeploy(org.jbpm.services.api.DeploymentEvent event)
Called when the workbench/console/business-central *un*deploys (removes) a deployment.
|
public void addOnDeploy(@Observes
org.jbpm.services.api.DeploymentEvent event)
event - public void removeOnUnDeploy(@Observes
org.jbpm.services.api.DeploymentEvent event)
event - public Collection<String> getDeploymentIds()
public static boolean emptyDeploymentId(String deploymentId)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.