Uses of Interface
com.flowable.action.api.repository.ActionDeploymentBuilder
Package
Description
-
Uses of ActionDeploymentBuilder in com.flowable.action.api.repository
Modifier and TypeMethodDescriptionActionDeploymentBuilder.addClasspathResource
(String resource) ActionDeploymentBuilder.addInputStream
(String resourceName, InputStream inputStream) ActionDeploymentBuilder.addZipInputStream
(ZipInputStream zipInputStream) Gives the deployment the given category.ActionRepositoryService.createDeployment()
Starts creating a new deploymentActionDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.ActionDeploymentBuilder.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id. -
Uses of ActionDeploymentBuilder in com.flowable.action.engine.autodeployment
Modifier and TypeMethodDescriptionprotected void
AbstractActionAutoDeploymentStrategy.addResource
(Resource resource, ActionDeploymentBuilder deploymentBuilder) protected void
AbstractActionAutoDeploymentStrategy.addResource
(Resource resource, String resourceName, ActionDeploymentBuilder deploymentBuilder) -
Uses of ActionDeploymentBuilder in com.flowable.action.engine.impl.repository
Modifier and TypeMethodDescriptionActionDeploymentBuilderImpl.addClasspathResource
(String resource) ActionDeploymentBuilderImpl.addInputStream
(String resourceName, InputStream inputStream) ActionDeploymentBuilderImpl.addZipInputStream
(ZipInputStream zipInputStream) ActionRepositoryServiceImpl.createDeployment()
ActionDeploymentBuilderImpl.enableDuplicateFiltering()
ActionDeploymentBuilderImpl.parentDeploymentId
(String parentDeploymentId)