Uses of Class
de.xima.fc.workflow.taglib.model.ElementEntry
-
Packages that use ElementEntry Package Description de.xima.fc.workflow.taglib.model -
-
Uses of ElementEntry in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model that return ElementEntry Modifier and Type Method Description static <TElement> ElementEntry<TElement>ElementEntry. ofMapEntry(Map.Entry<ElementKey,TElement> entry)Methods in de.xima.fc.workflow.taglib.model that return types with arguments of type ElementEntry Modifier and Type Method Description static <TElement> List<ElementEntry<TElement>>ElementEntry. entryList(Map<ElementKey,TElement> map)List<ElementEntry<ElementMessageSetModel>>FlowchartClientConfig. getElementMessagesMap()List<ElementEntry<ElementMessageSetModel>>FlowchartUpdateClientConfig. getElementMessageUpdates()List<ElementEntry<com.alibaba.fastjson.JSONObject>>FlowchartSnapshot. getParams()List<ElementEntry<com.alibaba.fastjson.JSONObject>>FlowchartClientConfig. getParamsMap()List<ElementEntry<com.alibaba.fastjson.JSONObject>>FlowchartUpdateClientConfig. getParamsUpdates()Method parameters in de.xima.fc.workflow.taglib.model with type arguments of type ElementEntry Modifier and Type Method Description static <TElement> Map<ElementKey,TElement>ElementEntry. map(List<ElementEntry<TElement>> entryList)voidFlowchartSnapshot. setParams(List<ElementEntry<com.alibaba.fastjson.JSONObject>> params)
-