Uses of Interface
de.xima.fc.common.tree.ITreeWithDataAccessor
Packages that use ITreeWithDataAccessor
Package
Description
-
Uses of ITreeWithDataAccessor in de.xima.fc.interfaces.workflow
Subinterfaces of ITreeWithDataAccessor in de.xima.fc.interfaces.workflow -
Uses of ITreeWithDataAccessor in de.xima.fc.plugin.workflow
Classes in de.xima.fc.plugin.workflow that implement ITreeWithDataAccessorModifier and TypeClassDescriptionclassITreeWithDataAccessorfor treatingWorkflowNodes 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 ITreeWithDataAccessorModifier and TypeClassDescriptionclassAccessor for treatingNodeModels 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 ITreeWithDataAccessorModifier and TypeMethodDescriptionstatic <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 ITreeWithDataAccessorModifier and TypeMethodDescriptionstatic <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowFlowAnalysis.analyzeRootNodes(Iterable<IElementWithTask<TElement>> rootNodes, ITreeWithDataAccessor<TElement, UUID, Object> treeAccessor, Mandant client) Analyzes the execution of a single task.
ITreeWithDataAccessorinstead.