Uses of Interface
org.jbpm.services.api.model.DeploymentUnit
-
-
Uses of DeploymentUnit in org.jbpm.casemgmt.api.utils
Methods in org.jbpm.casemgmt.api.utils that return DeploymentUnit Modifier and Type Method Description DeploymentUnitCaseServiceConfigurator. createDeploymentUnit(String groupId, String artifactid, String version) -
Uses of DeploymentUnit in org.jbpm.casemgmt.impl.utils
Methods in org.jbpm.casemgmt.impl.utils that return DeploymentUnit Modifier and Type Method Description DeploymentUnitDefaultCaseServiceConfigurator. createDeploymentUnit(String groupId, String artifactid, String version) -
Uses of DeploymentUnit in org.jbpm.kie.services.impl
Classes in org.jbpm.kie.services.impl that implement DeploymentUnit Modifier and Type Class Description classCustomIdKModuleDeploymentUnitclassKModuleDeploymentUnitMethods in org.jbpm.kie.services.impl that return DeploymentUnit Modifier and Type Method Description DeploymentUnitDeployedUnitImpl. getDeploymentUnit()Methods in org.jbpm.kie.services.impl with parameters of type DeploymentUnit Modifier and Type Method Description voidAbstractDeploymentService. commonDeploy(DeploymentUnit unit, DeployedUnitImpl deployedUnit, org.kie.api.runtime.manager.RuntimeEnvironment environemnt, org.kie.api.runtime.KieContainer kieContainer)voidAbstractDeploymentService. deploy(DeploymentUnit unit)voidKModuleDeploymentService. deploy(DeploymentUnit unit)voidAbstractDeploymentService. notifyOnActivate(DeploymentUnit unit, DeployedUnit deployedUnit)voidAbstractDeploymentService. notifyOnDeactivate(DeploymentUnit unit, DeployedUnit deployedUnit)voidAbstractDeploymentService. notifyOnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)voidAbstractDeploymentService. notifyOnUnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)protected voidKModuleDeploymentService. 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.voidAbstractDeploymentService. undeploy(DeploymentUnit unit)voidAbstractDeploymentService. undeploy(DeploymentUnit unit, Function<DeploymentUnit,Boolean> beforeUndeploy)voidKModuleDeploymentService. undeploy(DeploymentUnit unit, Function<DeploymentUnit,Boolean> beforeUndeploy)Method parameters in org.jbpm.kie.services.impl with type arguments of type DeploymentUnit Modifier and Type Method Description voidAbstractDeploymentService. undeploy(DeploymentUnit unit, Function<DeploymentUnit,Boolean> beforeUndeploy)voidKModuleDeploymentService. undeploy(DeploymentUnit unit, Function<DeploymentUnit,Boolean> beforeUndeploy)Constructors in org.jbpm.kie.services.impl with parameters of type DeploymentUnit Constructor Description DeployedUnitImpl(DeploymentUnit unit) -
Uses of DeploymentUnit in org.jbpm.kie.services.impl.store
Methods in org.jbpm.kie.services.impl.store that return types with arguments of type DeploymentUnit Modifier and Type Method Description Collection<DeploymentUnit>DeploymentStore. getDeactivatedDeploymentUnits()Collection<DeploymentUnit>DeploymentStore. getEnabledDeploymentUnits()Methods in org.jbpm.kie.services.impl.store with parameters of type DeploymentUnit Modifier and Type Method Description voidDeploymentStore. activateDeploymentUnit(DeploymentUnit unit)voidDeploymentStore. deactivateDeploymentUnit(DeploymentUnit unit)voidDeploymentStore. disableDeploymentUnit(DeploymentUnit unit)voidDeploymentStore. enableDeploymentUnit(DeploymentUnit unit)voidDeploymentStore. markDeploymentUnitAsObsolete(DeploymentUnit unit)Method parameters in org.jbpm.kie.services.impl.store with type arguments of type DeploymentUnit Modifier and Type Method Description voidDeploymentStore. getDeploymentUnitsByDate(Date date, Collection<DeploymentUnit> enabled, Collection<DeploymentUnit> disabled, Collection<DeploymentUnit> activated, Collection<DeploymentUnit> deactivated) -
Uses of DeploymentUnit in org.jbpm.kie.services.impl.utils
Methods in org.jbpm.kie.services.impl.utils that return DeploymentUnit Modifier and Type Method Description DeploymentUnitDefaultKieServiceConfigurator. createDeploymentUnit(String groupId, String artifactid, String version)Methods in org.jbpm.kie.services.impl.utils that return types with arguments of type DeploymentUnit Modifier and Type Method Description static Function<DeploymentUnit,Boolean>PreUndeployOperations. abortUnitActiveProcessInstances(RuntimeDataService runtimeDataService, DeploymentService deploymentService)Returns a function that checks if a givenDeploymentUnithas 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 givenDeploymentUnithas 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. -
Uses of DeploymentUnit in org.jbpm.services.api
Methods in org.jbpm.services.api with parameters of type DeploymentUnit Modifier and Type Method Description voidDeploymentService. deploy(DeploymentUnit unit)Performs deployment operation of givenunit.voidDeploymentService. undeploy(DeploymentUnit unit)Performs undeployment operation of givenunit.voidDeploymentService. undeploy(DeploymentUnit unit, Function<DeploymentUnit,Boolean> beforeUndeploy)Performs undeployment operation of givenunitaborting existing process instances if needed.Method parameters in org.jbpm.services.api with type arguments of type DeploymentUnit Modifier and Type Method Description voidDeploymentService. undeploy(DeploymentUnit unit, Function<DeploymentUnit,Boolean> beforeUndeploy)Performs undeployment operation of givenunitaborting existing process instances if needed. -
Uses of DeploymentUnit in org.jbpm.services.api.model
Methods in org.jbpm.services.api.model that return DeploymentUnit Modifier and Type Method Description DeploymentUnitDeployedUnit. getDeploymentUnit()Returns the deployed unit. -
Uses of DeploymentUnit in org.jbpm.services.api.utils
Methods in org.jbpm.services.api.utils that return DeploymentUnit Modifier and Type Method Description DeploymentUnitKieServiceConfigurator. createDeploymentUnit(String groupId, String artifactid, String version)Created a new deployment unit -
Uses of DeploymentUnit in org.jbpm.services.cdi.impl
Methods in org.jbpm.services.cdi.impl with parameters of type DeploymentUnit Modifier and Type Method Description voidDeploymentServiceCDIImpl. notifyOnActivate(DeploymentUnit unit, DeployedUnit deployedUnit)voidDeploymentServiceCDIImpl. notifyOnDeactivate(DeploymentUnit unit, DeployedUnit deployedUnit)voidDeploymentServiceCDIImpl. notifyOnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit)voidDeploymentServiceCDIImpl. notifyOnUnDeploy(DeploymentUnit unit, DeployedUnit deployedUnit) -
Uses of DeploymentUnit in org.jbpm.services.ejb.api
Method parameters in org.jbpm.services.ejb.api with type arguments of type DeploymentUnit Modifier and Type Method Description voidDeploymentServiceEJBRemote. undeploy(String deploymentId, Function<DeploymentUnit,Boolean> beforeUndeploy)Undeploys currently active deployment unit identified by given deploymentId -
Uses of DeploymentUnit in org.jbpm.services.ejb.impl
Methods in org.jbpm.services.ejb.impl with parameters of type DeploymentUnit Modifier and Type Method Description voidDeploymentServiceEJBImpl. deploy(DeploymentUnit unit)Method parameters in org.jbpm.services.ejb.impl with type arguments of type DeploymentUnit Modifier and Type Method Description voidDeploymentServiceEJBImpl. undeploy(String deploymentId, Function<DeploymentUnit,Boolean> beforeUndeploy) -
Uses of DeploymentUnit in org.jbpm.test.services
Fields in org.jbpm.test.services declared as DeploymentUnit Modifier and Type Field Description protected DeploymentUnitAbstractCaseServicesTest. deploymentUnitprotected DeploymentUnitAbstractKieServicesTest. deploymentUnitMethods in org.jbpm.test.services that return DeploymentUnit Modifier and Type Method Description protected DeploymentUnitAbstractServicesTest. createAndDeployUnit(String groupId, String artifactid, String version)protected DeploymentUnitAbstractCaseServicesTest. createDeploymentUnit(String groupId, String artifactid, String version)protected DeploymentUnitAbstractKieServicesTest. createDeploymentUnit(String groupId, String artifactid, String version)protected abstract DeploymentUnitAbstractServicesTest. createDeploymentUnit(String groupId, String artifactid, String version)protected abstract DeploymentUnitAbstractServicesTest. prepareDeploymentUnit()
-