Uses of Interface
de.xima.fc.interfaces.workflow.execution.IBaseWorkflowExecutionContext
-
-
Uses of IBaseWorkflowExecutionContext in de.xima.fc.bl.fdv
Classes in de.xima.fc.bl.fdv that implement IBaseWorkflowExecutionContext Modifier and Type Class Description class
WorkflowProcessingContext
Deprecated.This is part of the old workflow engine, use the new workflow engine. -
Uses of IBaseWorkflowExecutionContext in de.xima.fc.interfaces.placeholder.params
Methods in de.xima.fc.interfaces.placeholder.params that return IBaseWorkflowExecutionContext Modifier and Type Method Description default IBaseWorkflowExecutionContext
ISystemReplacerParams. getWorkflowExecutionContext()
-
Uses of IBaseWorkflowExecutionContext in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return IBaseWorkflowExecutionContext Modifier and Type Method Description default IBaseWorkflowExecutionContext
IPluginSystemReplacerParams. getWorkflowExecutionContext()
Deprecated. -
Uses of IBaseWorkflowExecutionContext in de.xima.fc.interfaces.processing
Subinterfaces of IBaseWorkflowExecutionContext in de.xima.fc.interfaces.processing Modifier and Type Interface Description interface
IWorkflowProcessingContext
Deprecated.Use the new workflow engine (IWorkflowExecutionContext
). -
Uses of IBaseWorkflowExecutionContext in de.xima.fc.interfaces.workflow.execution
Subinterfaces of IBaseWorkflowExecutionContext in de.xima.fc.interfaces.workflow.execution Modifier and Type Interface Description interface
IWorkflowExecutionContext
TheIBaseWorkflowExecutionContext
for the new workflow engine operating onWorkflowNode
s. -
Uses of IBaseWorkflowExecutionContext in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return IBaseWorkflowExecutionContext Modifier and Type Method Description IBaseWorkflowExecutionContext
DefaultReplacerParameters. getWorkflowExecutionContext()
Constructors in de.xima.fc.mdl.placeholder with parameters of type IBaseWorkflowExecutionContext Constructor Description DefaultReplacerParameters(IBaseWorkflowExecutionContext wfpctx)
DefaultReplacerParameters(IBaseWorkflowExecutionContext wfpctx, Vorgang formRecord)
-
Uses of IBaseWorkflowExecutionContext in de.xima.fc.pdf
Methods in de.xima.fc.pdf with parameters of type IBaseWorkflowExecutionContext Modifier and Type Method Description void
PDFFiller. fill(IFormDataAdapter fda, IBaseWorkflowExecutionContext wpc, boolean flatten)
-
Uses of IBaseWorkflowExecutionContext in de.xima.fc.placeholder.replacer
Methods in de.xima.fc.placeholder.replacer with parameters of type IBaseWorkflowExecutionContext Modifier and Type Method Description String
DefaultSystemValueReplacer. replaceWorkflow(String placeholder, String placeholderContent, IBaseWorkflowExecutionContext workflowContext)
-
Uses of IBaseWorkflowExecutionContext in de.xima.fc.plugin.models.params.replacer
Methods in de.xima.fc.plugin.models.params.replacer that return IBaseWorkflowExecutionContext Modifier and Type Method Description IBaseWorkflowExecutionContext
PluginSystemReplacerParams. getWorkflowExecutionContext()
Constructors in de.xima.fc.plugin.models.params.replacer with parameters of type IBaseWorkflowExecutionContext Constructor Description PluginSystemReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, IBaseWorkflowExecutionContext wpc, Mandant client)
-
Uses of IBaseWorkflowExecutionContext in de.xima.fc.word
Constructors in de.xima.fc.word with parameters of type IBaseWorkflowExecutionContext Constructor Description AsposeDataAdapter(IBaseWorkflowExecutionContext workflowExecutionContext, IFormDataAdapter fda)
-
Uses of IBaseWorkflowExecutionContext in de.xima.fc.workflow.processor.logic.execution
Classes in de.xima.fc.workflow.processor.logic.execution that implement IBaseWorkflowExecutionContext Modifier and Type Class Description class
WorkflowExecutionContext
Default implementation ofIWorkflowExecutionContext
that is used by theWorkflowTaskRunner
. -
Uses of IBaseWorkflowExecutionContext in de.xima.fc.workflow.processor.processing
Constructors in de.xima.fc.workflow.processor.processing with parameters of type IBaseWorkflowExecutionContext Constructor Description SingleConditionCheck(IBaseWorkflowExecutionContext workflowContext)
Deprecated.
-