Uses of Interface
de.xima.fc.common.workflow.ITriggeredWorkflowExecutionResult
Packages that use ITriggeredWorkflowExecutionResult
-
Uses of ITriggeredWorkflowExecutionResult in de.xima.fc.common.form_record.chat
Classes in de.xima.fc.common.form_record.chat that implement ITriggeredWorkflowExecutionResultModifier and TypeClassDescriptionfinal classDefault POJO implementation ofITriggeredWorkflowExecutionResult.Methods in de.xima.fc.common.form_record.chat that return ITriggeredWorkflowExecutionResultModifier and TypeMethodDescriptionDefaultTriggeredWorkflowExecutionResult.forExecutedWorkflow(IEventExecutionResult result, IRemoteEventExecutionResult remoteResult) Creates a new instance for when a new workflow execution was triggered.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.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.DefaultFulfillRequestedUploadResponse.workflowExecutionResult()DefaultPostFormRecordMessageResponse.workflowExecutionResult()IFulfillRequestedUploadResponse.workflowExecutionResult()Gets the result of the workflow execution, resulting from the fulfillment of the upload request.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 ITriggeredWorkflowExecutionResultModifierConstructorDescriptionDefaultFulfillRequestedUploadResponse(FormRecordChat chat, DetailedFormRecordMessageDTO message, DetailedFormRecordMessageUploadRequestDTO uploadRequest, ITriggeredWorkflowExecutionResult workflowExecutionResult) Creates a new instance with the given parameters.DefaultPostFormRecordMessageResponse(FormRecordChat chat, DetailedFormRecordMessageDTO 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 ITriggeredWorkflowExecutionResultModifier and TypeMethodDescriptionIExtendedTriggeredWorkflowExecutionResult.baseResult()The base workflow execution result.