Uses of Interface
de.xima.fc.common.workflow.ITriggeredWorkflowExecutionResult
-
Packages that use ITriggeredWorkflowExecutionResult Package Description de.xima.fc.common.form_record.chat de.xima.fc.logic.workflow -
-
Uses of ITriggeredWorkflowExecutionResult in de.xima.fc.common.form_record.chat
Classes in de.xima.fc.common.form_record.chat that implement ITriggeredWorkflowExecutionResult Modifier and Type Class Description class
DefaultTriggeredWorkflowExecutionResult
Default POJO implementation ofITriggeredWorkflowExecutionResult
.Methods in de.xima.fc.common.form_record.chat that return ITriggeredWorkflowExecutionResult Modifier and Type Method Description static ITriggeredWorkflowExecutionResult
DefaultTriggeredWorkflowExecutionResult. forExecutedWorkflow(IEventExecutionResult result, IRemoteEventExecutionResult remoteResult)
Creates a new instance for when a new workflow execution was triggered.static ITriggeredWorkflowExecutionResult
DefaultTriggeredWorkflowExecutionResult. forFailedTrigger(Exception e)
Creates a new instance for when a workflow execution is in progress and a new task could not be added to the task queue.static ITriggeredWorkflowExecutionResult
DefaultTriggeredWorkflowExecutionResult. forSuccessfulTrigger()
Creates a new instance for when a workflow execution is in progress and a new task was added to the task queue successfully.ITriggeredWorkflowExecutionResult
DefaultFulfillRequestedUploadResponse. workflowExecutionResult()
ITriggeredWorkflowExecutionResult
DefaultPostFormRecordMessageResponse. workflowExecutionResult()
ITriggeredWorkflowExecutionResult
IFulfillRequestedUploadResponse. workflowExecutionResult()
Gets the result of the workflow execution, resulting from the fulfillment of the upload request.ITriggeredWorkflowExecutionResult
IPostFormRecordMessageResponse. workflowExecutionResult()
Gets the result of the workflow execution, resulting from the posted message.Constructors in de.xima.fc.common.form_record.chat with parameters of type ITriggeredWorkflowExecutionResult Constructor Description DefaultFulfillRequestedUploadResponse(FormRecordChat chat, FormRecordMessage message, FormRecordMessageUploadRequest uploadRequest, ITriggeredWorkflowExecutionResult workflowExecutionResult)
Creates a new instance with the given parameters.DefaultPostFormRecordMessageResponse(FormRecordChat chat, FormRecordMessage message, ITriggeredWorkflowExecutionResult workflowExecutionResult)
Creates a new instance with the given parameters. -
Uses of ITriggeredWorkflowExecutionResult in de.xima.fc.logic.workflow
Methods in de.xima.fc.logic.workflow that return ITriggeredWorkflowExecutionResult Modifier and Type Method Description ITriggeredWorkflowExecutionResult
IExtendedTriggeredWorkflowExecutionResult. baseResult()
The base workflow execution result.
-