Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowExecutionContext
Packages that use IWorkflowExecutionContext
Package
Description
-
Uses of IWorkflowExecutionContext in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IWorkflowExecutionContextModifier and TypeMethodDescriptionIWorkflowExecutionPostProcessParams.getWorkflowExecutionContext() -
Uses of IWorkflowExecutionContext in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IWorkflowExecutionContextModifier and TypeMethodDescriptionINodeExecutionParams.getWorkflowContext()ITriggerOnTaskBeginParams.getWorkflowContext()ITriggerOnTaskFinishParams.getWorkflowContext() -
Uses of IWorkflowExecutionContext in de.xima.fc.logic.form_record.chat
Methods in de.xima.fc.logic.form_record.chat that return IWorkflowExecutionContextModifier and TypeMethodDescriptionDefaultExtendedFulfillRequestedUploadRequest.workflowContext()DefaultExtendedPostFormRecordMessageRequest.workflowContext()IExtendedFulfillRequestedUploadRequest.workflowContext()Optional.IExtendedPostFormRecordMessageRequest.workflowContext()Optional.Methods in de.xima.fc.logic.form_record.chat with parameters of type IWorkflowExecutionContextModifier and TypeMethodDescriptionDefaultExtendedFulfillRequestedUploadRequest.Builder.workflowContext(IWorkflowExecutionContext workflowContext) Optional.DefaultExtendedPostFormRecordMessageRequest.Builder.workflowContext(IWorkflowExecutionContext workflowContext) Optional. -
Uses of IWorkflowExecutionContext in de.xima.fc.workflow.executor
Fields in de.xima.fc.workflow.executor declared as IWorkflowExecutionContextModifier and TypeFieldDescriptionprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctxprotected final IWorkflowExecutionContextAWorkflowActionExecutor.ctx -
Uses of IWorkflowExecutionContext in de.xima.fc.workflow.executor.common
Constructors in de.xima.fc.workflow.executor.common with parameters of type IWorkflowExecutionContextModifierConstructorDescriptionCreates a new mapper with the given workflow execution context. -
Uses of IWorkflowExecutionContext in de.xima.fc.workflow.processor.logic.execution
Classes in de.xima.fc.workflow.processor.logic.execution that implement IWorkflowExecutionContextModifier and TypeClassDescriptionfinal classDefault implementation ofIWorkflowExecutionContextthat is used by theWorkflowTaskRunner.Methods in de.xima.fc.workflow.processor.logic.execution that return IWorkflowExecutionContextConstructors in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowExecutionContextModifierConstructorDescriptionTriggerOnTaskBeginParams(IWorkflowExecutionContext workflowContext, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger) Creates a new instance with the given data. -
Uses of IWorkflowExecutionContext in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IWorkflowExecutionContextConstructors in de.xima.fc.workflow.processor.model with parameters of type IWorkflowExecutionContextModifierConstructorDescriptionTriggerOnTaskFinishParams(IWorkflowExecutionContext workflowContext, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger, ITaskExecutionResult executionResult) Creates a new instance with the given data.