Uses of Interface
org.jbpm.services.api.model.DeploymentUnit
-
Packages that use DeploymentUnit Package Description org.jbpm.services.api org.jbpm.services.api.model org.jbpm.services.api.utils -
-
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
-