Package | Description |
---|---|
org.jbpm.kie.services.impl | |
org.jbpm.kie.services.impl.store | |
org.jbpm.services.api | |
org.jbpm.services.api.model | |
org.jbpm.services.cdi.impl | |
org.jbpm.services.ejb.impl |
Modifier and Type | Class and Description |
---|---|
class |
KModuleDeploymentUnit |
Modifier and Type | Method and Description |
---|---|
DeploymentUnit |
DeployedUnitImpl.getDeploymentUnit() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDeploymentService.commonDeploy(DeploymentUnit unit,
DeployedUnitImpl deployedUnit,
org.kie.api.runtime.manager.RuntimeEnvironment environemnt,
org.kie.api.runtime.KieContainer kieContainer) |
void |
KModuleDeploymentService.deploy(DeploymentUnit unit) |
void |
AbstractDeploymentService.deploy(DeploymentUnit unit) |
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) |
protected void |
KModuleDeploymentService.processResources(org.drools.compiler.kie.builder.impl.InternalKieModule module,
Collection<String> files,
org.kie.api.runtime.KieContainer kieContainer,
DeploymentUnit unit,
DeployedUnitImpl deployedUnit,
org.kie.api.builder.ReleaseId releaseId,
Map<String,ProcessDescriptor> processes)
Goes through all files in a deployment, and processes them so that they are then ready
for use after deployment.
|
void |
KModuleDeploymentService.undeploy(DeploymentUnit unit) |
void |
AbstractDeploymentService.undeploy(DeploymentUnit unit) |
Constructor and Description |
---|
DeployedUnitImpl(DeploymentUnit unit) |
Modifier and Type | Method and Description |
---|---|
Collection<DeploymentUnit> |
DeploymentStore.getDeactivatedDeploymentUnits() |
Collection<DeploymentUnit> |
DeploymentStore.getEnabledDeploymentUnits() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentStore.activateDeploymentUnit(DeploymentUnit unit) |
void |
DeploymentStore.deactivateDeploymentUnit(DeploymentUnit unit) |
void |
DeploymentStore.disableDeploymentUnit(DeploymentUnit unit) |
void |
DeploymentStore.enableDeploymentUnit(DeploymentUnit unit) |
void |
DeploymentStore.markDeploymentUnitAsObsolete(DeploymentUnit unit) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentStore.getDeploymentUnitsByDate(Date date,
Collection<DeploymentUnit> enabled,
Collection<DeploymentUnit> disabled,
Collection<DeploymentUnit> activated,
Collection<DeploymentUnit> deactivated) |
void |
DeploymentStore.getDeploymentUnitsByDate(Date date,
Collection<DeploymentUnit> enabled,
Collection<DeploymentUnit> disabled,
Collection<DeploymentUnit> activated,
Collection<DeploymentUnit> deactivated) |
void |
DeploymentStore.getDeploymentUnitsByDate(Date date,
Collection<DeploymentUnit> enabled,
Collection<DeploymentUnit> disabled,
Collection<DeploymentUnit> activated,
Collection<DeploymentUnit> deactivated) |
void |
DeploymentStore.getDeploymentUnitsByDate(Date date,
Collection<DeploymentUnit> enabled,
Collection<DeploymentUnit> disabled,
Collection<DeploymentUnit> activated,
Collection<DeploymentUnit> deactivated) |
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 . |
Modifier and Type | Method and Description |
---|---|
DeploymentUnit |
DeployedUnit.getDeploymentUnit() |
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) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentServiceEJBImpl.deploy(DeploymentUnit unit) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.