| Package | Description |
|---|---|
| org.flowable.eventregistry.api |
| Modifier and Type | Method and Description |
|---|---|
EventDeploymentBuilder |
EventDeploymentBuilder.addChannelDefinition(String resourceName,
String channelDefinition) |
EventDeploymentBuilder |
EventDeploymentBuilder.addChannelDefinitionBytes(String resourceName,
byte[] channelBytes) |
EventDeploymentBuilder |
EventDeploymentBuilder.addClasspathResource(String resource) |
EventDeploymentBuilder |
EventDeploymentBuilder.addEventDefinition(String resourceName,
String eventDefinition) |
EventDeploymentBuilder |
EventDeploymentBuilder.addEventDefinitionBytes(String resourceName,
byte[] eventBytes) |
EventDeploymentBuilder |
EventDeploymentBuilder.addInputStream(String resourceName,
InputStream inputStream) |
EventDeploymentBuilder |
EventDeploymentBuilder.addString(String resourceName,
String text) |
EventDeploymentBuilder |
EventDeploymentBuilder.category(String category)
Gives the deployment the given category.
|
EventDeploymentBuilder |
EventRepositoryService.createDeployment() |
EventDeploymentBuilder |
EventDeploymentBuilder.enableDuplicateFiltering()
Allows to add a property to the deployment builder that influences the deployment.
|
EventDeploymentBuilder |
EventDeploymentBuilder.name(String name)
Gives the deployment the given name.
|
EventDeploymentBuilder |
EventDeploymentBuilder.parentDeploymentId(String parentDeploymentId)
Gives the deployment the given parent deployment id.
|
EventDeploymentBuilder |
EventDeploymentBuilder.tenantId(String tenantId)
Gives the deployment the given tenant id.
|
Copyright © 2022 Flowable. All rights reserved.