Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowExecutionContext
-
-
Uses of IWorkflowExecutionContext in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IWorkflowExecutionContext Modifier and Type Method Description IWorkflowExecutionContext
IWorkflowExecutionPostProcessParams. getWorkflowExecutionContext()
-
Uses of IWorkflowExecutionContext in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IWorkflowExecutionContext Modifier and Type Method Description IWorkflowExecutionContext
INodeExecutionParams. getWorkflowContext()
IWorkflowExecutionContext
ITriggerOnTaskBeginParams. getWorkflowContext()
IWorkflowExecutionContext
ITriggerOnTaskFinishParams. getWorkflowContext()
-
Uses of IWorkflowExecutionContext in de.xima.fc.workflow.executor
Fields in de.xima.fc.workflow.executor declared as IWorkflowExecutionContext Modifier and Type Field Description protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected IWorkflowExecutionContext
AWorkflowActionExecutor. ctx
protected 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 IWorkflowExecutionContext Modifier and Type Class Description class
WorkflowExecutionContext
Default implementation ofIWorkflowExecutionContext
that is used by theWorkflowTaskRunner
.Methods in de.xima.fc.workflow.processor.logic.execution that return IWorkflowExecutionContext Modifier and Type Method Description IWorkflowExecutionContext
TriggerOnTaskBeginParams. getWorkflowContext()
Constructors in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowExecutionContext Constructor Description TriggerOnTaskBeginParams(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 IWorkflowExecutionContext Modifier and Type Method Description IWorkflowExecutionContext
TriggerOnTaskFinishParams. getWorkflowContext()
Constructors in de.xima.fc.workflow.processor.model with parameters of type IWorkflowExecutionContext Constructor Description TriggerOnTaskFinishParams(IWorkflowExecutionContext workflowContext, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger, ITaskExecutionResult executionResult)
Creates a new instance with the given data.
-