Uses of Class
de.xima.fc.entities.WorkflowTask
-
-
Uses of WorkflowTask in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>WorkflowTaskAPI. getInboxTasks(UserContext uc, Vorgang formRecord, Benutzer user)Deprecated.List<WorkflowTask>WorkflowTaskAPI. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)Finds all tasks that are allowed to be invoked by the given user in the inbox.Methods in de.xima.fc.api.entity with parameters of type WorkflowTask Modifier and Type Method Description booleanWorkflowTaskAPI. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user)Deprecated.booleanWorkflowTaskAPI. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user)Checks whether the given task may be initiated by the given user in the inbox. -
Uses of WorkflowTask in de.xima.fc.api.rest.pub.common.uri
Methods in de.xima.fc.api.rest.pub.common.uri with parameters of type WorkflowTask Modifier and Type Method Description static StringPublicRestUriHelper. getFormRecordWorkflowTriggerBaseResourcePath(Vorgang formRecord, WorkflowTask task)Returns the base path for workflow trigger resources in the context of a form record. -
Uses of WorkflowTask in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>WorkflowTaskDao. getTasksWithTriggerType(IEntityContext ec, Vorgang formRecord, List<String> triggerTypes) -
Uses of WorkflowTask in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type WorkflowTask Modifier and Type Method Description default List<WorkflowTask>IWorkflowTaskDao. getTasksWithTriggerType(IEntityContext ec, Vorgang formRecord, String... triggerTypes)List<WorkflowTask>IWorkflowTaskDao. getTasksWithTriggerType(IEntityContext ec, Vorgang formRecord, List<String> triggerTypes) -
Uses of WorkflowTask in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type WorkflowTask Modifier and Type Method Description voidProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowTask task)Deprecated.voidProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowTask task)Adds the protocol entry for when a workflow trigger was fired. -
Uses of WorkflowTask in de.xima.fc.entities
Fields in de.xima.fc.entities declared as WorkflowTask Modifier and Type Field Description protected @NotNull WorkflowTaskAWorkflowElement. taskMethods in de.xima.fc.entities that return WorkflowTask Modifier and Type Method Description WorkflowTaskWorkflowTask. cloneBasics()WorkflowTaskAWorkflowElement. getTask()Methods in de.xima.fc.entities that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>WorkflowProcess. getTasks()Methods in de.xima.fc.entities with parameters of type WorkflowTask Modifier and Type Method Description voidWorkflowProcess. addTask(WorkflowTask task)Adds the given task to this process and sets thegetProcess()to this process.voidAWorkflowElement. setTask(WorkflowTask task)Method parameters in de.xima.fc.entities with type arguments of type WorkflowTask Modifier and Type Method Description voidWorkflowProcess. setTasks(List<WorkflowTask> tasks) -
Uses of WorkflowTask in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return WorkflowTask Modifier and Type Method Description WorkflowTaskFormExportBean. getTask()Methods in de.xima.fc.gui.bean.project that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>FormExportBean. getAllTasks()Methods in de.xima.fc.gui.bean.project with parameters of type WorkflowTask Modifier and Type Method Description voidFormExportBean. setTask(WorkflowTask task) -
Uses of WorkflowTask in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>WorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, Benutzer user)Deprecated.List<WorkflowTask>WorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)Methods in de.xima.fc.handler.entity with parameters of type WorkflowTask Modifier and Type Method Description booleanWorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user)Deprecated.booleanWorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user) -
Uses of WorkflowTask in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>IWorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, Benutzer user)Deprecated.List<WorkflowTask>IWorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)Finds all tasks that are allowed to be invoked by the given user in the inbox.Methods in de.xima.fc.handler.interfaces.entity with parameters of type WorkflowTask Modifier and Type Method Description booleanIWorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user)Deprecated.booleanIWorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user)Checks whether the given task may be initiated by the given user in the inbox. -
Uses of WorkflowTask in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return WorkflowTask Modifier and Type Method Description WorkflowTaskInvokableTaskModel. getTask()Constructors in de.xima.fc.inbox.model with parameters of type WorkflowTask Constructor Description InvokableTaskModel(WorkflowTask task, WorkflowTrigger trigger, String name)Creates a new POJO model with the given data. -
Uses of WorkflowTask in de.xima.fc.interfaces.form.record
Methods in de.xima.fc.interfaces.form.record that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>IFormRecordWorkflowData. getInvokableTasks() -
Uses of WorkflowTask in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return WorkflowTask Modifier and Type Method Description WorkflowTaskIModelWorkflowElementParams. task()The workflow task containing the element.WorkflowTaskIWorkflowElementStore. taskById(String id)Gets the task with the given ID.WorkflowTaskIWorkflowElementStore. taskByPart(IStructuredBpmnModelPart part)Gets the workflow task from which the part was created.Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>IWorkflowElementStore. tasks()Gets all workflow tasks corresponding to the processing chains in the workflow, in the order they were configured by the user in the workflow designer.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type WorkflowTask Modifier and Type Method Description IStructuredBpmnModelPartIWorkflowBpmnModelContext. modelTask(WorkflowTask task)Models the given task as a BPMN model part.booleanIWorkflowBpmnModelContext. shouldRenderTask(WorkflowTask task)Whether the given task should be rendered in the BPMN diagram.StringIWorkflowElementStore. taskId(WorkflowTask task)Gets the ID of the given task. -
Uses of WorkflowTask in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return WorkflowTask Modifier and Type Method Description WorkflowTaskIWorkflowTaskLocator. byId(long taskId)Finds the task by the given ID in the current workflow execution context.WorkflowTaskIWorkflowTaskLocator. byUuid(UUID taskUuid)Finds the task by the given UUID in the current process.WorkflowTaskIWorkflowTaskLocator. current()WorkflowTaskIWorkflowExecutionContext. task()Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type WorkflowTask Modifier and Type Method Description default List<WorkflowTask>IWorkflowTaskLocator. byIds(long... taskIds)Finds the tasks by the given ID in the current workflow execution context.default List<WorkflowTask>IWorkflowTaskLocator. byIds(Iterable<Long> taskIds)Finds the tasks by the given ID in the current workflow execution context.default List<WorkflowTask>IWorkflowTaskLocator. byUuids(Iterable<UUID> taskUuids)Finds the tasks by the given UUID in the current process.default List<WorkflowTask>IWorkflowTaskLocator. byUuids(UUID... taskUuids)Finds the tasks by the given UUID in the current process. -
Uses of WorkflowTask in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return WorkflowTask Modifier and Type Method Description WorkflowTaskICreateProtocolEntryAfterExecutionParams. getTask()Gets the task to which the executed node belongs.WorkflowTaskITriggerOnTaskBeginParams. getTask()WorkflowTaskITriggerOnTaskFinishParams. getTask()WorkflowTaskIWorkflowQueueItem. getTask() -
Uses of WorkflowTask in de.xima.fc.mdl.form.record
Methods in de.xima.fc.mdl.form.record that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>FormRecordWorkflowData. getInvokableTasks()Constructor parameters in de.xima.fc.mdl.form.record with type arguments of type WorkflowTask Constructor Description FormRecordWorkflowData(List<WorkflowTask> invokableTasks, List<Status> invokableStatus) -
Uses of WorkflowTask in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return types with arguments of type WorkflowTask Modifier and Type Method Description protected List<WorkflowTask>AEventRunnerTest. setTasks(int taskCount)Methods in de.xima.fc.ms.test.workflow with parameters of type WorkflowTask Modifier and Type Method Description protected voidAEventRunnerTest. addTo(WorkflowTask task, WorkflowNode parent, int index, WorkflowNode childToAdd)Adds the child to the given parent.protected voidAEventRunnerTest. addTo(WorkflowTask task, WorkflowNode parent, WorkflowNode childToAdd)Adds the child to the given parent.protected voidAEventRunnerTest. addToRootSequence(WorkflowTask task, WorkflowNode... nodes)Adds the given node the root node, i.e. -
Uses of WorkflowTask in de.xima.fc.refactor
Methods in de.xima.fc.refactor with parameters of type WorkflowTask Modifier and Type Method Description static IWorkflowPlaceholderRefactorRetValWorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowTask(WorkflowTask task, IPlaceholderRefactorMapper refactorer, Mandant client)PerformsrefactorPlaceholdersin all elements of the given task. -
Uses of WorkflowTask in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter that return WorkflowTask Modifier and Type Method Description static WorkflowTaskFlowchartModelConverter. toDataModel(TaskModel task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)Methods in de.xima.fc.workflow.converter with parameters of type WorkflowTask Modifier and Type Method Description static NodeModelFlowchartModelConverter. toViewModel(WorkflowNode node, WorkflowTask task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)static TaskModelFlowchartModelConverter. toViewModel(WorkflowTask task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)static TriggerModelFlowchartModelConverter. toViewModel(WorkflowTrigger trigger, WorkflowTask task, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) -
Uses of WorkflowTask in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return types with arguments of type WorkflowTask Modifier and Type Method Description Predicate<WorkflowTask>FlowchartToBpmnConverterInput. taskFilter()Gets the filter for workflow tasks.Method parameters in de.xima.fc.workflow.converter.bpmn with type arguments of type WorkflowTask Modifier and Type Method Description FlowchartToBpmnConverterInput.BuilderFlowchartToBpmnConverterInput.Builder. taskFilter(Predicate<WorkflowTask> taskFilter)Sets the filter for workflow tasks. -
Uses of WorkflowTask in de.xima.fc.workflow.converter.graphdot
Methods in de.xima.fc.workflow.converter.graphdot with parameters of type WorkflowTask Modifier and Type Method Description static StringFlowGraphToGraphDotConverter. writeToString(Mandant client, WorkflowTask task, IMessageLocalizer localizer, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings)Creates a dot file with the flow graph of the given task, using the given flow graph analysis result.Constructors in de.xima.fc.workflow.converter.graphdot with parameters of type WorkflowTask Constructor Description FlowGraphToGraphDotConverter(Mandant client, WorkflowTask task, IMessageLocalizer localizer, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings)Creates a converter for writing a dot file with the flow graph of the given task, using the given flow graph analysis result. -
Uses of WorkflowTask in de.xima.fc.workflow.data
Methods in de.xima.fc.workflow.data that return types with arguments of type WorkflowTask Modifier and Type Method Description static List<WorkflowTask>InboxTaskUtil. getInboxTasks(IEntityContext ec, Vorgang formRecord, Benutzer user)Deprecated.static List<WorkflowTask>InboxTaskUtil. getInboxTasks(IEntityContext ec, Vorgang formRecord, IUser user)Finds all tasks that are allowed to be invoked by the given user in the inbox.Methods in de.xima.fc.workflow.data with parameters of type WorkflowTask Modifier and Type Method Description static booleanInboxTaskUtil. isTaskInvokableInInbox(IEntityContext ec, WorkflowTask task, Vorgang formRecord, Benutzer user)Deprecated.static booleanInboxTaskUtil. isTaskInvokableInInbox(IEntityContext ec, WorkflowTask task, Vorgang formRecord, IUser user)Checks whether the given task may be initiated by the given user in the inbox. -
Uses of WorkflowTask in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type WorkflowTask Modifier and Type Method Description IWorkflowValidationResultWorkflowValidator. validateTask(WorkflowTask task, EWorkflowValidationGroup... groups) -
Uses of WorkflowTask in de.xima.fc.workflow.processor.iface
Methods in de.xima.fc.workflow.processor.iface with parameters of type WorkflowTask Modifier and Type Method Description default voidIWorkflowExecutionListener. onAfterExecuteNode(WorkflowTask task, WorkflowNode node, IWorkflowNodeResult result)Invoked just after aWorkflowNodewas executed (whether successfully or not).default <TData> voidIWorkflowExecutionListener. onAfterInvokeHandlerExecute(WorkflowTask task, WorkflowNode node, INodeHandler<TData> handler, TData data)Invoked just after theINodeHandler.execute(INodeExecutionParams)was called.default voidIWorkflowExecutionListener. onAfterTaskEnd(IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger)Invoked just after aWorkflowTaskwas executed.default voidIWorkflowExecutionListener. onBeforeExecuteNode(WorkflowTask task, WorkflowNode node)Invoked just before aWorkflowNodeis about to be executed.default <TData> voidIWorkflowExecutionListener. onBeforeInvokeHandlerExecute(WorkflowTask task, WorkflowNode node, INodeHandler<TData> handler, TData data)Invoked just before theINodeHandler.execute(INodeExecutionParams)is about to be called.voidIWorkflowExecutionListener. onBeforeTaskStart(IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger, Object triggerData, IWorkflowFileValue triggerFiles)Invoked just before aWorkflowTaskis about to be executed.IWorkflowValidationResultIWorkflowValidator. validateTask(WorkflowTask task, EWorkflowValidationGroup... groups)Performs a validation of an entire workflow task, including all triggers, and nodes. -
Uses of WorkflowTask in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis with parameters of type WorkflowTask Modifier and Type Method Description static WorkflowFlowAnalysisWorkflowFlowAnalysis. analyzeTask(WorkflowTask task, Mandant client)Analyzes the execution of a single task. -
Uses of WorkflowTask in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return WorkflowTask Modifier and Type Method Description WorkflowTaskTriggerOnTaskBeginParams. getTask()WorkflowTaskWorkflowExecutionContext. task()Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type WorkflowTask Modifier and Type Method Description voidWorkflowExecutionContext. afterTaskEnd(IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger)Invoked internally before a task is about to be executed.voidWorkflowExecutionContext. beforeTaskStart(Object triggerData, IWorkflowFileValue triggerFiles, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger)Invoked internally before a task is about to be executed.voidWorkflowExecutionContext. setCurrentTask(WorkflowTask task)Constructors in de.xima.fc.workflow.processor.logic.execution with parameters of type WorkflowTask Constructor Description TriggerOnTaskBeginParams(IWorkflowExecutionContext workflowContext, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger)Creates a new instance with the given data. -
Uses of WorkflowTask in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type WorkflowTask Modifier and Type Method Description static booleanWorkflowValidatorHelper. validateControlFlow(DefaultWorkflowValidationContext context, WorkflowTask task)Validates the control flow of the given task.static booleanWorkflowValidatorHelper. validateTaskDetails(DefaultWorkflowValidationContext context, WorkflowTask task)Validates the details of a task, i.e. -
Uses of WorkflowTask in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return WorkflowTask Modifier and Type Method Description WorkflowTaskTriggerOnTaskFinishParams. getTask()WorkflowTaskWorkflowQueueItem. getTask()WorkflowTaskWorkflowElementIndex. getTaskByUuid(UUID taskUuid)Gets a task by its UUID.Methods in de.xima.fc.workflow.processor.model that return types with arguments of type WorkflowTask Modifier and Type Method Description List<WorkflowTask>WorkflowElementIndex. getTasks()Map<UUID,WorkflowTask>WorkflowElementIndex. getTasksByUuid()Gets a map of tasks by their UUID.Methods in de.xima.fc.workflow.processor.model with parameters of type WorkflowTask Modifier and Type Method Description static WorkflowElementIndexWorkflowElementIndex. of(WorkflowTask task, Mandant client)Creates a new index with all workflow element from the given task.Constructors in de.xima.fc.workflow.processor.model with parameters of type WorkflowTask Constructor Description TriggerOnTaskFinishParams(IWorkflowExecutionContext workflowContext, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger, ITaskExecutionResult executionResult)Creates a new instance with the given data.WorkflowQueueItem(WorkflowTask task, WorkflowTrigger trigger)Creates an new POJO with the given task and trigger, and no custom event data.WorkflowQueueItem(WorkflowTask task, WorkflowTrigger trigger, IWorkflowEventData eventData)Creates an new POJO with the given task, trigger, and custom event data.
-