Uses of Interface
de.xima.fc.interfaces.workflow.ITreeWithDataAccessor
-
Packages that use ITreeWithDataAccessor Package Description de.xima.fc.plugin.workflow de.xima.fc.workflow.designer.logic de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.analysis -
-
Uses of ITreeWithDataAccessor in de.xima.fc.plugin.workflow
Classes in de.xima.fc.plugin.workflow that implement ITreeWithDataAccessor Modifier and Type Class Description class
TreeAccessorWithDataWorkflowNode
ITreeWithDataAccessor
for treatingWorkflowNode
s as a tree, so that they can be used with the execution analyzer. -
Uses of ITreeWithDataAccessor in de.xima.fc.workflow.designer.logic
Classes in de.xima.fc.workflow.designer.logic that implement ITreeWithDataAccessor Modifier and Type Class Description class
TreeAccessorWithDataNodeModel
Accessor for treatingNodeModel
s as a tree, so that they can be used with the execution analyzer. -
Uses of ITreeWithDataAccessor in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type ITreeWithDataAccessor Modifier and Type Method Description static <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowProviderHelper. computeFlowAnalysis(List<IElementWithTask<TElement>> rootNodes, ITreeWithDataAccessor<TElement,UUID,Object> accessor, Mandant client)
Computes the flow analysis for the program represented by the givenroot nodes
. -
Uses of ITreeWithDataAccessor in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis with parameters of type ITreeWithDataAccessor Modifier and Type Method Description static <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowFlowAnalysis. analyzeRootNodes(Iterable<IElementWithTask<TElement>> rootNodes, ITreeWithDataAccessor<TElement,UUID,Object> treeAccessor, Mandant client)
Analyzes the execution of a single task.
-