Uses of Class
de.xima.fc.workflow.taglib.model.TaskModel
-
Packages that use TaskModel Package Description de.xima.fc.workflow.converter de.xima.fc.workflow.processor.logic de.xima.fc.workflow.taglib.model -
-
Uses of TaskModel in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter that return TaskModel Modifier and Type Method Description static TaskModelFlowchartModelConverter. toViewModel(WorkflowTask task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)Methods in de.xima.fc.workflow.converter with parameters of type TaskModel Modifier and Type Method Description static WorkflowNodeFlowchartModelConverter. toDataModel(NodeModel node, TaskModel task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)static WorkflowTaskFlowchartModelConverter. toDataModel(TaskModel task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)static WorkflowTriggerFlowchartModelConverter. toDataModel(TriggerModel trigger, TaskModel task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) -
Uses of TaskModel in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return TaskModel Modifier and Type Method Description TaskModelFlowchartElementIndex. getTaskByUuid(UUID uuid)Gets a task by its UUID.Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type TaskModel Modifier and Type Method Description Collection<TaskModel>FlowchartElementIndex. getTasks()Gets all available tasks.Map<UUID,TaskModel>FlowchartElementIndex. getTasksByUuid()Gets the mapping from the UIUD of a task to that task. -
Uses of TaskModel in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model that return TaskModel Modifier and Type Method Description TaskModelFlowchartModel. getTaskByUuid(UUID taskUuid)Methods in de.xima.fc.workflow.taglib.model that return types with arguments of type TaskModel Modifier and Type Method Description List<TaskModel>ProcessModel. getTasks()Method parameters in de.xima.fc.workflow.taglib.model with type arguments of type TaskModel Modifier and Type Method Description voidProcessModel. setTasks(List<TaskModel> tasks)
-