Uses of Interface
com.flowable.policy.api.repository.PolicyDeploymentBuilder
Packages that use PolicyDeploymentBuilder
Package
Description
-
Uses of PolicyDeploymentBuilder in com.flowable.policy.api.repository
Methods in com.flowable.policy.api.repository that return PolicyDeploymentBuilderModifier and TypeMethodDescriptionPolicyDeploymentBuilder.addClasspathResource
(String resource) PolicyDeploymentBuilder.addInputStream
(String resourceName, InputStream inputStream) PolicyDeploymentBuilder.addZipInputStream
(ZipInputStream zipInputStream) Gives the deployment the given category.PolicyRepositoryService.createDeployment()
Starts creating a new deploymentPolicyDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.PolicyDeploymentBuilder.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id. -
Uses of PolicyDeploymentBuilder in com.flowable.policy.engine.autodeployment
Methods in com.flowable.policy.engine.autodeployment with parameters of type PolicyDeploymentBuilderModifier and TypeMethodDescriptionprotected void
AbstractPolicyAutoDeploymentStrategy.addResource
(Resource resource, PolicyDeploymentBuilder deploymentBuilder) protected void
AbstractPolicyAutoDeploymentStrategy.addResource
(Resource resource, String resourceName, PolicyDeploymentBuilder deploymentBuilder) -
Uses of PolicyDeploymentBuilder in com.flowable.policy.engine.impl.repository
Classes in com.flowable.policy.engine.impl.repository that implement PolicyDeploymentBuilderMethods in com.flowable.policy.engine.impl.repository that return PolicyDeploymentBuilderModifier and TypeMethodDescriptionPolicyDeploymentBuilderImpl.addClasspathResource
(String resource) PolicyDeploymentBuilderImpl.addInputStream
(String resourceName, InputStream inputStream) PolicyDeploymentBuilderImpl.addZipInputStream
(ZipInputStream zipInputStream) PolicyRepositoryServiceImpl.createDeployment()
PolicyDeploymentBuilderImpl.enableDuplicateFiltering()
PolicyDeploymentBuilderImpl.parentDeploymentId
(String parentDeploymentId)