| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model | |
| org.flowable.eventregistry.impl.model |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder
Builder for the 'tenant ID detection' part of the
InboundChannelModel, specifically for XML events |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder |
InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder.detectEventTenantUsingXPathExpression(String xPathExpression)
Determines the tenant ID by using an XPath expression.
|
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder |
InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder.fixedTenantId(String tenantId)
Sets the tenant to a hardcoded value.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InboundChannelDefinitionBuilderImpl.InboundEventPayloadXmlExtractorBuilderImpl |
static class |
InboundChannelDefinitionBuilderImpl.InboundEventTenantXmlDetectorBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder |
InboundChannelDefinitionBuilderImpl.InboundEventTenantXmlDetectorBuilderImpl.detectEventTenantUsingXPathExpression(String xPathExpression) |
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder |
InboundChannelDefinitionBuilderImpl.InboundEventTenantXmlDetectorBuilderImpl.fixedTenantId(String tenantId) |
Copyright © 2023 Flowable. All rights reserved.