Uses of Interface
com.flowable.engage.external.system.api.InboundStatusHandler
Packages that use InboundStatusHandler
Package
Description
-
Uses of InboundStatusHandler in com.flowable.engage.external.system.api
Methods in com.flowable.engage.external.system.api that return InboundStatusHandlerModifier and TypeMethodDescriptionInboundService.getStatusHandler
(String externalSystemId) Get the inbound status handler responsible for the givenexternalSystemId
. -
Uses of InboundStatusHandler in com.flowable.engage.external.system.common
Classes in com.flowable.engage.external.system.common that implement InboundStatusHandler -
Uses of InboundStatusHandler in com.flowable.engage.external.system.line
Classes in com.flowable.engage.external.system.line that implement InboundStatusHandler -
Uses of InboundStatusHandler in com.flowable.engage.external.system.service
Fields in com.flowable.engage.external.system.service with type parameters of type InboundStatusHandlerModifier and TypeFieldDescriptionprotected final Map<String,
InboundStatusHandler> InboundServiceImpl.inboundStatusHandlers
Methods in com.flowable.engage.external.system.service that return InboundStatusHandlerConstructor parameters in com.flowable.engage.external.system.service with type arguments of type InboundStatusHandlerModifierConstructorDescriptionInboundServiceImpl
(List<InboundStatusHandler> inboundStatusHandlers, List<InboundErrorHandler> inboundErrorHandlers) -
Uses of InboundStatusHandler in com.flowable.engage.external.system.wechat
Classes in com.flowable.engage.external.system.wechat that implement InboundStatusHandler -
Uses of InboundStatusHandler in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement InboundStatusHandler