Uses of Class
de.xima.fc.workflow.processor.logic.FlowchartElementIndex
- 
Packages that use FlowchartElementIndex Package Description de.xima.fc.workflow.designer.helper de.xima.fc.workflow.processor.logic  - 
- 
Uses of FlowchartElementIndex in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return FlowchartElementIndex Modifier and Type Method Description static FlowchartElementIndexAssociateHelper. getElementIndex(AssociatesModel ass, FlowchartModel model) - 
Uses of FlowchartElementIndex in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type FlowchartElementIndex Modifier and Type Method Description static <T extends IWorkflowElementTypeProviding>
List<INodeWithName>WorkflowProviderHelper. computeNodeNames(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<NodeKey> nodeKeys)static <T extends IWorkflowElementTypeProviding>
List<ITriggerWithName>WorkflowProviderHelper. computeTriggerNames(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys) 
 -