Uses of Interface
de.xima.fc.interfaces.workflow.analysis.ITaskFlowAnalysis
-
Packages that use ITaskFlowAnalysis Package Description de.xima.fc.interfaces.workflow.analysis de.xima.fc.workflow.converter.graphdot de.xima.fc.workflow.processor.logic.analysis -
-
Uses of ITaskFlowAnalysis in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that return ITaskFlowAnalysis Modifier and Type Method Description default ITaskFlowAnalysisIWorkflowFlowAnalysis. getTaskAnalysis(IUuidProviding task)ITaskFlowAnalysisIWorkflowFlowAnalysis. 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 ITaskFlowAnalysis Modifier and Type Method Description static 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 ITaskFlowAnalysis Constructor Description FlowGraphToGraphDotConverter(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 Modifier and Type Method Description ITaskFlowAnalysisWorkflowFlowAnalysis. getTaskAnalysis(UUID taskUuid)
-