Uses of Interface
org.flowable.eventregistry.api.EventDeploymentBuilder
Packages that use EventDeploymentBuilder
Package
Description
-
Uses of EventDeploymentBuilder in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return EventDeploymentBuilderModifier and TypeMethodDescriptionEventDeploymentBuilder.addChannelDefinition
(String resourceName, String channelDefinition) EventDeploymentBuilder.addChannelDefinitionBytes
(String resourceName, byte[] channelBytes) EventDeploymentBuilder.addClasspathResource
(String resource) EventDeploymentBuilder.addEventDefinition
(String resourceName, String eventDefinition) EventDeploymentBuilder.addEventDefinitionBytes
(String resourceName, byte[] eventBytes) EventDeploymentBuilder.addInputStream
(String resourceName, InputStream inputStream) Gives the deployment the given category.EventRepositoryService.createDeployment()
EventDeploymentBuilder.enableDuplicateFiltering()
Allows to add a property to the deployment builder that influences the deployment.Gives the deployment the given name.EventDeploymentBuilder.parentDeploymentId
(String parentDeploymentId) Gives the deployment the given parent deployment id.Gives the deployment the given tenant id. -
Uses of EventDeploymentBuilder in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl that return EventDeploymentBuilder -
Uses of EventDeploymentBuilder in org.flowable.eventregistry.impl.repository
Classes in org.flowable.eventregistry.impl.repository that implement EventDeploymentBuilderMethods in org.flowable.eventregistry.impl.repository that return EventDeploymentBuilderModifier and TypeMethodDescriptionEventDeploymentBuilderImpl.addChannelDefinition
(String resourceName, String channelDefinition) EventDeploymentBuilderImpl.addChannelDefinitionBytes
(String resourceName, byte[] channelDefinitionBytes) EventDeploymentBuilderImpl.addClasspathResource
(String resource) EventDeploymentBuilderImpl.addEventDefinition
(String resourceName, String eventDefinition) EventDeploymentBuilderImpl.addEventDefinitionBytes
(String resourceName, byte[] eventDefinitionBytes) EventDeploymentBuilderImpl.addInputStream
(String resourceName, InputStream inputStream) EventDeploymentBuilderImpl.enableDuplicateFiltering()
EventDeploymentBuilderImpl.parentDeploymentId
(String parentDeploymentId) -
Uses of EventDeploymentBuilder in org.flowable.eventregistry.spring.autodeployment
Methods in org.flowable.eventregistry.spring.autodeployment with parameters of type EventDeploymentBuilderModifier and TypeMethodDescriptionprotected void
AbstractEventAutoDeploymentStrategy.addResource
(Resource resource, String resourceName, EventDeploymentBuilder deploymentBuilder) protected void
AbstractEventAutoDeploymentStrategy.addResource
(Resource resource, EventDeploymentBuilder deploymentBuilder)