- canProcess(ChannelModel) - Method in interface org.flowable.eventregistry.api.ChannelModelProcessor
-
- canProcessIfChannelModelAlreadyRegistered(ChannelModel) - Method in interface org.flowable.eventregistry.api.ChannelModelProcessor
-
- category(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentBuilder
-
Gives the deployment the given category.
- category(String) - Method in interface org.flowable.eventregistry.api.model.EventModelBuilder
-
Set the category for the event deployment.
- category(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder
-
Set the category for the channel deployment.
- category(String) - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder
-
Set the category for the channel deployment.
- changeDeploymentParentDeploymentId(String, String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
Changes the parent deployment id of a deployment.
- channelAdapter(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder
-
- channelAdapter(String) - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder
-
- channelCategory(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions with the given category.
- channelCategoryLike(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions where the category matches the given parameter.
- channelCategoryNotEquals(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions that have a different category then the given one.
- channelCreateTime(Date) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions where the create time is equal to a certain date.
- channelCreateTimeAfter(Date) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions which create time is after a certain date.
- channelCreateTimeBefore(Date) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions which create time is before a certain date.
- ChannelDefinition - Interface in org.flowable.eventregistry.api
-
An object structure representing a channel definition
- channelDefinitionId(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definition with the given id.
- channelDefinitionIds(Set<String>) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions with the given ids.
- channelDefinitionKey(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definition with the given key.
- channelDefinitionKey(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments with the given channel definition key.
- channelDefinitionKeyLike(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions where the key matches the given parameter.
- channelDefinitionKeyLike(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments with a channel definition key like the given string.
- channelDefinitionKeyLikeIgnoreCase(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions where the key matches the given parameter (case-insensitive).
- channelDefinitionName(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions with the given name.
- channelDefinitionNameLike(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions where the name matches the given parameter.
- channelDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions where the name matches the given parameter (case-insensitive).
- ChannelDefinitionQuery - Interface in org.flowable.eventregistry.api
-
- channelDefinitionResourceName(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definition with the given resource name.
- channelDefinitionResourceNameLike(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definition with a resource name like the given .
- ChannelModelProcessor - Interface in org.flowable.eventregistry.api
-
- channelVersion(Integer) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions with a certain version.
- channelVersionGreaterThan(Integer) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions which version are greater than a certain version.
- channelVersionGreaterThanOrEquals(Integer) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions which version are greater than or equals a certain version.
- channelVersionLowerThan(Integer) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions which version are lower than a certain version.
- channelVersionLowerThanOrEquals(Integer) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions which version are lower than or equals a certain version.
- cleanChannelModels() - Method in interface org.flowable.eventregistry.api.InboundChannelModelCacheManager
-
- clientIdPrefix(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundKafkaChannelBuilder
-
Sets the client id prefix for this Kafka adapter.
- concurrency(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundJmsChannelBuilder
-
Sets the concurrency for the listener (e.g "5-10").
- concurrency(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundKafkaChannelBuilder
-
Sets the concurrency (and integer) for this Kafka adapter.
- concurrency(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundRabbitChannelBuilder
-
Sets the concurrency for the listener.
- CorrelationKeyGenerator<T> - Interface in org.flowable.eventregistry.api
-
- correlationParameter(String, String) - Method in interface org.flowable.eventregistry.api.model.EventModelBuilder
-
Defines one parameters for correlation that can be used in models to map onto.
- createChannelDefinitionQuery() - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- createDeployment() - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- createDeploymentQuery() - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- createEventDefinitionQuery() - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- createEventModel() - Method in interface org.flowable.eventregistry.api.model.EventModelBuilder
-
Creates a new event model, but does not deploy it to the Event registry engine.
- createEventModelBuilder() - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
Programmatically build and register a new
EventModel.
- createInboundChannelModelBuilder() - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- createOutboundChannelModelBuilder() - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- delegateExpressionDeserializer(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
Uses a delegate expression to deserialize the event.
- delegateExpressionKeyDetector(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventKeyDetectorBuilder
-
- delegateExpressionSerializer(String) - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
Uses a delegate expression to serialize the event.
- delegateExpressionTenantDetector(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventTenantDetectorBuilder
-
- deleteDeployment(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- deploy() - Method in interface org.flowable.eventregistry.api.EventDeploymentBuilder
-
Deploys all provided sources to the Flowable engine.
- deploy() - Method in interface org.flowable.eventregistry.api.model.EventModelBuilder
-
Deploys a new event definition for this event model.
- deploy() - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder
-
- deploy() - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventTransformerBuilder
-
- deploy() - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder
-
- deploymentCategory(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments with the given category.
- deploymentCategoryNotEquals(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments that have a different category then the given one.
- deploymentId(String) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Only select channel definitions that are deployed in a deployment with the given deployment id
- deploymentId(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions that are deployed in a deployment with the given deployment id
- deploymentId(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments with the given deployment id.
- deploymentIds(Set<String>) - Method in interface org.flowable.eventregistry.api.ChannelDefinitionQuery
-
Select channel definitions that are deployed in deployments with the given set of ids
- deploymentIds(Set<String>) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Select event definitions that are deployed in deployments with the given set of ids
- deploymentName(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments with the given name.
- deploymentName(String) - Method in interface org.flowable.eventregistry.api.model.EventModelBuilder
-
Set the name for the event deployment.
- deploymentName(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder
-
Set the name for the channel deployment.
- deploymentName(String) - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder
-
Set the name for the channel deployment.
- deploymentNameLike(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments with a name like the given string.
- deploymentTenantId(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployment that have the given tenant id.
- deploymentTenantId(String) - Method in interface org.flowable.eventregistry.api.model.EventModelBuilder
-
Set the tenant id for the event deployment.
- deploymentTenantId(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder
-
Set the tenant id for the channel deployment.
- deploymentTenantId(String) - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder
-
Set the tenant id for the channel deployment.
- deploymentTenantIdLike(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments with a tenant id like the given one.
- deploymentWithoutTenantId() - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments that do not have a tenant id.
- deserialize(Object) - Method in interface org.flowable.eventregistry.api.InboundEventDeserializer
-
The actual deserialization.
- detectChanges() - Method in interface org.flowable.eventregistry.api.management.EventRegistryChangeDetectionManager
-
Allows to programmatically trigger the house keeping functionality.
- detectEventDefinitionKey(T) - Method in interface org.flowable.eventregistry.api.InboundEventKeyDetector
-
- detectEventDefinitionKey(FlowableEventInfo<T>) - Method in interface org.flowable.eventregistry.api.InboundEventKeyDetector
-
- detectEventKeyUsingJsonField(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
-
Determines the key of the event based on a top-level field in the JSON representation in the event.
- detectEventKeyUsingJsonPointerExpression(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
-
Determines the key of the event using on a JSON Pointer expression to find the value.
- detectEventKeyUsingXPathExpression(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
-
Determines the key of the event using on a XPATH expression to find the value.
- detectEventTenantUsingJsonPointerExpression(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
-
Determines the tenant ID by using a JSOn Pointer expression.
- detectEventTenantUsingXPathExpression(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder
-
Determines the tenant ID by using an XPath expression.
- detectTenantId(T) - Method in interface org.flowable.eventregistry.api.InboundEventTenantDetector
-
- detectTenantId(FlowableEventInfo<T>) - Method in interface org.flowable.eventregistry.api.InboundEventTenantDetector
-
- DOUBLE - Static variable in interface org.flowable.eventregistry.api.model.EventPayloadTypes
-
- enableDuplicateFiltering() - Method in interface org.flowable.eventregistry.api.EventDeploymentBuilder
-
Allows to add a property to the deployment builder that influences the deployment.
- eventCategory(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions with the given category.
- eventCategoryLike(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions where the category matches the given parameter.
- eventCategoryNotEquals(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions that have a different category then the given one.
- EventConsumerInfo - Class in org.flowable.eventregistry.api
-
- EventConsumerInfo() - Constructor for class org.flowable.eventregistry.api.EventConsumerInfo
-
- EventConsumerInfo(String, String, String, String) - Constructor for class org.flowable.eventregistry.api.EventConsumerInfo
-
- eventConsumerInfos - Variable in class org.flowable.eventregistry.api.EventRegistryProcessingInfo
-
- EventDefinition - Interface in org.flowable.eventregistry.api
-
An object structure representing an event definition
- eventDefinitionId(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select eventdefinition with the given id.
- eventDefinitionIds(Set<String>) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select forms with the given ids.
- eventDefinitionKey(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definition with the given key.
- eventDefinitionKey(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments with the given event definition key.
- eventDefinitionKeyLike(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions where the key matches the given parameter.
- eventDefinitionKeyLike(String) - Method in interface org.flowable.eventregistry.api.EventDeploymentQuery
-
Only select deployments with an event definition key like the given string.
- eventDefinitionKeyLikeIgnoreCase(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions where the key matches the given parameter (case-insensitive).
- eventDefinitionName(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions with the given name.
- eventDefinitionNameLike(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions where the name matches the given parameter.
- eventDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions where the name matches the given parameter (case-insensitive).
- EventDefinitionQuery - Interface in org.flowable.eventregistry.api
-
- eventDefinitionResourceName(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definition with the given resource name.
- eventDefinitionResourceNameLike(String) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definition with a resource name like the given .
- EventDeployment - Interface in org.flowable.eventregistry.api
-
Represents a deployment that is already present in the event repository.
- EventDeploymentBuilder - Interface in org.flowable.eventregistry.api
-
Builder for creating new deployments.
- EventDeploymentQuery - Interface in org.flowable.eventregistry.api
-
- eventHandled() - Method in class org.flowable.eventregistry.api.EventRegistryProcessingInfo
-
- EventInstance - Interface in org.flowable.eventregistry.api.runtime
-
Represents a runtime event (either received or sent).
- EventManagementService - Interface in org.flowable.eventregistry.api
-
- EventModelBuilder - Interface in org.flowable.eventregistry.api.model
-
- EventPayloadInstance - Interface in org.flowable.eventregistry.api.runtime
-
- EventPayloadTypes - Interface in org.flowable.eventregistry.api.model
-
- eventProcessingPipeline(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder
-
- eventProcessingPipeline() - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundJmsChannelBuilder
-
- eventProcessingPipeline() - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundKafkaChannelBuilder
-
- eventProcessingPipeline() - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundRabbitChannelBuilder
-
- eventProcessingPipeline(String) - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder
-
- eventProcessingPipeline() - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder.OutboundJmsChannelBuilder
-
- eventProcessingPipeline() - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder.OutboundKafkaChannelBuilder
-
- eventProcessingPipeline() - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder.OutboundRabbitChannelBuilder
-
- eventReceived(InboundChannelModel, String) - Method in interface org.flowable.eventregistry.api.EventRegistry
-
- eventReceived(InboundChannelModel, InboundEvent) - Method in interface org.flowable.eventregistry.api.EventRegistry
-
Events received in adapters should call this method to process events.
- eventReceived(EventRegistryEvent) - Method in interface org.flowable.eventregistry.api.EventRegistryEventConsumer
-
- eventReceived(InboundChannelModel, InboundEvent) - Method in interface org.flowable.eventregistry.api.InboundEventProcessor
-
- EventRegistry - Interface in org.flowable.eventregistry.api
-
Central registry for events that are received through external channels through a
InboundEventChannelAdapter
and then passed through as a event registry event.
- EventRegistryChangeDetectionExecutor - Interface in org.flowable.eventregistry.api.management
-
- EventRegistryChangeDetectionManager - Interface in org.flowable.eventregistry.api.management
-
- EventRegistryConfigurationApi - Interface in org.flowable.eventregistry.api
-
- EventRegistryEvent - Interface in org.flowable.eventregistry.api
-
- EventRegistryEventConsumer - Interface in org.flowable.eventregistry.api
-
- EventRegistryNonMatchingEventConsumer - Interface in org.flowable.eventregistry.api
-
- EventRegistryProcessingInfo - Class in org.flowable.eventregistry.api
-
- EventRegistryProcessingInfo() - Constructor for class org.flowable.eventregistry.api.EventRegistryProcessingInfo
-
- EventRepositoryService - Interface in org.flowable.eventregistry.api
-
Service providing access to the repository of forms.
- eventSubscriptionId - Variable in class org.flowable.eventregistry.api.EventConsumerInfo
-
- eventVersion(Integer) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions with a certain version.
- eventVersionGreaterThan(Integer) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions which version are greater than a certain version.
- eventVersionGreaterThanOrEquals(Integer) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions which version are greater than or equals a certain version.
- eventVersionLowerThan(Integer) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions which version are lower than a certain version.
- eventVersionLowerThanOrEquals(Integer) - Method in interface org.flowable.eventregistry.api.EventDefinitionQuery
-
Only select event definitions which version are lower than or equals a certain version.
- exchange(String) - Method in interface org.flowable.eventregistry.api.model.OutboundChannelModelBuilder.OutboundRabbitChannelBuilder
-
Sets the exchange to which events need to be sent.
- exclusive(boolean) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundRabbitChannelBuilder
-
Sets whether this adapter will be the only consumer of messages of the provided queue(s).
- executeEventRegistryChangeDetection() - Method in interface org.flowable.eventregistry.api.EventManagementService
-
Programmatically execute the house keeping functionality: any new channel definitions
deployed on other engine nodes (using the same datasource) will be deployed.
- executor(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundRabbitChannelBuilder
-
Bean name of a TaskExecutor instance used to process incoming messages.
- extractPayload(EventModel, T) - Method in interface org.flowable.eventregistry.api.InboundEventInfoAwarePayloadExtractor
-
- extractPayload(EventModel, FlowableEventInfo<T>) - Method in interface org.flowable.eventregistry.api.InboundEventInfoAwarePayloadExtractor
-
- extractPayload(EventModel, T) - Method in interface org.flowable.eventregistry.api.InboundEventPayloadExtractor
-
- extractPayload(EventModel, FlowableEventInfo<T>) - Method in interface org.flowable.eventregistry.api.InboundEventPayloadExtractor
-
- generateKey(T) - Method in interface org.flowable.eventregistry.api.CorrelationKeyGenerator
-
- generateKey(Map<String, Object>) - Method in interface org.flowable.eventregistry.api.EventRegistry
-
Method to generate the unique key used to correlate an event.
- getBody() - Method in interface org.flowable.eventregistry.api.InboundEvent
-
- getBody() - Method in interface org.flowable.eventregistry.api.OutboundEvent
-
- getCategory() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
category name of the channel definition
- getCategory() - Method in interface org.flowable.eventregistry.api.EventDefinition
-
category name of the event definition
- getCategory() - Method in interface org.flowable.eventregistry.api.EventDeployment
-
- getChannelDefinition(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getChannelDefinitionId() - Method in interface org.flowable.eventregistry.api.InboundChannelModelCacheManager.RegisteredChannel
-
- getChannelDefinitionResource(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getChannelDefinitionVersion() - Method in interface org.flowable.eventregistry.api.InboundChannelModelCacheManager.RegisteredChannel
-
- getChannelModelById(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getChannelModelByKey(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getChannelModelByKey(String, String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getChannelModelByKeyAndParentDeploymentId(String, String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getChannelModelByKeyAndParentDeploymentId(String, String, String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getConsumerKey() - Method in interface org.flowable.eventregistry.api.EventRegistryEventConsumer
-
- getCorrelationParameterInstances() - Method in interface org.flowable.eventregistry.api.runtime.EventInstance
-
- getCreateTime() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
create time for this channel definition
- getDefinitionName() - Method in interface org.flowable.eventregistry.api.runtime.EventPayloadInstance
-
- getDefinitionType() - Method in interface org.flowable.eventregistry.api.runtime.EventPayloadInstance
-
- getDeploymentId() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
The deployment in which this channel definition is contained.
- getDeploymentId() - Method in interface org.flowable.eventregistry.api.EventDefinition
-
The deployment in which this form is contained.
- getDeploymentResourceNames(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getDeploymentTime() - Method in interface org.flowable.eventregistry.api.EventDeployment
-
- getDescription() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
description of this channel definition
- getDescription() - Method in interface org.flowable.eventregistry.api.EventDefinition
-
description of this event definition
- getEventConsumerInfos() - Method in class org.flowable.eventregistry.api.EventRegistryProcessingInfo
-
- getEventDefinition(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getEventDefinitionResource(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getEventInstance() - Method in interface org.flowable.eventregistry.api.OutboundEvent
-
- getEventKey() - Method in interface org.flowable.eventregistry.api.runtime.EventInstance
-
- getEventManagementService() - Method in interface org.flowable.eventregistry.api.EventRegistryConfigurationApi
-
- getEventModelById(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getEventModelByKey(String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getEventModelByKey(String, String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getEventModelByKeyAndParentDeploymentId(String, String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getEventModelByKeyAndParentDeploymentId(String, String, String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getEventObject() - Method in interface org.flowable.eventregistry.api.EventRegistryEvent
-
- getEventPayloadDefinition() - Method in interface org.flowable.eventregistry.api.runtime.EventPayloadInstance
-
- getEventRegistry() - Method in interface org.flowable.eventregistry.api.EventRegistryConfigurationApi
-
- getEventRepositoryService() - Method in interface org.flowable.eventregistry.api.EventRegistryConfigurationApi
-
- getEventSubscriptionId() - Method in class org.flowable.eventregistry.api.EventConsumerInfo
-
- getHeaderInstances() - Method in interface org.flowable.eventregistry.api.runtime.EventInstance
-
- getHeaders() - Method in interface org.flowable.eventregistry.api.FlowableEventInfo
-
- getHeaders() - Method in interface org.flowable.eventregistry.api.InboundEvent
-
- getHeaders() - Method in interface org.flowable.eventregistry.api.OutboundEvent
-
- getId() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
unique identifier
- getId() - Method in interface org.flowable.eventregistry.api.EventDefinition
-
unique identifier
- getId() - Method in interface org.flowable.eventregistry.api.EventDeployment
-
- getImplementation() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
The implementation type of the channel.
- getInboundChannel() - Method in interface org.flowable.eventregistry.api.FlowableEventInfo
-
- getKey() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
unique name for all versions this channel definition
- getKey() - Method in interface org.flowable.eventregistry.api.EventDefinition
-
unique name for all versions this event definition
- getName() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
label used for display purposes
- getName() - Method in interface org.flowable.eventregistry.api.EventDefinition
-
label used for display purposes
- getName() - Method in interface org.flowable.eventregistry.api.EventDeployment
-
- getParentDeploymentId() - Method in interface org.flowable.eventregistry.api.EventDeployment
-
- getPayload() - Method in interface org.flowable.eventregistry.api.FlowableEventInfo
-
- getPayloadInstances() - Method in interface org.flowable.eventregistry.api.runtime.EventInstance
-
- getRawEvent() - Method in interface org.flowable.eventregistry.api.FlowableEventInfo
-
- getRawEvent() - Method in interface org.flowable.eventregistry.api.InboundEvent
-
- getRegisteredChannels() - Method in interface org.flowable.eventregistry.api.InboundChannelModelCacheManager
-
- getResourceAsStream(String, String) - Method in interface org.flowable.eventregistry.api.EventRepositoryService
-
- getResourceName() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
- getResourceName() - Method in interface org.flowable.eventregistry.api.EventDefinition
-
- getScopeDefinitionId() - Method in class org.flowable.eventregistry.api.EventConsumerInfo
-
- getScopeType() - Method in class org.flowable.eventregistry.api.EventConsumerInfo
-
- getSubScopeId() - Method in class org.flowable.eventregistry.api.EventConsumerInfo
-
- getSystemOutboundEventProcessor() - Method in interface org.flowable.eventregistry.api.EventRegistry
-
- getTableCounts() - Method in interface org.flowable.eventregistry.api.EventManagementService
-
Returns a map containing {tableName, rowCount} values.
- getTableNames() - Method in interface org.flowable.eventregistry.api.EventManagementService
-
Returns all relational database tables of the engine.
- getTenantId() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
The tenant identifier of this channel definition
- getTenantId() - Method in interface org.flowable.eventregistry.api.EventDefinition
-
The tenant identifier of this form
- getTenantId() - Method in interface org.flowable.eventregistry.api.EventDeployment
-
- getTenantId() - Method in interface org.flowable.eventregistry.api.runtime.EventInstance
-
- getType() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
The type of the channel.
- getType() - Method in interface org.flowable.eventregistry.api.EventRegistryEvent
-
- getValue() - Method in interface org.flowable.eventregistry.api.runtime.EventPayloadInstance
-
- getVersion() - Method in interface org.flowable.eventregistry.api.ChannelDefinition
-
version of this channel definition
- getVersion() - Method in interface org.flowable.eventregistry.api.EventDefinition
-
version of this event definition
- groupId(String) - Method in interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundKafkaChannelBuilder
-
Sets the groupId for this Kafka adapter.