Uses of Interface
de.xima.fc.interfaces.IActiveFlagProviding
Packages that use IActiveFlagProviding
Package
Description
Package für Datenbankentitäten
- 
Uses of IActiveFlagProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IActiveFlagProvidingModifier and TypeClassDescriptionclassAWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>> Base class for workflow elements, i.e. nodes and triggers.classA workflow node that represents a statement in a workflow task.classA workflow trigger that start aWorkflowTaskwhen a certain event occurs. - 
Uses of IActiveFlagProviding in de.xima.fc.interfaces.workflow
Subinterfaces of IActiveFlagProviding in de.xima.fc.interfaces.workflowModifier and TypeInterfaceDescriptioninterfaceInterface 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 IActiveFlagProvidingModifier and TypeMethodDescription<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, and to determine the end points of the node when executed. - 
Uses of IActiveFlagProviding in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin with type parameters of type IActiveFlagProvidingModifier and TypeMethodDescriptiondefault <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeActionNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeBinarySelectionNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeExceptionHandlerNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeMultiSwitchNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeReturningActionNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeReturnNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeSequenceNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeThrowNode.createFlowGraph(ICreateFlowGraphParams<TData, TElement> params)  - 
Uses of IActiveFlagProviding in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with type parameters of type IActiveFlagProvidingModifier and TypeMethodDescriptionstatic <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowProviderHelper.computeFlowAnalysis(List<IElementWithTask<TElement>> rootNodes, ITreeAccessor<TElement, UUID> accessor, Mandant client) Computes the flow analysis for the program represented by the givenroot nodes. - 
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 IActiveFlagProvidingModifier and TypeMethodDescriptionstatic <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