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 classWorkflowProcessingContextDiese Klasse bildet einen Container, um Objekte, die bei der Verarbeitung einer Aktion erzeugt wurden, einer anderen Aktion zur Verfügung zu stellen, wobei diese beiden Aktionen innerhalb einer Verarbeitung (eines Statuswechsels) sein müssen. - 
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 IBaseWorkflowExecutionContextISystemReplacerParams. 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 IBaseWorkflowExecutionContextIPluginSystemReplacerParams. getWorkflowExecutionContext() - 
Uses of IBaseWorkflowExecutionContext in de.xima.fc.interfaces.processing
Subinterfaces of IBaseWorkflowExecutionContext in de.xima.fc.interfaces.processing Modifier and Type Interface Description interfaceIWorkflowProcessingContextDeprecated.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 interfaceIWorkflowExecutionContextTheIBaseWorkflowExecutionContextfor the new workflow engine operating onWorkflowNodes. - 
Uses of IBaseWorkflowExecutionContext in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return IBaseWorkflowExecutionContext Modifier and Type Method Description IBaseWorkflowExecutionContextDefaultReplacerParameters. 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 voidPDFFiller. 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 StringDefaultSystemValueReplacer. 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 IBaseWorkflowExecutionContextPluginSystemReplacerParams. 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 classWorkflowExecutionContextDefault implementation ofIWorkflowExecutionContextthat 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)Creates a new form value condition check for the new workflow engine. 
 -