Uses of Interface
de.xima.fc.interfaces.workflow.ITreeWithDataAccessor
Packages that use ITreeWithDataAccessor
Package
Description
-
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) Deprecated. -
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) Deprecated.
WorkflowProviderHelper.computeFlowAnalysis(List, ITreeWithDataAccessor, Mandant)instead.