Uses of Class
com.flowable.engage.external.system.dto.InboundStatusDto
-
Uses of InboundStatusDto in com.flowable.engage.external.system.api
Methods in com.flowable.engage.external.system.api with parameters of type InboundStatusDto Modifier and Type Method Description void
InboundStatusHandler. handleStatus(InboundStatusDto status)
Handle the received status from the external adapter -
Uses of InboundStatusDto in com.flowable.engage.external.system.common
Methods in com.flowable.engage.external.system.common with parameters of type InboundStatusDto Modifier and Type Method Description protected abstract void
BaseInboundStatusHandler. handleExternalStatus(InboundStatusDto status)
protected abstract void
BaseInboundStatusHandler. handleInternalStatus(InboundStatusDto status)
void
BaseInboundStatusHandler. handleStatus(InboundStatusDto status)
protected abstract void
BaseInboundStatusHandler. handleUnknownStatus(InboundStatusDto status)
-
Uses of InboundStatusDto in com.flowable.engage.external.system.wechat
Methods in com.flowable.engage.external.system.wechat with parameters of type InboundStatusDto Modifier and Type Method Description protected void
WeChatInboundStatusHandler. handleExternalStatus(InboundStatusDto status)
protected void
WeChatInboundStatusHandler. handleInternalStatus(InboundStatusDto status)
protected void
WeChatInboundStatusHandler. handleUnknownStatus(InboundStatusDto status)
void
WeChatInboundJmsListener. receiveStatus(InboundStatusDto status)
protected void
WeChatInboundStatusHandler. sendMessageForStatus(java.lang.String messageCode, InboundStatusDto status)
-
Uses of InboundStatusDto in com.flowable.engage.external.system.whatsapp
Methods in com.flowable.engage.external.system.whatsapp with parameters of type InboundStatusDto Modifier and Type Method Description protected Message
WhatsAppInboundStatusHandler. getMessage(InboundStatusDto status)
protected com.flowable.core.idm.api.UserAccount
WhatsAppInboundStatusHandler. getUserAccount(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleExternalStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleExternalStatusDeleted(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleExternalStatusDelivered(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleExternalStatusFailed(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleExternalStatusRead(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleExternalStatusSent(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleExternalStatusUnknown(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleInternalContentDisabledStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleInternalContentTimeoutStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleInternalFailedStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleInternalSentStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleInternalStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleInternalTimeoutStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleInternalUnknownStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleInternalUploadTimeoutStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. handleUnknownStatus(InboundStatusDto status)
void
WhatsAppInboundJmsListener. receiveStatus(InboundStatusDto status)
protected void
WhatsAppInboundStatusHandler. sendMessageForStatus(java.lang.String messageCode, InboundStatusDto status)