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.workflow.executor
Fields in de.xima.fc.workflow.executor declared as IWorkflowExecutionContextModifier and TypeFieldDescriptionprotected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
protected final IWorkflowExecutionContext
AWorkflowActionExecutor.ctx
-
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 class
Default implementation ofIWorkflowExecutionContext
that 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.