Package | Description |
---|---|
org.jbpm.kie.services.impl | |
org.jbpm.services.api | |
org.jbpm.services.cdi.impl |
Modifier and Type | Class and Description |
---|---|
class |
DeployedUnitImpl |
Modifier and Type | Field and Description |
---|---|
protected Map<String,DeployedUnit> |
AbstractDeploymentService.deploymentsMap |
Modifier and Type | Method and Description |
---|---|
DeployedUnit |
AbstractDeploymentService.getDeployedUnit(String deploymentUnitId) |
Modifier and Type | Method and Description |
---|---|
Collection<DeployedUnit> |
AbstractDeploymentService.getDeployedUnits() |
Map<String,DeployedUnit> |
AbstractDeploymentService.getDeploymentsMap() |
Modifier and Type | Method and Description |
---|---|
protected org.kie.api.runtime.manager.RuntimeEnvironmentBuilder |
KModuleDeploymentService.boostrapRuntimeEnvironmentBuilder(KModuleDeploymentUnit deploymentUnit,
DeployedUnit deployedUnit,
org.kie.api.runtime.KieContainer kieContainer,
org.kie.internal.runtime.conf.MergeMode mode)
This creates and fills a
RuntimeEnvironmentBuilder instance, which is later used when creating services. |
protected void |
ProcessServiceImpl.disallowWhenNotActive(DeployedUnit deployedUnit,
org.kie.api.command.Command<?> cmd) |
void |
AbstractDeploymentService.notifyOnActivate(DeploymentUnit unit,
DeployedUnit deployedUnit) |
void |
AbstractDeploymentService.notifyOnDeactivate(DeploymentUnit unit,
DeployedUnit deployedUnit) |
void |
AbstractDeploymentService.notifyOnDeploy(DeploymentUnit unit,
DeployedUnit deployedUnit) |
void |
AbstractDeploymentService.notifyOnUnDeploy(DeploymentUnit unit,
DeployedUnit deployedUnit) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentServiceCDIImpl.notifyOnActivate(DeploymentUnit unit,
DeployedUnit deployedUnit) |
void |
DeploymentServiceCDIImpl.notifyOnDeactivate(DeploymentUnit unit,
DeployedUnit deployedUnit) |
void |
DeploymentServiceCDIImpl.notifyOnDeploy(DeploymentUnit unit,
DeployedUnit deployedUnit) |
void |
DeploymentServiceCDIImpl.notifyOnUnDeploy(DeploymentUnit unit,
DeployedUnit deployedUnit) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.