Uses of Interface
com.flowable.engage.external.system.api.InboundReaction
Packages that use InboundReaction
-
Uses of InboundReaction in com.flowable.engage.external.system.service
Classes in com.flowable.engage.external.system.service that implement InboundReactionMethods in com.flowable.engage.external.system.service with parameters of type InboundReactionModifier and TypeMethodDescriptionCollection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> DefaultInboundReactionEventPayloadExtractor.extractEventPayload(InboundReaction inboundReaction, UserAccount userAccount) protected Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> EventRegistryInboundReactionAccountService.extractEventPayload(InboundReaction inboundReaction) Internal hook method extracting the data of the inbound reaction and adding them as payload to the event instance.protected Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> EventRegistryInboundReactionAccountService.extractEventPayload(InboundReaction inboundReaction, UserAccount userAccount) Internal hook method extracting the data of the inbound reaction as well as the user account and adding them as payload to the event instance.default Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> InboundReactionEventPayloadExtractor.extractEventPayload(InboundReaction inboundReaction) Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> InboundReactionEventPayloadExtractor.extractEventPayload(InboundReaction inboundReaction, UserAccount userAccount) ConfiguredInboundReactionTenantExtractor.extractTenantId(InboundReaction inboundReaction) protected StringEventRegistryInboundReactionAccountService.extractTenantId(InboundReaction inboundReaction) Internal hook method extracting the tenant id out of the given inbound reaction.InboundReactionTenantExtractor.extractTenantId(InboundReaction inboundReaction) Extracts the tenant id out of the provided new inbound reaction which is not yet mapped to a user account object and hence no direct tenant is yet available.protected UserAccountInboundReactionHandlerImpl.getUserAccount(InboundReaction builder) voidEventRegistryInboundReactionAccountService.reactionReceivedInactiveAccount(InboundReaction inboundReaction, UserAccount userAccount) voidInboundReactionAccountService.reactionReceivedInactiveAccount(InboundReaction inboundReaction, UserAccount userAccount) A new inbound reaction has been received and the user account is not activevoidEventRegistryInboundReactionAccountService.reactionReceivedNoAccount(InboundReaction inboundReaction) voidInboundReactionAccountService.reactionReceivedNoAccount(InboundReaction inboundReaction) A new inbound reaction has been received, and it is not linked with an accountvoidInboundReactionRoutingService.routeInboundReaction(InboundReaction inboundReaction, UserAccount userAccount) Route the inbound reaction to a message for the givenuserAccountvoidInboundReactionRoutingServiceImpl.routeInboundReaction(InboundReaction inboundReaction, UserAccount userAccount) voidInboundReactionHandlerImpl.send(InboundReaction builder)