Uses of Interface
com.flowable.action.api.repository.ActionDeploymentBuilder
Packages that use ActionDeploymentBuilder
Package
Description
-
Uses of ActionDeploymentBuilder in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository that return ActionDeploymentBuilderModifier 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
Methods in com.flowable.action.engine.autodeployment with parameters of type ActionDeploymentBuilderModifier and TypeMethodDescriptionprotected voidAbstractActionAutoDeploymentStrategy.addResource(Resource resource, ActionDeploymentBuilder deploymentBuilder) protected voidAbstractActionAutoDeploymentStrategy.addResource(Resource resource, String resourceName, ActionDeploymentBuilder deploymentBuilder) -
Uses of ActionDeploymentBuilder in com.flowable.action.engine.impl.repository
Classes in com.flowable.action.engine.impl.repository that implement ActionDeploymentBuilderMethods in com.flowable.action.engine.impl.repository that return ActionDeploymentBuilderModifier and TypeMethodDescriptionActionDeploymentBuilderImpl.addClasspathResource(String resource) ActionDeploymentBuilderImpl.addInputStream(String resourceName, InputStream inputStream) ActionDeploymentBuilderImpl.addZipInputStream(ZipInputStream zipInputStream) ActionRepositoryServiceImpl.createDeployment()ActionDeploymentBuilderImpl.enableDuplicateFiltering()ActionDeploymentBuilderImpl.parentDeploymentId(String parentDeploymentId)