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.designer.logic 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 ITaskFlowAnalysis
IWorkflowFlowAnalysis. getTaskAnalysis(UUID taskUuid)
-
Uses of ITaskFlowAnalysis in de.xima.fc.workflow.designer.logic
Methods in de.xima.fc.workflow.designer.logic with parameters of type ITaskFlowAnalysis Modifier and Type Method Description static String
FlowGraphToGraphDotConverter. writeToString(Mandant client, WorkflowTask task, 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.designer.logic with parameters of type ITaskFlowAnalysis Constructor Description FlowGraphToGraphDotConverter(Mandant client, WorkflowTask task, 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 ITaskFlowAnalysis
WorkflowFlowAnalysis. getTaskAnalysis(UUID taskUuid)
-