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 classDefaultTriggeredWorkflowExecutionResultDefault POJO implementation ofITriggeredWorkflowExecutionResult.Methods in de.xima.fc.common.form_record.chat that return ITriggeredWorkflowExecutionResult Modifier and Type Method Description static ITriggeredWorkflowExecutionResultDefaultTriggeredWorkflowExecutionResult. forExecutedWorkflow(IEventExecutionResult result, IRemoteEventExecutionResult remoteResult)Creates a new instance for when a new workflow execution was triggered.static ITriggeredWorkflowExecutionResultDefaultTriggeredWorkflowExecutionResult. 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 ITriggeredWorkflowExecutionResultDefaultTriggeredWorkflowExecutionResult. forSuccessfulTrigger()Creates a new instance for when a workflow execution is in progress and a new task was added to the task queue successfully.ITriggeredWorkflowExecutionResultDefaultFulfillRequestedUploadResponse. workflowExecutionResult()ITriggeredWorkflowExecutionResultDefaultPostFormRecordMessageResponse. workflowExecutionResult()ITriggeredWorkflowExecutionResultIFulfillRequestedUploadResponse. workflowExecutionResult()Gets the result of the workflow execution, resulting from the fulfillment of the upload request.ITriggeredWorkflowExecutionResultIPostFormRecordMessageResponse. 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 ITriggeredWorkflowExecutionResultIExtendedTriggeredWorkflowExecutionResult. baseResult()The base workflow execution result.
-