Uses of Interface
org.flowable.eventregistry.api.EventDeploymentBuilder
-
Uses of EventDeploymentBuilder in org.flowable.eventregistry.api
Modifier 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.