Uses of Class
de.xima.fc.workflow.taglib.model.ElementMessageSetModel
-
Packages that use ElementMessageSetModel Package Description de.xima.fc.workflow.designer.helper de.xima.fc.workflow.taglib.model -
-
Uses of ElementMessageSetModel in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return ElementMessageSetModel Modifier and Type Method Description static ElementMessageSetModelValidationHelper. toMessageSet(IWorkflowElementValidationResult result)static ElementMessageSetModelValidationHelper. toTaskMessageSet(WorkflowValidationModel validationModel, UUID taskUuid)Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type ElementMessageSetModel Modifier and Type Method Description static Map<ElementKey,ElementMessageSetModel>ValidationHelper. toElementMessagesSet(IWorkflowValidationResult validationResult)static Map<UUID,ElementMessageSetModel>ValidationHelper. toTaskMessagesSet(WorkflowValidationModel validationModel)static Map<UUID,ElementMessageSetModel>ValidationHelper. toTaskMessagesSet(IWorkflowValidationResult validationResult) -
Uses of ElementMessageSetModel in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model that return ElementMessageSetModel Modifier and Type Method Description static ElementMessageSetModelElementMessageSetModel. empty()ElementMessageSetModelFlowchartClientConfig. getProcessMessages()ElementMessageSetModelFlowchartModel. getProcessMessages()ElementMessageSetModelFlowchartUpdateClientConfig. getProcessMessageUpdates()Methods in de.xima.fc.workflow.taglib.model that return types with arguments of type ElementMessageSetModel Modifier and Type Method Description List<ElementEntry<ElementMessageSetModel>>FlowchartClientConfig. getElementMessagesMap()Map<ElementKey,ElementMessageSetModel>FlowchartModel. getElementMessagesMap()List<ElementEntry<ElementMessageSetModel>>FlowchartUpdateClientConfig. getElementMessageUpdates()List<TaskEntry<ElementMessageSetModel>>FlowchartClientConfig. getTaskMessagesMap()Map<UUID,ElementMessageSetModel>FlowchartModel. getTaskMessagesMap()List<TaskEntry<ElementMessageSetModel>>FlowchartUpdateClientConfig. getTaskMessageUpdates()Methods in de.xima.fc.workflow.taglib.model with parameters of type ElementMessageSetModel Modifier and Type Method Description voidFlowchartModel. queueElementMessagesUpdate(ElementKey key, ElementMessageSetModel messages)Adds the given messages for a node or trigger to this model, and replaces all messages previously associated with that node or trigger.voidFlowchartModel. queueProcessMessagesUpdate(ElementMessageSetModel messages)Adds the given messages for the process to this model, and replaces all messages previously associated with the process.voidFlowchartModel. queueTaskMessagesUpdate(UUID key, ElementMessageSetModel messages)Adds the given messages for a task to this model, and replaces all messages previously associated with that task.booleanFlowchartModel. updateElementMessages(ElementKey key, ElementMessageSetModel messages)Inserts the given messages for the node or trigger.voidFlowchartModel. updateProcessMessages(ElementMessageSetModel messages)Sets the given messages for the process.voidFlowchartModel. updateTaskMessages(UUID key, ElementMessageSetModel messages)Inserts the given messages for a task.static FlowchartModelFlowchartModel. withMessages(ProcessModel processModel, Map<ElementKey,com.alibaba.fastjson.JSONObject> customParamsMap, ElementMessageSetModel processMessages, Map<UUID,ElementMessageSetModel> taskMessagesMap, Map<ElementKey,ElementMessageSetModel> elementMessagesMap)Creates a new flowchart model with the given data.Method parameters in de.xima.fc.workflow.taglib.model with type arguments of type ElementMessageSetModel Modifier and Type Method Description voidFlowchartModel. updateElementMessages(Map<ElementKey,ElementMessageSetModel> messageMap)Inserts the given messages for the node or trigger.voidFlowchartModel. updateTaskMessages(Map<UUID,ElementMessageSetModel> messageMap)Inserts the given messages for the tasks.
-