Uses of Interface
org.operaton.bpm.engine.repository.DeploymentBuilder
Packages that use DeploymentBuilder
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService.-
Uses of DeploymentBuilder in org.operaton.bpm.application
Methods in org.operaton.bpm.application with parameters of type DeploymentBuilderModifier and TypeMethodDescriptionvoidAbstractProcessApplication.createDeployment(String processArchiveName, DeploymentBuilder deploymentBuilder) voidProcessApplicationInterface.createDeployment(String processArchiveName, DeploymentBuilder deploymentBuilder) Override this method in order to programmatically add resources to the deployment created by this process application. -
Uses of DeploymentBuilder in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return DeploymentBuilderModifier and TypeMethodDescriptionRepositoryService.createDeployment()Starts creating a new deployment -
Uses of DeploymentBuilder in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return DeploymentBuilder -
Uses of DeploymentBuilder in org.operaton.bpm.engine.impl.repository
Classes in org.operaton.bpm.engine.impl.repository that implement DeploymentBuilderModifier and TypeClassDescriptionclassclassMethods in org.operaton.bpm.engine.impl.repository that return DeploymentBuilderModifier and TypeMethodDescriptionDeploymentBuilderImpl.activateProcessDefinitionsOn(Date date) protected DeploymentBuilderDeploymentBuilderImpl.addClasspathResource(String resource) DeploymentBuilderImpl.addDeploymentResourceById(String deploymentId, String resourceId) DeploymentBuilderImpl.addDeploymentResourceByName(String deploymentId, String resourceName) DeploymentBuilderImpl.addDeploymentResources(String deploymentId) DeploymentBuilderImpl.addDeploymentResourcesById(String deploymentId, List<String> resourceIds) DeploymentBuilderImpl.addDeploymentResourcesByName(String deploymentId, List<String> resourceNames) DeploymentBuilderImpl.addInputStream(String resourceName, InputStream inputStream) DeploymentBuilderImpl.addModelInstance(String resourceName, BpmnModelInstance modelInstance) DeploymentBuilderImpl.addModelInstance(String resourceName, CmmnModelInstance modelInstance) DeploymentBuilderImpl.addModelInstance(String resourceName, DmnModelInstance modelInstance) DeploymentBuilderImpl.addZipInputStream(ZipInputStream zipInputStream) DeploymentBuilderImpl.enableDuplicateFiltering(boolean deployChangedOnly) DeploymentBuilderImpl.nameFromDeployment(String deploymentId) -
Uses of DeploymentBuilder in org.operaton.bpm.engine.impl.test
Methods in org.operaton.bpm.engine.impl.test with parameters of type DeploymentBuilderModifier and TypeMethodDescriptionprotected StringAbstractProcessEngineTestCase.deployment(DeploymentBuilder deploymentBuilder, String... resources) protected StringAbstractProcessEngineTestCase.deployment(DeploymentBuilder deploymentBuilder, BpmnModelInstance... bpmnModelInstances) protected StringAbstractProcessEngineTestCase.deploymentWithBuilder(DeploymentBuilder builder) -
Uses of DeploymentBuilder in org.operaton.bpm.engine.repository
Subinterfaces of DeploymentBuilder in org.operaton.bpm.engine.repositoryMethods in org.operaton.bpm.engine.repository that return DeploymentBuilderModifier and TypeMethodDescriptionDeploymentBuilder.activateProcessDefinitionsOn(Date date) Sets the date on which the process definitions contained in this deployment will be activated.DeploymentBuilder.addClasspathResource(String resource) DeploymentBuilder.addDeploymentResourceById(String deploymentId, String resourceId) A given resource specified by id and deployment id will be added to the new deployment to re-deploy the given resource.DeploymentBuilder.addDeploymentResourceByName(String deploymentId, String resourceName) A given resource specified by name and deployment id will be added to the new deployment to re-deploy the given resource.DeploymentBuilder.addDeploymentResources(String deploymentId) All existing resources contained by the given deployment will be added to the new deployment to re-deploy them.DeploymentBuilder.addDeploymentResourcesById(String deploymentId, List<String> resourceIds) All given resources specified by id and deployment id will be added to the new deployment to re-deploy the given resource.DeploymentBuilder.addDeploymentResourcesByName(String deploymentId, List<String> resourceNames) All given resources specified by name and deployment id will be added to the new deployment to re-deploy the given resource.DeploymentBuilder.addInputStream(String resourceName, InputStream inputStream) DeploymentBuilder.addModelInstance(String resourceName, BpmnModelInstance modelInstance) Adds a BPMN model to the deployment.DeploymentBuilder.addModelInstance(String resourceName, CmmnModelInstance modelInstance) Adds a CMMN model to the deployment.DeploymentBuilder.addModelInstance(String resourceName, DmnModelInstance modelInstance) Adds a DMN model to the deployment.DeploymentBuilder.addZipInputStream(ZipInputStream zipInputStream) default DeploymentBuilderDeploymentBuilder.enableDuplicateFiltering()Deprecated, for removal: This API element is subject to removal in a future version.DeploymentBuilder.enableDuplicateFiltering(boolean deployChangedOnly) Check the resources for duplicates in the set of previous deployments with same deployment source.Gives the deployment the given name.DeploymentBuilder.nameFromDeployment(String deploymentId) Sets the deployment id to retrieve the deployment name from it.Sets the source of a deployment.Sets the tenant id of a deployment. -
Uses of DeploymentBuilder in org.operaton.bpm.engine.rest.sub.repository.impl
Methods in org.operaton.bpm.engine.rest.sub.repository.impl that return DeploymentBuilderModifier and TypeMethodDescriptionprotected DeploymentBuilderDeploymentResourceImpl.addRedeploymentResources(DeploymentBuilder builder, RedeploymentDto redeployment) Methods in org.operaton.bpm.engine.rest.sub.repository.impl with parameters of type DeploymentBuilderModifier and TypeMethodDescriptionprotected DeploymentBuilderDeploymentResourceImpl.addRedeploymentResources(DeploymentBuilder builder, RedeploymentDto redeployment) -
Uses of DeploymentBuilder in org.operaton.bpm.engine.test.junit5
Methods in org.operaton.bpm.engine.test.junit5 that return DeploymentBuilderModifier and TypeMethodDescriptionprotected DeploymentBuilderProcessEngineTestExtension.createDeploymentBuilder()Methods in org.operaton.bpm.engine.test.junit5 with parameters of type DeploymentBuilderModifier and TypeMethodDescriptionDeploymentExtension.deploy(DeploymentBuilder deploymentBuilder, String... resources) DeploymentExtension.deploy(DeploymentBuilder deploymentBuilder, BpmnModelInstance... bpmnModelInstances) <T extends DeploymentWithDefinitions>
TProcessEngineTestExtension.deploy(DeploymentBuilder deploymentBuilder) protected DeploymentWithDefinitionsProcessEngineTestExtension.deploy(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources) DeploymentExtension.deploymentWithBuilder(DeploymentBuilder builder) -
Uses of DeploymentBuilder in org.operaton.bpm.engine.test.util
Methods in org.operaton.bpm.engine.test.util that return DeploymentBuilderModifier and TypeMethodDescriptionprotected DeploymentBuilderProcessEngineTestRule.createDeploymentBuilder()Methods in org.operaton.bpm.engine.test.util with parameters of type DeploymentBuilderModifier and TypeMethodDescription<T extends DeploymentWithDefinitions>
TProcessEngineTestRule.deploy(DeploymentBuilder deploymentBuilder) protected DeploymentWithDefinitionsProcessEngineTestRule.deploy(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources) -
Uses of DeploymentBuilder in org.operaton.bpm.example.invoice
Methods in org.operaton.bpm.example.invoice with parameters of type DeploymentBuilderModifier and TypeMethodDescriptionvoidInvoiceProcessApplication.createDeployment(String processArchiveName, DeploymentBuilder deploymentBuilder)
enableDuplicateFiltering(boolean)instead.