Uses of Interface
com.flowable.agent.api.repository.AgentDeploymentBuilder
Packages that use AgentDeploymentBuilder
Package
Description
-
Uses of AgentDeploymentBuilder in com.flowable.agent.api.repository
Methods in com.flowable.agent.api.repository that return AgentDeploymentBuilderModifier and TypeMethodDescriptionAgentDeploymentBuilder.addClasspathResource(String resource) AgentDeploymentBuilder.addInputStream(String resourceName, InputStream inputStream) Gives the deployment the given category.AgentRepositoryService.createDeployment()Starts creating a new deploymentAgentDeploymentBuilder.enableDuplicateFiltering()If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.AgentDeploymentBuilder.parentDeploymentId(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id. -
Uses of AgentDeploymentBuilder in com.flowable.agent.engine.autodeployment
Methods in com.flowable.agent.engine.autodeployment with parameters of type AgentDeploymentBuilderModifier and TypeMethodDescriptionprotected voidAbstractAgentAutoDeploymentStrategy.addResource(Resource resource, AgentDeploymentBuilder deploymentBuilder) protected voidAbstractAgentAutoDeploymentStrategy.addResource(Resource resource, String resourceName, AgentDeploymentBuilder deploymentBuilder) -
Uses of AgentDeploymentBuilder in com.flowable.agent.engine.impl.repository
Classes in com.flowable.agent.engine.impl.repository that implement AgentDeploymentBuilderMethods in com.flowable.agent.engine.impl.repository that return AgentDeploymentBuilderModifier and TypeMethodDescriptionAgentDeploymentBuilderImpl.addClasspathResource(String resource) AgentDeploymentBuilderImpl.addInputStream(String resourceName, InputStream inputStream) AgentRepositoryServiceImpl.createDeployment()AgentDeploymentBuilderImpl.enableDuplicateFiltering()AgentDeploymentBuilderImpl.parentDeploymentId(String parentDeploymentId)