Uses of Interface
org.flowable.task.service.impl.persistence.entity.TaskEntity
Packages that use TaskEntity
Package
Description
-
Uses of TaskEntity in org.flowable.cmmn.engine.impl.behavior.impl
Methods in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type TaskEntityModifier and TypeMethodDescriptionprotected voidHumanTaskActivityBehavior.handleAssignee(PlanItemInstanceEntity planItemInstanceEntity, TaskService taskService, ExpressionManager expressionManager, TaskEntity taskEntity, PlanItemInstanceEntityManager planItemInstanceEntityManager, CreateHumanTaskBeforeContext beforeContext, MigrationContext migrationContext) protected voidHumanTaskActivityBehavior.handleCandidateGroups(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleCandidateUsers(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleCategory(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleDueDate(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleFormKey(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleOwner(PlanItemInstanceEntity planItemInstanceEntity, TaskService taskService, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handlePriority(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleTaskDescription(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleTaskName(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) -
Uses of TaskEntity in org.flowable.cmmn.engine.impl.cmd
Fields in org.flowable.cmmn.engine.impl.cmd declared as TaskEntityMethods in org.flowable.cmmn.engine.impl.cmd with parameters of type TaskEntityModifier and TypeMethodDescriptionprotected voidCompleteTaskWithFormCmd.completeTask(CommandContext commandContext, TaskEntity task, Map<String, Object> taskVariables) protected VoidAddIdentityLinkCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidClaimTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidCompleteTaskWithFormCmd.execute(CommandContext commandContext, TaskEntity task) protected ObjectDelegateTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidDeleteIdentityLinkCmd.execute(CommandContext commandContext, TaskEntity task) protected abstract TNeedsActiveTaskCmd.execute(CommandContext commandContext, TaskEntity task) Subclasses must implement in this method their normal command logic.protected VoidRemoveTaskVariablesCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidResolveTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidSetTaskDueDateCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidSetTaskPriorityCmd.execute(CommandContext commandContext, TaskEntity task) protected ObjectSetTaskVariablesCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidStartProgressTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidSuspendTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected booleanCompleteTaskWithFormCmd.isFormFieldValidationEnabled(TaskEntity task) -
Uses of TaskEntity in org.flowable.cmmn.engine.impl.history
Methods in org.flowable.cmmn.engine.impl.history with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidCmmnHistoryManager.recordTaskCreated(TaskEntity task) voidCmmnHistoryTaskManager.recordTaskCreated(TaskEntity taskEntity) voidCompositeCmmnHistoryManager.recordTaskCreated(TaskEntity task) voidDefaultCmmnHistoryManager.recordTaskCreated(TaskEntity task) voidCmmnHistoryManager.recordTaskEnd(TaskEntity task, String userId, String deleteReason, Date endTime) voidCompositeCmmnHistoryManager.recordTaskEnd(TaskEntity task, String userId, String deleteReason, Date endTime) voidDefaultCmmnHistoryManager.recordTaskEnd(TaskEntity task, String userId, String deleteReason, Date endTime) voidCmmnHistoryManager.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime) voidCmmnHistoryTaskManager.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime) voidCompositeCmmnHistoryManager.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime) voidDefaultCmmnHistoryManager.recordTaskInfoChange(TaskEntity task, Date changeTime) -
Uses of TaskEntity in org.flowable.cmmn.engine.impl.interceptor
Methods in org.flowable.cmmn.engine.impl.interceptor with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidDefaultCmmnIdentityLinkInterceptor.handleAddAssigneeIdentityLinkToTask(TaskEntity taskEntity, String assignee) voidDefaultCmmnIdentityLinkInterceptor.handleAddIdentityLinkToTask(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) voidDefaultCmmnIdentityLinkInterceptor.handleAddOwnerIdentityLinkToTask(TaskEntity taskEntity, String owner) voidDefaultCmmnIdentityLinkInterceptor.handleCompleteTask(TaskEntity task) -
Uses of TaskEntity in org.flowable.cmmn.engine.impl.listener
Methods in org.flowable.cmmn.engine.impl.listener with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidCmmnListenerNotificationHelper.executeTaskListeners(HumanTask humanTask, TaskEntity taskEntity, String eventType) voidCmmnListenerNotificationHelper.executeTaskListeners(TaskEntity taskEntity, String eventType) -
Uses of TaskEntity in org.flowable.cmmn.engine.impl.persistence.entity
Methods in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type TaskEntityModifier and TypeMethodDescriptionprotected ObjectPlanItemInstanceEntityManagerImpl.getOriginalAssignee(TaskEntity taskEntity) PlanItemInstanceEntityManager.updateHumanTaskPlanItemInstanceAssignee(TaskEntity taskEntity, String assignee) PlanItemInstanceEntityManagerImpl.updateHumanTaskPlanItemInstanceAssignee(TaskEntity taskEntity, String assignee) PlanItemInstanceEntityManager.updateHumanTaskPlanItemInstanceCompletedBy(TaskEntity taskEntity, String assignee) PlanItemInstanceEntityManagerImpl.updateHumanTaskPlanItemInstanceCompletedBy(TaskEntity taskEntity, String completedBy) -
Uses of TaskEntity in org.flowable.cmmn.engine.impl.task
Methods in org.flowable.cmmn.engine.impl.task with parameters of type TaskEntityModifier and TypeMethodDescriptionprotected static voidTaskHelper.addAssigneeIdentityLinks(TaskEntity taskEntity, CmmnEngineConfiguration cmmnEngineConfiguration) protected static voidTaskHelper.addOwnerIdentityLink(TaskEntity taskEntity, CmmnEngineConfiguration cmmnEngineConfiguration) static voidTaskHelper.changeTaskAssignee(TaskEntity taskEntity, String assignee, CmmnEngineConfiguration cmmnEngineConfiguration) static voidTaskHelper.changeTaskOwner(TaskEntity taskEntity, String owner, CmmnEngineConfiguration cmmnEngineConfiguration) static voidTaskHelper.completeTask(TaskEntity task, String userId, CmmnEngineConfiguration cmmnEngineConfiguration) static voidTaskHelper.deleteTask(TaskEntity task, String deleteReason, boolean cascade, boolean fireEvents, CmmnEngineConfiguration cmmnEngineConfiguration) protected static voidTaskHelper.fireAssignmentEvents(TaskEntity taskEntity, CmmnEngineConfiguration cmmnEngineConfiguration) static voidTaskHelper.insertTask(TaskEntity taskEntity, boolean fireCreateEvent, CmmnEngineConfiguration cmmnEngineConfiguration) protected static voidTaskHelper.internalDeleteTask(TaskEntity task, String userId, String deleteReason, boolean cascade, boolean fireEvents, CmmnEngineConfiguration cmmnEngineConfiguration) static voidTaskHelper.logUserTaskCompleted(TaskEntity taskEntity, CmmnEngineConfiguration cmmnEngineConfiguration) DefaultCmmnTaskVariableScopeResolver.resolveParentVariableScope(TaskEntity taskEntity) -
Uses of TaskEntity in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util with parameters of type TaskEntityModifier and TypeMethodDescriptionstatic voidCmmnLoggingSessionUtil.addLoggingData(String type, String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidCmmnLoggingSessionUtil.addTaskIdentityLinkData(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidIdentityLinkUtil.deleteTaskIdentityLinks(TaskEntity taskEntity, String userId, String groupId, String type, CmmnEngineConfiguration cmmnEngineConfiguration) static com.fasterxml.jackson.databind.node.ObjectNodeCmmnLoggingSessionUtil.fillBasicTaskLoggingData(String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidIdentityLinkUtil.handleTaskIdentityLinkAddition(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity, CmmnEngineConfiguration cmmnEngineConfiguration) static voidIdentityLinkUtil.handleTaskIdentityLinkAdditions(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinkEntities, CmmnEngineConfiguration cmmnEngineConfiguration) static voidIdentityLinkUtil.handleTaskIdentityLinkDeletions(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinks, boolean cascaseHistory, CmmnEngineConfiguration cmmnEngineConfiguration) protected static voidIdentityLinkUtil.logTaskIdentityLinkEvent(String eventType, TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of TaskEntity in org.flowable.cmmn.engine.interceptor
Fields in org.flowable.cmmn.engine.interceptor declared as TaskEntityMethods in org.flowable.cmmn.engine.interceptor that return TaskEntityMethods in org.flowable.cmmn.engine.interceptor with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidCmmnIdentityLinkInterceptor.handleAddAssigneeIdentityLinkToTask(TaskEntity taskEntity, String assignee) voidCmmnIdentityLinkInterceptor.handleAddIdentityLinkToTask(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) voidCmmnIdentityLinkInterceptor.handleAddOwnerIdentityLinkToTask(TaskEntity taskEntity, String owner) voidHumanTaskStateInterceptor.handleClaim(TaskEntity task, String userId) voidHumanTaskStateInterceptor.handleComplete(TaskEntity task, String userId) voidCmmnIdentityLinkInterceptor.handleCompleteTask(TaskEntity task) voidHumanTaskStateInterceptor.handleCompleteWithForm(TaskEntity task, FormInfo formInfo, String userId, String outcome, Map<String, Object> payload) voidHumanTaskStateInterceptor.handleInProgressStart(TaskEntity task, String userId) voidHumanTaskStateInterceptor.handleUnclaim(TaskEntity task, String userId) voidCreateHumanTaskAfterContext.setTaskEntity(TaskEntity taskEntity) Constructors in org.flowable.cmmn.engine.interceptor with parameters of type TaskEntityModifierConstructorDescriptionCreateHumanTaskAfterContext(HumanTask humanTask, TaskEntity taskEntity, PlanItemInstanceEntity planItemInstanceEntity) -
Uses of TaskEntity in org.flowable.engine.compatibility
Methods in org.flowable.engine.compatibility with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidFlowable5CompatibilityHandler.completeTask(TaskEntity taskEntity, Map<String, Object> variables, boolean localScope) voidFlowable5CompatibilityHandler.completeTask(TaskEntity taskEntity, Map<String, Object> variables, Map<String, Object> transientVariables) voidFlowable5CompatibilityHandler.saveTask(TaskEntity task) -
Uses of TaskEntity in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type TaskEntityModifier and TypeMethodDescriptionprotected voidUserTaskActivityBehavior.handleAssignments(TaskService taskService, String assignee, String owner, List<String> candidateUsers, List<String> candidateGroups, TaskEntity task, ExpressionManager expressionManager, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration) protected voidUserTaskActivityBehavior.handleCategory(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected voidUserTaskActivityBehavior.handleDescription(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected voidUserTaskActivityBehavior.handleDueDate(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration, String activeTaskDueDate) protected voidUserTaskActivityBehavior.handleFormKey(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected voidUserTaskActivityBehavior.handleName(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected voidUserTaskActivityBehavior.handlePriority(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution, String activeTaskPriority) -
Uses of TaskEntity in org.flowable.engine.impl.bpmn.listener
Methods in org.flowable.engine.impl.bpmn.listener with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidListenerNotificationHelper.executeTaskListeners(UserTask userTask, TaskEntity taskEntity, String eventType) voidListenerNotificationHelper.executeTaskListeners(TaskEntity taskEntity, String eventType) -
Uses of TaskEntity in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidServiceInvoker.invoke(String serviceType, Map<String, Object> parameters, ExecutionEntity execution, TaskEntity task) DefaultTaskVariableScopeResolver.resolveParentVariableScope(TaskEntity task) -
Uses of TaskEntity in org.flowable.engine.impl.cmd
Fields in org.flowable.engine.impl.cmd declared as TaskEntityMethods in org.flowable.engine.impl.cmd that return TaskEntityModifier and TypeMethodDescriptionprotected TaskEntityCreateAttachmentCmd.verifyTaskParameters(CommandContext commandContext) Methods in org.flowable.engine.impl.cmd with parameters of type TaskEntityModifier and TypeMethodDescriptionprotected VoidAddIdentityLinkCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidClaimTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidCompleteTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidCompleteTaskWithFormCmd.execute(CommandContext commandContext, TaskEntity task) protected ObjectDelegateTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidDeleteIdentityLinkCmd.execute(CommandContext commandContext, TaskEntity task) protected abstract TNeedsActiveTaskCmd.execute(CommandContext commandContext, TaskEntity task) Subclasses must implement in this method their normal command logic.protected VoidRemoveTaskVariablesCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidResolveTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidSetTaskDueDateCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidSetTaskPriorityCmd.execute(CommandContext commandContext, TaskEntity task) protected ObjectSetTaskVariablesCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidStartProgressTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidSubmitTaskFormCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidSuspendTaskCmd.execute(CommandContext commandContext, TaskEntity task) protected booleanCompleteTaskWithFormCmd.isFormFieldValidationEnabled(TaskEntity task, ProcessEngineConfigurationImpl processEngineConfiguration, String processDefinitionId, String taskDefinitionKey) -
Uses of TaskEntity in org.flowable.engine.impl.event.logger.handler
Methods in org.flowable.engine.impl.event.logger.handler with parameters of type TaskEntityModifier and TypeMethodDescriptionAbstractTaskEventHandler.handleCommonTaskFields(TaskEntity task) -
Uses of TaskEntity in org.flowable.engine.impl.form
Methods in org.flowable.engine.impl.form with parameters of type TaskEntityModifier and TypeMethodDescriptionDefaultTaskFormHandler.createTaskForm(TaskEntity task) TaskFormHandler.createTaskForm(TaskEntity task) FormHandlerHelper.getTaskFormHandlder(TaskEntity taskEntity) Constructors in org.flowable.engine.impl.form with parameters of type TaskEntity -
Uses of TaskEntity in org.flowable.engine.impl.history
Methods in org.flowable.engine.impl.history with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidAbstractHistoryManager.createAttachmentComment(TaskEntity task, ExecutionEntity processInstance, String attachmentName, boolean create) voidCompositeHistoryManager.createAttachmentComment(TaskEntity task, ExecutionEntity processInstance, String attachmentName, boolean create) voidHistoryManager.createAttachmentComment(TaskEntity task, ExecutionEntity processInstance, String attachmentName, boolean create) Creates a new comment to indicate a new attachment has been created or deleted, if history is enabled.voidAbstractHistoryManager.createGroupIdentityLinkComment(TaskEntity taskEntity, String groupId, String type, boolean create) voidCompositeHistoryManager.createGroupIdentityLinkComment(TaskEntity task, String groupId, String type, boolean create) voidHistoryManager.createGroupIdentityLinkComment(TaskEntity task, String groupId, String type, boolean create) Creates a new comment to indicate a new groupIdentityLinkhas been created or deleted, if history is enabled.voidAbstractHistoryManager.createIdentityLinkComment(TaskEntity taskEntity, String userId, String groupId, String type, boolean create) voidAbstractHistoryManager.createIdentityLinkComment(TaskEntity taskEntity, String userId, String groupId, String type, boolean create, boolean forceNullUserId) voidCompositeHistoryManager.createIdentityLinkComment(TaskEntity task, String userId, String groupId, String type, boolean create) voidCompositeHistoryManager.createIdentityLinkComment(TaskEntity task, String userId, String groupId, String type, boolean create, boolean forceNullUserId) voidHistoryManager.createIdentityLinkComment(TaskEntity task, String userId, String groupId, String type, boolean create) Creates a new comment to indicate a newIdentityLinkhas been created or deleted, if history is enabled.voidHistoryManager.createIdentityLinkComment(TaskEntity task, String userId, String groupId, String type, boolean create, boolean forceNullUserId) Creates a new comment to indicate a newIdentityLinkhas been created or deleted, if history is enabled.voidAbstractHistoryManager.createUserIdentityLinkComment(TaskEntity taskEntity, String userId, String type, boolean create) voidAbstractHistoryManager.createUserIdentityLinkComment(TaskEntity taskEntity, String userId, String type, boolean create, boolean forceNullUserId) voidCompositeHistoryManager.createUserIdentityLinkComment(TaskEntity task, String userId, String type, boolean create) voidCompositeHistoryManager.createUserIdentityLinkComment(TaskEntity task, String userId, String type, boolean create, boolean forceNullUserId) voidHistoryManager.createUserIdentityLinkComment(TaskEntity task, String userId, String type, boolean create) Creates a new comment to indicate a new userIdentityLinkhas been created or deleted, if history is enabled.voidHistoryManager.createUserIdentityLinkComment(TaskEntity task, String userId, String type, boolean create, boolean forceNullUserId) Creates a new comment to indicate a new userIdentityLinkhas been created or deleted, if history is enabled.booleanDefaultHistoryConfigurationSettings.isHistoryEnabledForUserTask(ExecutionEntity executionEntity, TaskEntity taskEntity) booleanHistoryConfigurationSettings.isHistoryEnabledForUserTask(ExecutionEntity executionEntity, TaskEntity taskEntity) Returns whether history is enabled for the provided user task.voidCompositeHistoryManager.recordTaskCreated(TaskEntity task, ExecutionEntity execution) voidDefaultHistoryManager.recordTaskCreated(TaskEntity task, ExecutionEntity execution) voidDefaultHistoryTaskManager.recordTaskCreated(TaskEntity taskEntity) voidHistoryManager.recordTaskCreated(TaskEntity task, ExecutionEntity execution) Record the creation of a task, if audit history is enabled.voidCompositeHistoryManager.recordTaskEnd(TaskEntity task, ExecutionEntity execution, String userId, String deleteReason, Date endTime) voidDefaultHistoryManager.recordTaskEnd(TaskEntity task, ExecutionEntity execution, String userId, String deleteReason, Date endTime) voidHistoryManager.recordTaskEnd(TaskEntity task, ExecutionEntity execution, String userId, String deleteReason, Date endTime) Record task as ended, if audit history is enabled.voidCompositeHistoryManager.recordTaskInfoChange(TaskEntity taskEntity, String activityInstanceId, Date changeTime) voidDefaultHistoryManager.recordTaskInfoChange(TaskEntity taskEntity, String activityInstanceId, Date changeTime) voidDefaultHistoryTaskManager.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime) voidHistoryManager.recordTaskInfoChange(TaskEntity taskEntity, String activityInstanceId, Date changeTime) Record task name change, if audit history is enabled.voidAbstractHistoryManager.updateActivity(ExecutionEntity childExecution, String oldActivityId, FlowElement newFlowElement, TaskEntity task, Date updateTime) voidCompositeHistoryManager.updateActivity(ExecutionEntity executionEntity, String oldActivityId, FlowElement newFlowElement, TaskEntity task, Date updateTime) voidHistoryManager.updateActivity(ExecutionEntity executionEntity, String oldActivityId, FlowElement newFlowElement, TaskEntity task, Date updateTime) Synchronize historic data with the current user task execution -
Uses of TaskEntity in org.flowable.engine.impl.interceptor
Methods in org.flowable.engine.impl.interceptor with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidDefaultIdentityLinkInterceptor.handleAddAssigneeIdentityLinkToTask(TaskEntity taskEntity, String assignee) voidDefaultIdentityLinkInterceptor.handleAddIdentityLinkToTask(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) voidDefaultIdentityLinkInterceptor.handleAddOwnerIdentityLinkToTask(TaskEntity taskEntity, String owner) voidDefaultIdentityLinkInterceptor.handleCompleteTask(TaskEntity task) -
Uses of TaskEntity in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity with parameters of type TaskEntityModifier and TypeMethodDescriptionprotected static voidSuspensionStateUtil.addTaskSuspensionStateEntryLog(TaskEntity taskEntity, SuspensionState state) protected ObjectActivityInstanceEntityManagerImpl.getOriginalAssignee(TaskEntity taskEntity) protected ActivityInstanceEntityActivityInstanceEntityManagerImpl.internalFindOrCreateActivityInstance(TaskEntity taskEntity, ExecutionEntity executionEntity) protected voidActivityInstanceEntityManagerImpl.recordActivityTaskCreated(TaskEntity task, ExecutionEntity execution) voidActivityInstanceEntityManager.recordActivityTaskEnd(TaskEntity task, ExecutionEntity execution, String completerUserId, String deleteReason, Date endTime) Record a user task was completedvoidActivityInstanceEntityManagerImpl.recordActivityTaskEnd(TaskEntity task, ExecutionEntity execution, String completerUserId, String deleteReason, Date endTime) protected ActivityInstanceEntityActivityInstanceEntityManagerImpl.recordActivityTaskInfoChange(TaskEntity taskEntity) voidActivityInstanceEntityManager.recordTaskCreated(TaskEntity task, ExecutionEntity execution) Record task createdvoidActivityInstanceEntityManagerImpl.recordTaskCreated(TaskEntity task, ExecutionEntity execution) voidActivityInstanceEntityManager.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime) Record task information changevoidActivityInstanceEntityManagerImpl.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime) static voidSuspensionStateUtil.setSuspensionState(TaskEntity taskEntity, SuspensionState state) voidActivityInstanceEntityManager.syncUserTaskExecution(ExecutionEntity executionEntity, FlowElement newFlowElement, String oldActivityId, TaskEntity task) Synchronize data with the new user task executionvoidActivityInstanceEntityManagerImpl.syncUserTaskExecution(ExecutionEntity executionEntity, FlowElement newFlowElement, String oldActivityId, TaskEntity task) -
Uses of TaskEntity in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type TaskEntityModifier and TypeMethodDescriptionstatic voidTaskHelper.addAssigneeIdentityLinks(TaskEntity taskEntity) static voidBpmnLoggingSessionUtil.addLoggingData(String type, String message, TaskEntity task, DelegateExecution execution) static voidTaskHelper.addOwnerIdentityLink(TaskEntity taskEntity, String owner) static voidBpmnLoggingSessionUtil.addTaskIdentityLinkData(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, DelegateExecution execution) static voidTaskHelper.changeTaskAssignee(TaskEntity taskEntity, String assignee) static voidTaskHelper.changeTaskOwner(TaskEntity taskEntity, String owner) static voidTaskHelper.completeTask(TaskEntity task, String userId) static voidTaskHelper.completeTask(TaskEntity taskEntity, String userId, Map<String, Object> variables, Map<String, Object> localVariables, Map<String, Object> transientVariables, Map<String, Object> localTransientVariables, CommandContext commandContext) static voidTaskHelper.deleteTask(TaskEntity task, String deleteReason, boolean cascade, boolean fireTaskListener, boolean fireEvents) static voidIdentityLinkUtil.deleteTaskIdentityLinks(TaskEntity taskEntity, String userId, String groupId, String type) protected static voidTaskHelper.executeTaskDelete(TaskEntity task, CommandContext commandContext) static com.fasterxml.jackson.databind.node.ObjectNodeBpmnLoggingSessionUtil.fillBasicTaskLoggingData(String message, TaskEntity task, DelegateExecution execution) protected static voidTaskHelper.fireAssignmentEvents(TaskEntity taskEntity) protected static voidTaskHelper.fireTaskDeletedEvent(TaskEntity task, CommandContext commandContext, FlowableEventDispatcher eventDispatcher) protected static voidTaskHelper.handleRelatedEntities(TaskEntity task, String deleteReason, boolean cascade, boolean fireTaskListener, boolean fireEvents, FlowableEventDispatcher eventDispatcher, CommandContext commandContext) protected static voidIdentityLinkUtil.handleTaskCountsForIdentityLinkDeletion(TaskEntity taskEntity, IdentityLinkEntity identityLink) protected static voidTaskHelper.handleTaskHistory(TaskEntity task, String userId, String deleteReason, boolean cascade, CommandContext commandContext) static voidIdentityLinkUtil.handleTaskIdentityLinkAddition(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) static voidIdentityLinkUtil.handleTaskIdentityLinkAdditions(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinkEntities) static voidIdentityLinkUtil.handleTaskIdentityLinkDeletions(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinks, boolean cascadeHistory, boolean updateTaskCounts) static voidTaskHelper.insertTask(TaskEntity taskEntity, boolean fireCreateEvent) static voidTaskHelper.insertTask(TaskEntity taskEntity, ExecutionEntity execution, boolean fireCreateEvent, boolean addEntityLinks) protected static voidTaskHelper.internalDeleteTask(TaskEntity task, String userId, String deleteReason, boolean cascade, boolean executeTaskDelete, boolean fireTaskListener, boolean fireEvents) static booleanCountingEntityUtil.isTaskRelatedEntityCountEnabled(TaskEntity taskEntity) protected static voidIdentityLinkUtil.logTaskIdentityLinkEvent(String eventType, TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) protected static voidTaskHelper.logUserTaskCompleted(TaskEntity taskEntity) protected static voidTaskHelper.storeTaskCompleter(TaskEntity taskEntity, ExecutionEntity execution, ProcessEngineConfigurationImpl processEngineConfiguration) Method parameters in org.flowable.engine.impl.util with type arguments of type TaskEntityModifier and TypeMethodDescriptionstatic voidTaskHelper.deleteTasksForExecution(ExecutionEntity executionEntity, Collection<TaskEntity> taskEntities, String deleteReason) Deletes all tasks that relate to the same execution. -
Uses of TaskEntity in org.flowable.engine.interceptor
Fields in org.flowable.engine.interceptor declared as TaskEntityMethods in org.flowable.engine.interceptor that return TaskEntityMethods in org.flowable.engine.interceptor with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidIdentityLinkInterceptor.handleAddAssigneeIdentityLinkToTask(TaskEntity taskEntity, String assignee) voidIdentityLinkInterceptor.handleAddIdentityLinkToTask(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) voidIdentityLinkInterceptor.handleAddOwnerIdentityLinkToTask(TaskEntity taskEntity, String owner) voidUserTaskStateInterceptor.handleClaim(TaskEntity task, String userId) voidUserTaskStateInterceptor.handleComplete(TaskEntity task, String userId) voidIdentityLinkInterceptor.handleCompleteTask(TaskEntity task) voidUserTaskStateInterceptor.handleCompleteWithForm(TaskEntity task, FormInfo formInfo, String userId, String outcome, Map<String, Object> payload) voidUserTaskStateInterceptor.handleInProgressStart(TaskEntity task, String userId) voidUserTaskStateInterceptor.handleUnclaim(TaskEntity task, String userId) voidCreateUserTaskAfterContext.setTaskEntity(TaskEntity taskEntity) Constructors in org.flowable.engine.interceptor with parameters of type TaskEntityModifierConstructorDescriptionCreateUserTaskAfterContext(UserTask userTask, TaskEntity taskEntity, DelegateExecution execution) -
Uses of TaskEntity in org.flowable.task.service
Methods in org.flowable.task.service that return TaskEntityModifier and TypeMethodDescriptionTaskService.createTask()TaskService.createTask(TaskBuilder taskBuilder) TaskPostProcessor.enrich(TaskEntity taskEntityToEnrich) Methods in org.flowable.task.service that return types with arguments of type TaskEntityModifier and TypeMethodDescriptionTaskService.findTasksByExecutionId(String executionId) TaskService.findTasksByProcessInstanceId(String processInstanceId) TaskService.findTasksBySubScopeIdScopeType(String subScopeId, String scopeType) Methods in org.flowable.task.service with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidTaskService.changeTaskAssignee(TaskEntity taskEntity, String userId) voidTaskService.changeTaskOwner(TaskEntity taskEntity, String ownerId) HistoricTaskService.createHistoricTask(TaskEntity taskEntity) voidTaskService.deleteTask(TaskEntity task, boolean fireEvents) TaskPostProcessor.enrich(TaskEntity taskEntityToEnrich) voidTaskService.insertTask(TaskEntity taskEntity, boolean fireCreateEvent) HistoricTaskService.recordTaskCreated(TaskEntity task) HistoricTaskService.recordTaskEnd(TaskEntity task, String deleteReason, Date endTime) HistoricTaskService.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime, AbstractEngineConfiguration engineConfiguration) InternalTaskVariableScopeResolver.resolveParentVariableScope(TaskEntity task) voidTaskService.updateTask(TaskEntity taskEntity, boolean fireUpdateEvent) -
Uses of TaskEntity in org.flowable.task.service.history
Methods in org.flowable.task.service.history with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidInternalHistoryTaskManager.recordTaskCreated(TaskEntity taskEntity) Record task created.voidInternalHistoryTaskManager.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime) Record task name change, if audit history is enabled. -
Uses of TaskEntity in org.flowable.task.service.impl
Methods in org.flowable.task.service.impl that return TaskEntityModifier and TypeMethodDescriptionTaskServiceImpl.createTask()TaskServiceImpl.createTask(TaskBuilder taskBuilder) DefaultTaskPostProcessor.enrich(TaskEntity taskEntity) Methods in org.flowable.task.service.impl that return types with arguments of type TaskEntityModifier and TypeMethodDescriptionTaskServiceImpl.findTasksByExecutionId(String executionId) TaskServiceImpl.findTasksByProcessInstanceId(String processInstanceId) TaskServiceImpl.findTasksBySubScopeIdScopeType(String subScopeId, String scopeType) Methods in org.flowable.task.service.impl with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidTaskServiceImpl.changeTaskAssignee(TaskEntity taskEntity, String userId) voidTaskServiceImpl.changeTaskOwner(TaskEntity taskEntity, String ownerId) HistoricTaskServiceImpl.createHistoricTask(TaskEntity taskEntity) voidTaskServiceImpl.deleteTask(TaskEntity task, boolean fireEvents) voidTaskQueryImpl.enhanceCachedValue(TaskEntity task) DefaultTaskPostProcessor.enrich(TaskEntity taskEntity) voidTaskServiceImpl.insertTask(TaskEntity taskEntity, boolean fireCreateEvent) HistoricTaskServiceImpl.recordTaskCreated(TaskEntity task) HistoricTaskServiceImpl.recordTaskEnd(TaskEntity task, String deleteReason, Date endTime) HistoricTaskServiceImpl.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime, AbstractEngineConfiguration engineConfiguration) voidTaskServiceImpl.updateTask(TaskEntity taskEntity, boolean fireUpdateEvent) -
Uses of TaskEntity in org.flowable.task.service.impl.persistence.entity
Classes in org.flowable.task.service.impl.persistence.entity that implement TaskEntityMethods in org.flowable.task.service.impl.persistence.entity that return TaskEntityModifier and TypeMethodDescriptionTaskEntityManagerImpl.create()TaskEntityManager.createTask(TaskBuilder taskBuilder) CreatesTaskEntityaccording toTaskInfotemplateTaskEntityManagerImpl.createTask(TaskBuilder taskBuilder) TaskEntityManagerImpl.update(TaskEntity taskEntity, boolean fireUpdateEvents) Methods in org.flowable.task.service.impl.persistence.entity that return types with arguments of type TaskEntityModifier and TypeMethodDescriptionTaskEntityManager.findTasksByExecutionId(String executionId) TaskEntityManagerImpl.findTasksByExecutionId(String executionId) TaskEntityManager.findTasksByProcessInstanceId(String processInstanceId) TaskEntityManagerImpl.findTasksByProcessInstanceId(String processInstanceId) TaskEntityManager.findTasksByScopeIdAndScopeType(String scopeId, String scopeType) TaskEntityManagerImpl.findTasksByScopeIdAndScopeType(String scopeId, String scopeType) TaskEntityManager.findTasksBySubScopeIdAndScopeType(String subScopeId, String scopeType) TaskEntityManagerImpl.findTasksBySubScopeIdAndScopeType(String subScopeId, String scopeType) Methods in org.flowable.task.service.impl.persistence.entity with parameters of type TaskEntityModifier and TypeMethodDescriptionvoidTaskEntityManager.changeTaskAssignee(TaskEntity taskEntity, String assignee) voidTaskEntityManagerImpl.changeTaskAssignee(TaskEntity taskEntity, String assignee) voidTaskEntityManager.changeTaskOwner(TaskEntity taskEntity, String owner) voidTaskEntityManagerImpl.changeTaskOwner(TaskEntity taskEntity, String owner) HistoricTaskInstanceEntityManager.create(TaskEntity task) HistoricTaskInstanceEntityManagerImpl.create(TaskEntity task) protected ObjectTaskEntityManagerImpl.getOriginalState(TaskEntity task, String stateKey) voidTaskEntityManagerImpl.insert(TaskEntity taskEntity, boolean fireCreatedEvent) protected voidTaskEntityManagerImpl.logAssigneeChanged(TaskEntity taskEntity, String previousAssignee, String newAssignee) protected voidTaskEntityManagerImpl.logDueDateChanged(TaskEntity taskEntity, Date previousDueDate, Date newDueDate) protected voidTaskEntityManagerImpl.logNameChanged(TaskEntity taskEntity, String previousName, String newName) protected voidTaskEntityManagerImpl.logOwnerChanged(TaskEntity taskEntity, String previousOwner, String newOwner) protected voidTaskEntityManagerImpl.logPriorityChanged(TaskEntity taskEntity, Integer previousPriority, int newPriority) protected voidTaskEntityManagerImpl.logTaskUpdateEvents(TaskEntity task) TaskEntityManagerImpl.update(TaskEntity taskEntity, boolean fireUpdateEvents) protected booleanTaskEntityManagerImpl.wasPersisted(TaskEntity task) Constructors in org.flowable.task.service.impl.persistence.entity with parameters of type TaskEntity -
Uses of TaskEntity in org.flowable.task.service.impl.persistence.entity.data
Methods in org.flowable.task.service.impl.persistence.entity.data that return types with arguments of type TaskEntityModifier and TypeMethodDescriptionTaskDataManager.findTasksByExecutionId(String executionId) TaskDataManager.findTasksByProcessInstanceId(String processInstanceId) TaskDataManager.findTasksByScopeIdAndScopeType(String scopeId, String scopeType) TaskDataManager.findTasksBySubScopeIdAndScopeType(String subScopeId, String scopeType) Methods in org.flowable.task.service.impl.persistence.entity.data with parameters of type TaskEntity -
Uses of TaskEntity in org.flowable.task.service.impl.persistence.entity.data.impl
Fields in org.flowable.task.service.impl.persistence.entity.data.impl with type parameters of type TaskEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<TaskEntity>MybatisTaskDataManager.tasksByExecutionIdMatcherprotected CachedEntityMatcher<TaskEntity>MybatisTaskDataManager.tasksByProcessInstanceIdMatcherprotected CachedEntityMatcher<TaskEntity>MybatisTaskDataManager.tasksByScopeIdAndScopeTypeMatcherprotected CachedEntityMatcher<TaskEntity>MybatisTaskDataManager.tasksBySubScopeIdAndScopeTypeMatcherMethods in org.flowable.task.service.impl.persistence.entity.data.impl that return TaskEntityMethods in org.flowable.task.service.impl.persistence.entity.data.impl that return types with arguments of type TaskEntityModifier and TypeMethodDescriptionMybatisTaskDataManager.findTasksByExecutionId(String executionId) MybatisTaskDataManager.findTasksByProcessInstanceId(String processInstanceId) MybatisTaskDataManager.findTasksByScopeIdAndScopeType(String scopeId, String scopeType) MybatisTaskDataManager.findTasksBySubScopeIdAndScopeType(String subScopeId, String scopeType) Class<? extends TaskEntity>MybatisTaskDataManager.getManagedEntityClass()Methods in org.flowable.task.service.impl.persistence.entity.data.impl with parameters of type TaskEntity -
Uses of TaskEntity in org.flowable.task.service.impl.persistence.entity.data.impl.cachematcher
Methods in org.flowable.task.service.impl.persistence.entity.data.impl.cachematcher with parameters of type TaskEntityModifier and TypeMethodDescriptionbooleanTasksByExecutionIdMatcher.isRetained(TaskEntity taskEntity, Object parameter) booleanTasksByProcessInstanceIdMatcher.isRetained(TaskEntity taskEntity, Object parameter) booleanTasksByScopeIdAndScopeTypeMatcher.isRetained(TaskEntity taskEntity, Object parameter) booleanTasksBySubScopeIdAndScopeTypeMatcher.isRetained(TaskEntity taskEntity, Object parameter) -
Uses of TaskEntity in org.flowable.task.service.impl.util
Methods in org.flowable.task.service.impl.util with parameters of type TaskEntityModifier and TypeMethodDescriptionstatic booleanCountingTaskUtil.isTaskRelatedEntityCountEnabled(TaskEntity taskEntity, TaskServiceConfiguration taskServiceConfiguration)