Uses of Class
de.xima.fc.entities.WorkflowTask
Packages that use WorkflowTask
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of WorkflowTask in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type WorkflowTaskModifier and TypeMethodDescriptionWorkflowTaskAPI.getInboxTasks
(UserContext uc, Vorgang formRecord, Benutzer user) Deprecated.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 WorkflowTaskModifier and TypeMethodDescriptionboolean
WorkflowTaskAPI.isTaskInvokableInInbox
(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user) Deprecated.boolean
WorkflowTaskAPI.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.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type WorkflowTaskModifier and TypeMethodDescriptionWorkflowTaskDao.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 WorkflowTaskModifier and TypeMethodDescriptiondefault List<WorkflowTask>
IWorkflowTaskDao.getTasksWithTriggerType
(IEntityContext ec, Vorgang formRecord, String... triggerTypes) 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 WorkflowTaskModifier and TypeMethodDescriptionvoid
ProtokollUtils.addTriggerFiredProtocolEntry
(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowTask task) Deprecated.void
ProtokollUtils.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 WorkflowTaskMethods in de.xima.fc.entities that return WorkflowTaskMethods in de.xima.fc.entities that return types with arguments of type WorkflowTaskMethods in de.xima.fc.entities with parameters of type WorkflowTaskModifier and TypeMethodDescriptionvoid
WorkflowProcess.addTask
(WorkflowTask task) Adds the given task to this process and sets thegetProcess()
to this process.void
AWorkflowElement.setTask
(WorkflowTask task) Method parameters in de.xima.fc.entities with type arguments of type WorkflowTask -
Uses of WorkflowTask in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return WorkflowTaskMethods in de.xima.fc.gui.bean.project that return types with arguments of type WorkflowTaskMethods in de.xima.fc.gui.bean.project with parameters of type WorkflowTask -
Uses of WorkflowTask in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type WorkflowTaskModifier and TypeMethodDescriptionWorkflowTaskHandler.getInboxTasks
(UserContext uc, Vorgang formRecord, Benutzer user) Deprecated.WorkflowTaskHandler.getInboxTasks
(UserContext uc, Vorgang formRecord, IUser user) Methods in de.xima.fc.handler.entity with parameters of type WorkflowTaskModifier and TypeMethodDescriptionboolean
WorkflowTaskHandler.isTaskInvokableInInbox
(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user) Deprecated.boolean
WorkflowTaskHandler.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 WorkflowTaskModifier and TypeMethodDescriptionIWorkflowTaskHandler.getInboxTasks
(UserContext uc, Vorgang formRecord, Benutzer user) Deprecated.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 WorkflowTaskModifier and TypeMethodDescriptionboolean
IWorkflowTaskHandler.isTaskInvokableInInbox
(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user) Deprecated.boolean
IWorkflowTaskHandler.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 WorkflowTaskConstructors in de.xima.fc.inbox.model with parameters of type WorkflowTaskModifierConstructorDescriptionInvokableTaskModel
(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 -
Uses of WorkflowTask in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return WorkflowTaskModifier and TypeMethodDescriptionIWorkflowTaskLocator.byId
(long taskId) Finds the task by the given ID in the current workflow execution context.Finds the task by the given UUID in the current process.IWorkflowTaskLocator.current()
IWorkflowExecutionContext.task()
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type WorkflowTaskModifier and TypeMethodDescriptiondefault List<WorkflowTask>
IWorkflowTaskLocator.byIds
(long... taskIds) Finds the tasks by the given ID in the current workflow execution context.default List<WorkflowTask>
Finds the tasks by the given ID in the current workflow execution context.default List<WorkflowTask>
Finds the tasks by the given UUID in the current process.default List<WorkflowTask>
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 -
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 WorkflowTaskConstructor parameters in de.xima.fc.mdl.form.record with type arguments of type WorkflowTaskModifierConstructorDescriptionFormRecordWorkflowData
(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 WorkflowTaskModifier and TypeMethodDescriptionprotected List<WorkflowTask>
AEventRunnerTest.setTasks
(int taskCount) Methods in de.xima.fc.ms.test.workflow with parameters of type WorkflowTaskModifier and TypeMethodDescriptionprotected void
AEventRunnerTest.addTo
(WorkflowTask task, WorkflowNode parent, int index, WorkflowNode childToAdd) Adds the child to the given parent.protected void
AEventRunnerTest.addTo
(WorkflowTask task, WorkflowNode parent, WorkflowNode childToAdd) Adds the child to the given parent.protected void
AEventRunnerTest.addToRootSequence
(WorkflowTask task, WorkflowNode... nodes) Adds the given node the root node, i.e. the main sequence of actions. -
Uses of WorkflowTask in de.xima.fc.refactor
Methods in de.xima.fc.refactor with parameters of type WorkflowTaskModifier and TypeMethodDescriptionWorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowTask
(WorkflowTask task, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholders
in all elements of the given task. -
Uses of WorkflowTask in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter that return WorkflowTaskModifier and TypeMethodDescriptionstatic WorkflowTask
FlowchartModelConverter.toDataModel
(TaskModel task, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) Methods in de.xima.fc.workflow.converter with parameters of type WorkflowTaskModifier and TypeMethodDescriptionstatic NodeModel
FlowchartModelConverter.toViewModel
(WorkflowNode node, WorkflowTask task, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static TaskModel
FlowchartModelConverter.toViewModel
(WorkflowTask task, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static TriggerModel
FlowchartModelConverter.toViewModel
(WorkflowTrigger trigger, WorkflowTask task, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) -
Uses of WorkflowTask in de.xima.fc.workflow.data
Methods in de.xima.fc.workflow.data that return types with arguments of type WorkflowTaskModifier and TypeMethodDescriptionstatic 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 WorkflowTaskModifier and TypeMethodDescriptionstatic boolean
InboxTaskUtil.isTaskInvokableInInbox
(IEntityContext ec, WorkflowTask task, Vorgang formRecord, Benutzer user) Deprecated.static boolean
InboxTaskUtil.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 WorkflowTaskModifier and TypeMethodDescriptionWorkflowValidator.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 WorkflowTaskModifier and TypeMethodDescriptionvoid
IWorkflowExecutionListener.onAfterExecuteNode
(WorkflowTask task, WorkflowNode node, IWorkflowNodeResult result) Invoked just after aWorkflowNode
was executed (whether successfully or not).void
IWorkflowExecutionListener.onBeforeExecuteNode
(WorkflowTask task, WorkflowNode node) Invoked just before aWorkflowNode
is about to be executed.IWorkflowValidator.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 WorkflowTaskModifier and TypeMethodDescriptionstatic WorkflowFlowAnalysis
WorkflowFlowAnalysis.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 WorkflowTaskModifier and TypeMethodDescriptionTriggerOnTaskBeginParams.getTask()
WorkflowExecutionContext.task()
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type WorkflowTaskModifier and TypeMethodDescriptionvoid
WorkflowExecutionContext.beforeTaskStart
(Object triggerData, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger) Invoked internally before a task is about to be executed.void
WorkflowExecutionContext.setCurrentTask
(WorkflowTask task) Constructors in de.xima.fc.workflow.processor.logic.execution with parameters of type WorkflowTaskModifierConstructorDescriptionTriggerOnTaskBeginParams
(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 WorkflowTaskModifier and TypeMethodDescriptionstatic boolean
WorkflowValidatorHelper.validateControlFlow
(DefaultWorkflowValidationContext context, WorkflowTask task) Validates the control flow of the given task.static boolean
WorkflowValidatorHelper.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 WorkflowTaskModifier and TypeMethodDescriptionTriggerOnTaskFinishParams.getTask()
WorkflowQueueItem.getTask()
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type WorkflowTaskMethods in de.xima.fc.workflow.processor.model with parameters of type WorkflowTaskModifier and TypeMethodDescriptionstatic WorkflowElementIndex
WorkflowElementIndex.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 WorkflowTaskModifierConstructorDescriptionTriggerOnTaskFinishParams
(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.
WorkflowTaskAPI.getInboxTasks(UserContext, Vorgang, IUser)
instead.