Uses of Interface
com.flowable.engage.external.system.api.InboundStatusHandler
-
-
Uses of InboundStatusHandler in com.flowable.engage.external.system.api
Methods in com.flowable.engage.external.system.api that return InboundStatusHandler Modifier and Type Method Description InboundStatusHandlerInboundService. 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 Modifier and Type Class Description classBaseInboundStatusHandler -
Uses of InboundStatusHandler in com.flowable.engage.external.system.line
Classes in com.flowable.engage.external.system.line that implement InboundStatusHandler Modifier and Type Class Description classLineInboundStatusHandler -
Uses of InboundStatusHandler in com.flowable.engage.external.system.service
Fields in com.flowable.engage.external.system.service with type parameters of type InboundStatusHandler Modifier and Type Field Description protected Map<String,InboundStatusHandler>InboundServiceImpl. inboundStatusHandlersMethods in com.flowable.engage.external.system.service that return InboundStatusHandler Modifier and Type Method Description InboundStatusHandlerInboundServiceImpl. getStatusHandler(String externalSystemId)Constructor parameters in com.flowable.engage.external.system.service with type arguments of type InboundStatusHandler Constructor Description InboundServiceImpl(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 Modifier and Type Class Description classWeChatInboundStatusHandler -
Uses of InboundStatusHandler in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement InboundStatusHandler Modifier and Type Class Description classWhatsAppInboundStatusHandler
-