Uses of Interface
de.xima.fc.interfaces.workflow.analysis.ITaskFlowAnalysis
Packages that use ITaskFlowAnalysis
Package
Description
-
Uses of ITaskFlowAnalysis in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that return ITaskFlowAnalysisModifier and TypeMethodDescriptiondefault ITaskFlowAnalysisIWorkflowFlowAnalysis.getTaskAnalysis(IUuidProviding task) IWorkflowFlowAnalysis.getTaskAnalysis(UUID taskUuid) -
Uses of ITaskFlowAnalysis in de.xima.fc.workflow.converter.graphdot
Methods in de.xima.fc.workflow.converter.graphdot with parameters of type ITaskFlowAnalysisModifier and TypeMethodDescriptionstatic StringFlowGraphToGraphDotConverter.writeToString(Mandant client, WorkflowTask task, IMessageLocalizer localizer, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings) Creates a dot file with the flow graph of the given task, using the given flow graph analysis result.Constructors in de.xima.fc.workflow.converter.graphdot with parameters of type ITaskFlowAnalysisModifierConstructorDescriptionFlowGraphToGraphDotConverter(Mandant client, WorkflowTask task, IMessageLocalizer localizer, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings) Creates a converter for writing a dot file with the flow graph of the given task, using the given flow graph analysis result. -
Uses of ITaskFlowAnalysis in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis that return ITaskFlowAnalysis