Uses of Interface
de.xima.fc.interfaces.IActiveFlagProviding
-
Packages that use IActiveFlagProviding Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.interfaces.workflow de.xima.fc.interfaces.workflow.analysis de.xima.fc.interfaces.workflow.mixin de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.analysis de.xima.fc.workflow.taglib.model -
-
Uses of IActiveFlagProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IActiveFlagProviding Modifier and Type Class Description class
AWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>>
Base class for workflow elements, i.e.class
WorkflowNode
A workflow node that represents a statement in a workflow task.class
WorkflowTrigger
A workflow trigger that start aWorkflowTask
when a certain event occurs. -
Uses of IActiveFlagProviding in de.xima.fc.interfaces.workflow
Subinterfaces of IActiveFlagProviding in de.xima.fc.interfaces.workflow Modifier and Type Interface Description interface
IWorkflowElementEntity
Interface for workflow elements that behave differently depending on their type. -
Uses of IActiveFlagProviding in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis with type parameters of type IActiveFlagProviding Modifier and Type Method Description <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIWorkflowNodeFlowAnalyzer. createFlowGraph(ICreateFlowGraphParams<TData,TElement> params)
This method is used to create the flow graph that represents the control flow of a workflow task. -
Uses of IActiveFlagProviding in de.xima.fc.interfaces.workflow.mixin
-
Uses of IActiveFlagProviding in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with type parameters of type IActiveFlagProviding Modifier and Type Method Description static <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowProviderHelper. computeFlowAnalysis(List<IElementWithTask<TElement>> rootNodes, ITreeAccessor<TElement,UUID> accessor, Mandant client)
-
Uses of IActiveFlagProviding in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis with type parameters of type IActiveFlagProviding Modifier and Type Method Description static <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowFlowAnalysis. analyzeRootNodes(Iterable<IElementWithTask<TElement>> rootNodes, ITreeAccessor<TElement,UUID> treeAccessor, Mandant client)
Analyzes the execution of a single task.<TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsFallbackExecutionAnalyzer. createFlowGraph(ICreateFlowGraphParams<Object,TElement> params)
-
Uses of IActiveFlagProviding in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement IActiveFlagProviding Modifier and Type Class Description class
NodeModel
View model corresponding to the WorkflowNode entity, used by theFlowchart
component.class
TriggerModel
View model corresponding to the WorkflowTrigger entity, used by theFlowchart
component.
-