Class LineInboundStatusHandler
java.lang.Object
com.flowable.engage.external.system.common.BaseInboundStatusHandler
com.flowable.engage.external.system.line.LineInboundStatusHandler
- All Implemented Interfaces:
InboundStatusHandler
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected final org.slf4j.Loggerprotected final MessageServiceprotected final UserAccountServiceFields inherited from class com.flowable.engage.external.system.common.BaseInboundStatusHandler
externalSystemId -
Constructor Summary
ConstructorsConstructorDescriptionLineInboundStatusHandler(MessageService messageService, UserAccountService userAccountService) -
Method Summary
Modifier and TypeMethodDescriptionprotected MessagegetMessage(InboundStatusDto status) protected UserAccountgetUserAccount(InboundStatusDto status) protected voidhandleExternalStatus(InboundStatusDto status) protected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidhandleInternalStatus(InboundStatusDto status) protected voidprotected voidprotected voidprotected voidhandleUnknownStatus(InboundStatusDto status) protected voidsendMessageForStatus(String messageCode, InboundStatusDto status) Methods inherited from class com.flowable.engage.external.system.common.BaseInboundStatusHandler
getExternalSystemId, handleStatus
-
Field Details
-
EXTERNAL_STATUS_SENT
- See Also:
-
EXTERNAL_STATUS_DELIVERED
- See Also:
-
EXTERNAL_STATUS_READ
- See Also:
-
EXTERNAL_STATUS_FAILED
- See Also:
-
EXTERNAL_STATUS_DELETED
- See Also:
-
logger
protected final org.slf4j.Logger logger -
messageService
-
userAccountService
-
-
Constructor Details
-
LineInboundStatusHandler
public LineInboundStatusHandler(MessageService messageService, UserAccountService userAccountService)
-
-
Method Details
-
handleInternalStatus
- Specified by:
handleInternalStatusin classBaseInboundStatusHandler
-
handleInternalSentStatus
-
handleInternalTimeoutStatus
-
handleInternalContentTimeoutStatus
-
handleInternalUploadTimeoutStatus
-
handleInternalContentDisabledStatus
-
handleInternalFailedStatus
-
handleInternalUnknownStatus
-
handleExternalStatus
- Specified by:
handleExternalStatusin classBaseInboundStatusHandler
-
handleExternalStatusSent
-
handleExternalStatusDelivered
-
handleExternalStatusRead
-
handleExternalStatusFailed
-
handleExternalStatusDeleted
-
handleExternalStatusUnknown
-
handleUnknownStatus
- Specified by:
handleUnknownStatusin classBaseInboundStatusHandler
-
sendMessageForStatus
-
getMessage
-
getUserAccount
-