Uses of Interface
com.flowable.serviceregistry.api.repository.ServiceDeploymentBuilder
Package
Description
-
Uses of ServiceDeploymentBuilder in com.flowable.serviceregistry.api.repository
Modifier and TypeMethodDescriptionServiceDeploymentBuilder.addClasspathResource
(String resource) ServiceDeploymentBuilder.addInputStream
(String resourceName, InputStream inputStream) ServiceDeploymentBuilder.addZipInputStream
(ZipInputStream zipInputStream) Gives the deployment the given category.ServiceRegistryRepositoryService.createDeployment()
Starts creating a new deploymentServiceDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.ServiceDeploymentBuilder.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id. -
Uses of ServiceDeploymentBuilder in com.flowable.serviceregistry.engine
-
Uses of ServiceDeploymentBuilder in com.flowable.serviceregistry.engine.autodeployment
Modifier and TypeMethodDescriptionprotected void
AbstractServiceRegistryAutoDeploymentStrategy.addResource
(Resource resource, ServiceDeploymentBuilder deploymentBuilder) protected void
AbstractServiceRegistryAutoDeploymentStrategy.addResource
(Resource resource, String resourceName, ServiceDeploymentBuilder deploymentBuilder) -
Uses of ServiceDeploymentBuilder in com.flowable.serviceregistry.engine.impl.repository
Modifier and TypeMethodDescriptionServiceDeploymentBuilderImpl.addClasspathResource
(String resource) ServiceDeploymentBuilderImpl.addInputStream
(String resourceName, InputStream inputStream) ServiceDeploymentBuilderImpl.addZipInputStream
(ZipInputStream zipInputStream) ServiceDeploymentBuilderImpl.enableDuplicateFiltering()
ServiceDeploymentBuilderImpl.parentDeploymentId
(String parentDeploymentId)