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 voidInboundStatusHandler. 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 voidBaseInboundStatusHandler. handleExternalStatus(InboundStatusDto status)protected abstract voidBaseInboundStatusHandler. handleInternalStatus(InboundStatusDto status)voidBaseInboundStatusHandler. handleStatus(InboundStatusDto status)protected abstract voidBaseInboundStatusHandler. handleUnknownStatus(InboundStatusDto status) -
Uses of InboundStatusDto in com.flowable.engage.external.system.line
Methods in com.flowable.engage.external.system.line with parameters of type InboundStatusDto Modifier and Type Method Description protected MessageLineInboundStatusHandler. getMessage(InboundStatusDto status)protected UserAccountLineInboundStatusHandler. getUserAccount(InboundStatusDto status)protected voidLineInboundStatusHandler. handleExternalStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. handleExternalStatusDeleted(InboundStatusDto status)protected voidLineInboundStatusHandler. handleExternalStatusDelivered(InboundStatusDto status)protected voidLineInboundStatusHandler. handleExternalStatusFailed(InboundStatusDto status)protected voidLineInboundStatusHandler. handleExternalStatusRead(InboundStatusDto status)protected voidLineInboundStatusHandler. handleExternalStatusSent(InboundStatusDto status)protected voidLineInboundStatusHandler. handleExternalStatusUnknown(InboundStatusDto status)protected voidLineInboundStatusHandler. handleInternalContentDisabledStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. handleInternalContentTimeoutStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. handleInternalFailedStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. handleInternalSentStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. handleInternalStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. handleInternalTimeoutStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. handleInternalUnknownStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. handleInternalUploadTimeoutStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. handleUnknownStatus(InboundStatusDto status)voidLineInboundJmsListener. receiveStatus(InboundStatusDto status)protected voidLineInboundStatusHandler. sendMessageForStatus(String messageCode, 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 voidWeChatInboundStatusHandler. handleExternalStatus(InboundStatusDto status)protected voidWeChatInboundStatusHandler. handleInternalStatus(InboundStatusDto status)protected voidWeChatInboundStatusHandler. handleUnknownStatus(InboundStatusDto status)voidWeChatInboundJmsListener. receiveStatus(InboundStatusDto status)protected voidWeChatInboundStatusHandler. sendMessageForStatus(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 MessageWhatsAppInboundStatusHandler. getMessage(InboundStatusDto status)protected UserAccountWhatsAppInboundStatusHandler. getUserAccount(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleExternalStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleExternalStatusDeleted(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleExternalStatusDelivered(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleExternalStatusFailed(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleExternalStatusRead(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleExternalStatusSent(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleExternalStatusUnknown(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleInternalContentDisabledStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleInternalContentTimeoutStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleInternalFailedStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleInternalSentStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleInternalStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleInternalTimeoutStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleInternalUnknownStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleInternalUploadTimeoutStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. handleUnknownStatus(InboundStatusDto status)voidWhatsAppInboundJmsListener. receiveStatus(InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. sendMessageForStatus(String messageCode, InboundStatusDto status)protected voidWhatsAppInboundStatusHandler. sendMessageForStatus(String messageCode, InboundStatusDto status, Message message)
-