Modifier and Type | Method and Description |
---|---|
DeploymentUnit |
CaseServiceConfigurator.createDeploymentUnit(String groupId,
String artifactid,
String version) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnit |
DefaultCaseServiceConfigurator.createDeploymentUnit(String groupId,
String artifactid,
String version) |
Modifier and Type | Class and Description |
---|---|
class |
CustomIdKModuleDeploymentUnit |
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 |
AbstractDeploymentService.undeploy(DeploymentUnit unit) |
void |
KModuleDeploymentService.undeploy(DeploymentUnit unit,
Function<DeploymentUnit,Boolean> beforeUndeploy) |
void |
AbstractDeploymentService.undeploy(DeploymentUnit unit,
Function<DeploymentUnit,Boolean> beforeUndeploy) |
Modifier and Type | Method and Description |
---|---|
void |
KModuleDeploymentService.undeploy(DeploymentUnit unit,
Function<DeploymentUnit,Boolean> beforeUndeploy) |
void |
AbstractDeploymentService.undeploy(DeploymentUnit unit,
Function<DeploymentUnit,Boolean> beforeUndeploy) |
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 |
---|---|
DeploymentUnit |
DefaultKieServiceConfigurator.createDeploymentUnit(String groupId,
String artifactid,
String version) |
Modifier and Type | Method and Description |
---|---|
static Function<DeploymentUnit,Boolean> |
PreUndeployOperations.abortUnitActiveProcessInstances(RuntimeDataService runtimeDataService,
DeploymentService deploymentService)
Returns a function that checks if a given
DeploymentUnit has active process instances instances, aborts them and,
if nothing wrong happened, lets the undeployment operation continue. |
static Function<DeploymentUnit,Boolean> |
PreUndeployOperations.checkActiveProcessInstances(RuntimeDataService runtimeDataService)
Returns a function that checks if a given
DeploymentUnit has active process instances and prevents its undeployment. |
static Function<DeploymentUnit,Boolean> |
PreUndeployOperations.doNothing()
Returns a function that bypasses the check and always allows to undeploy.
|
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 . |
void |
DeploymentService.undeploy(DeploymentUnit unit,
Function<DeploymentUnit,Boolean> beforeUndeploy)
Performs undeployment operation of given
unit aborting existing process instances if needed. |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentService.undeploy(DeploymentUnit unit,
Function<DeploymentUnit,Boolean> beforeUndeploy)
Performs undeployment operation of given
unit aborting existing process instances if needed. |
Modifier and Type | Method and Description |
---|---|
DeploymentUnit |
DeployedUnit.getDeploymentUnit()
Returns the deployed unit.
|
Modifier and Type | Method and Description |
---|---|
DeploymentUnit |
KieServiceConfigurator.createDeploymentUnit(String groupId,
String artifactid,
String version)
Created a new deployment unit
|
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 |
DeploymentServiceEJBRemote.undeploy(String deploymentId,
Function<DeploymentUnit,Boolean> beforeUndeploy)
Undeploys currently active deployment unit identified by given deploymentId
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentServiceEJBImpl.deploy(DeploymentUnit unit) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentServiceEJBImpl.undeploy(String deploymentId,
Function<DeploymentUnit,Boolean> beforeUndeploy) |
Modifier and Type | Field and Description |
---|---|
protected DeploymentUnit |
AbstractKieServicesTest.deploymentUnit |
protected DeploymentUnit |
AbstractCaseServicesTest.deploymentUnit |
Modifier and Type | Method and Description |
---|---|
protected DeploymentUnit |
AbstractServicesTest.createAndDeployUnit(String groupId,
String artifactid,
String version) |
protected abstract DeploymentUnit |
AbstractServicesTest.createDeploymentUnit(String groupId,
String artifactid,
String version) |
protected DeploymentUnit |
AbstractKieServicesTest.createDeploymentUnit(String groupId,
String artifactid,
String version) |
protected DeploymentUnit |
AbstractCaseServicesTest.createDeploymentUnit(String groupId,
String artifactid,
String version) |
protected abstract DeploymentUnit |
AbstractServicesTest.prepareDeploymentUnit() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.