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 void
HumanTaskActivityBehavior.handleAssignee
(PlanItemInstanceEntity planItemInstanceEntity, TaskService taskService, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext, MigrationContext migrationContext) protected void
HumanTaskActivityBehavior.handleCandidateGroups
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
HumanTaskActivityBehavior.handleCandidateUsers
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
HumanTaskActivityBehavior.handleCategory
(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
HumanTaskActivityBehavior.handleDueDate
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
HumanTaskActivityBehavior.handleFormKey
(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
HumanTaskActivityBehavior.handleOwner
(PlanItemInstanceEntity planItemInstanceEntity, TaskService taskService, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
HumanTaskActivityBehavior.handlePriority
(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
HumanTaskActivityBehavior.handleTaskDescription
(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
HumanTaskActivityBehavior.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 void
CompleteTaskWithFormCmd.completeTask
(CommandContext commandContext, TaskEntity task, Map<String, Object> taskVariables) protected Void
AddIdentityLinkCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
ClaimTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
CompleteTaskWithFormCmd.execute
(CommandContext commandContext, TaskEntity task) protected Object
DelegateTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
DeleteIdentityLinkCmd.execute
(CommandContext commandContext, TaskEntity task) protected abstract T
NeedsActiveTaskCmd.execute
(CommandContext commandContext, TaskEntity task) Subclasses must implement in this method their normal command logic.protected Void
RemoveTaskVariablesCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
ResolveTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SetTaskDueDateCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SetTaskPriorityCmd.execute
(CommandContext commandContext, TaskEntity task) protected Object
SetTaskVariablesCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
StartProgressTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SuspendTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected boolean
CompleteTaskWithFormCmd.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 TypeMethodDescriptionvoid
CmmnHistoryManager.recordTaskCreated
(TaskEntity task) void
CmmnHistoryTaskManager.recordTaskCreated
(TaskEntity taskEntity) void
CompositeCmmnHistoryManager.recordTaskCreated
(TaskEntity task) void
DefaultCmmnHistoryManager.recordTaskCreated
(TaskEntity task) void
CmmnHistoryManager.recordTaskEnd
(TaskEntity task, String userId, String deleteReason, Date endTime) void
CompositeCmmnHistoryManager.recordTaskEnd
(TaskEntity task, String userId, String deleteReason, Date endTime) void
DefaultCmmnHistoryManager.recordTaskEnd
(TaskEntity task, String userId, String deleteReason, Date endTime) void
CmmnHistoryManager.recordTaskInfoChange
(TaskEntity taskEntity, Date changeTime) void
CmmnHistoryTaskManager.recordTaskInfoChange
(TaskEntity taskEntity, Date changeTime) void
CompositeCmmnHistoryManager.recordTaskInfoChange
(TaskEntity taskEntity, Date changeTime) void
DefaultCmmnHistoryManager.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 TypeMethodDescriptionvoid
DefaultCmmnIdentityLinkInterceptor.handleAddAssigneeIdentityLinkToTask
(TaskEntity taskEntity, String assignee) void
DefaultCmmnIdentityLinkInterceptor.handleAddIdentityLinkToTask
(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) void
DefaultCmmnIdentityLinkInterceptor.handleAddOwnerIdentityLinkToTask
(TaskEntity taskEntity, String owner) void
DefaultCmmnIdentityLinkInterceptor.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 TypeMethodDescriptionvoid
CmmnListenerNotificationHelper.executeTaskListeners
(HumanTask humanTask, TaskEntity taskEntity, String eventType) void
CmmnListenerNotificationHelper.executeTaskListeners
(TaskEntity taskEntity, String eventType) -
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 void
TaskHelper.addAssigneeIdentityLinks
(TaskEntity taskEntity, CmmnEngineConfiguration cmmnEngineConfiguration) protected static void
TaskHelper.addOwnerIdentityLink
(TaskEntity taskEntity, CmmnEngineConfiguration cmmnEngineConfiguration) static void
TaskHelper.changeTaskAssignee
(TaskEntity taskEntity, String assignee, CmmnEngineConfiguration cmmnEngineConfiguration) static void
TaskHelper.changeTaskOwner
(TaskEntity taskEntity, String owner, CmmnEngineConfiguration cmmnEngineConfiguration) static void
TaskHelper.completeTask
(TaskEntity task, String userId, CmmnEngineConfiguration cmmnEngineConfiguration) static void
TaskHelper.deleteTask
(TaskEntity task, String deleteReason, boolean cascade, boolean fireEvents, CmmnEngineConfiguration cmmnEngineConfiguration) protected static void
TaskHelper.fireAssignmentEvents
(TaskEntity taskEntity, CmmnEngineConfiguration cmmnEngineConfiguration) static void
TaskHelper.insertTask
(TaskEntity taskEntity, boolean fireCreateEvent, CmmnEngineConfiguration cmmnEngineConfiguration) protected static void
TaskHelper.internalDeleteTask
(TaskEntity task, String userId, String deleteReason, boolean cascade, boolean fireEvents, CmmnEngineConfiguration cmmnEngineConfiguration) static void
TaskHelper.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 void
CmmnLoggingSessionUtil.addLoggingData
(String type, String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static void
CmmnLoggingSessionUtil.addTaskIdentityLinkData
(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static void
IdentityLinkUtil.deleteTaskIdentityLinks
(TaskEntity taskEntity, String userId, String groupId, String type, CmmnEngineConfiguration cmmnEngineConfiguration) static com.fasterxml.jackson.databind.node.ObjectNode
CmmnLoggingSessionUtil.fillBasicTaskLoggingData
(String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static void
IdentityLinkUtil.handleTaskIdentityLinkAddition
(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity, CmmnEngineConfiguration cmmnEngineConfiguration) static void
IdentityLinkUtil.handleTaskIdentityLinkAdditions
(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinkEntities, CmmnEngineConfiguration cmmnEngineConfiguration) static void
IdentityLinkUtil.handleTaskIdentityLinkDeletions
(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinks, boolean cascaseHistory, CmmnEngineConfiguration cmmnEngineConfiguration) protected static void
IdentityLinkUtil.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 TypeMethodDescriptionvoid
CmmnIdentityLinkInterceptor.handleAddAssigneeIdentityLinkToTask
(TaskEntity taskEntity, String assignee) void
CmmnIdentityLinkInterceptor.handleAddIdentityLinkToTask
(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) void
CmmnIdentityLinkInterceptor.handleAddOwnerIdentityLinkToTask
(TaskEntity taskEntity, String owner) void
HumanTaskStateInterceptor.handleClaim
(TaskEntity task, String userId) void
HumanTaskStateInterceptor.handleComplete
(TaskEntity task, String userId) void
CmmnIdentityLinkInterceptor.handleCompleteTask
(TaskEntity task) void
HumanTaskStateInterceptor.handleCompleteWithForm
(TaskEntity task, FormInfo formInfo, String userId, String outcome, Map<String, Object> payload) void
HumanTaskStateInterceptor.handleInProgressStart
(TaskEntity task, String userId) void
HumanTaskStateInterceptor.handleUnclaim
(TaskEntity task, String userId) void
CreateHumanTaskAfterContext.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 TypeMethodDescriptionvoid
Flowable5CompatibilityHandler.completeTask
(TaskEntity taskEntity, Map<String, Object> variables, boolean localScope) void
Flowable5CompatibilityHandler.completeTask
(TaskEntity taskEntity, Map<String, Object> variables, Map<String, Object> transientVariables) void
Flowable5CompatibilityHandler.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 void
UserTaskActivityBehavior.handleAssignments
(TaskService taskService, String assignee, String owner, List<String> candidateUsers, List<String> candidateGroups, TaskEntity task, ExpressionManager expressionManager, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration) protected void
UserTaskActivityBehavior.handleCategory
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected void
UserTaskActivityBehavior.handleDescription
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected void
UserTaskActivityBehavior.handleDueDate
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration, String activeTaskDueDate) protected void
UserTaskActivityBehavior.handleFormKey
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected void
UserTaskActivityBehavior.handleName
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected void
UserTaskActivityBehavior.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 TypeMethodDescriptionvoid
ListenerNotificationHelper.executeTaskListeners
(UserTask userTask, TaskEntity taskEntity, String eventType) void
ListenerNotificationHelper.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 TypeMethodDescriptionvoid
ServiceInvoker.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 TaskEntity
CreateAttachmentCmd.verifyTaskParameters
(CommandContext commandContext) Methods in org.flowable.engine.impl.cmd with parameters of type TaskEntityModifier and TypeMethodDescriptionprotected Void
AddIdentityLinkCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
ClaimTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
CompleteTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
CompleteTaskWithFormCmd.execute
(CommandContext commandContext, TaskEntity task) protected Object
DelegateTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
DeleteIdentityLinkCmd.execute
(CommandContext commandContext, TaskEntity task) protected abstract T
NeedsActiveTaskCmd.execute
(CommandContext commandContext, TaskEntity task) Subclasses must implement in this method their normal command logic.protected Void
RemoveTaskVariablesCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
ResolveTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SetTaskDueDateCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SetTaskPriorityCmd.execute
(CommandContext commandContext, TaskEntity task) protected Object
SetTaskVariablesCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
StartProgressTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SubmitTaskFormCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SuspendTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected boolean
CompleteTaskWithFormCmd.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 TypeMethodDescriptionvoid
AbstractHistoryManager.createAttachmentComment
(TaskEntity task, ExecutionEntity processInstance, String attachmentName, boolean create) void
CompositeHistoryManager.createAttachmentComment
(TaskEntity task, ExecutionEntity processInstance, String attachmentName, boolean create) void
HistoryManager.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.void
AbstractHistoryManager.createGroupIdentityLinkComment
(TaskEntity taskEntity, String groupId, String type, boolean create) void
CompositeHistoryManager.createGroupIdentityLinkComment
(TaskEntity task, String groupId, String type, boolean create) void
HistoryManager.createGroupIdentityLinkComment
(TaskEntity task, String groupId, String type, boolean create) Creates a new comment to indicate a new groupIdentityLink
has been created or deleted, if history is enabled.void
AbstractHistoryManager.createIdentityLinkComment
(TaskEntity taskEntity, String userId, String groupId, String type, boolean create) void
AbstractHistoryManager.createIdentityLinkComment
(TaskEntity taskEntity, String userId, String groupId, String type, boolean create, boolean forceNullUserId) void
CompositeHistoryManager.createIdentityLinkComment
(TaskEntity task, String userId, String groupId, String type, boolean create) void
CompositeHistoryManager.createIdentityLinkComment
(TaskEntity task, String userId, String groupId, String type, boolean create, boolean forceNullUserId) void
HistoryManager.createIdentityLinkComment
(TaskEntity task, String userId, String groupId, String type, boolean create) Creates a new comment to indicate a newIdentityLink
has been created or deleted, if history is enabled.void
HistoryManager.createIdentityLinkComment
(TaskEntity task, String userId, String groupId, String type, boolean create, boolean forceNullUserId) Creates a new comment to indicate a newIdentityLink
has been created or deleted, if history is enabled.void
AbstractHistoryManager.createUserIdentityLinkComment
(TaskEntity taskEntity, String userId, String type, boolean create) void
AbstractHistoryManager.createUserIdentityLinkComment
(TaskEntity taskEntity, String userId, String type, boolean create, boolean forceNullUserId) void
CompositeHistoryManager.createUserIdentityLinkComment
(TaskEntity task, String userId, String type, boolean create) void
CompositeHistoryManager.createUserIdentityLinkComment
(TaskEntity task, String userId, String type, boolean create, boolean forceNullUserId) void
HistoryManager.createUserIdentityLinkComment
(TaskEntity task, String userId, String type, boolean create) Creates a new comment to indicate a new userIdentityLink
has been created or deleted, if history is enabled.void
HistoryManager.createUserIdentityLinkComment
(TaskEntity task, String userId, String type, boolean create, boolean forceNullUserId) Creates a new comment to indicate a new userIdentityLink
has been created or deleted, if history is enabled.boolean
DefaultHistoryConfigurationSettings.isHistoryEnabledForUserTask
(ExecutionEntity executionEntity, TaskEntity taskEntity) boolean
HistoryConfigurationSettings.isHistoryEnabledForUserTask
(ExecutionEntity executionEntity, TaskEntity taskEntity) Returns whether history is enabled for the provided user task.void
CompositeHistoryManager.recordTaskCreated
(TaskEntity task, ExecutionEntity execution) void
DefaultHistoryManager.recordTaskCreated
(TaskEntity task, ExecutionEntity execution) void
DefaultHistoryTaskManager.recordTaskCreated
(TaskEntity taskEntity) void
HistoryManager.recordTaskCreated
(TaskEntity task, ExecutionEntity execution) Record the creation of a task, if audit history is enabled.void
CompositeHistoryManager.recordTaskEnd
(TaskEntity task, ExecutionEntity execution, String userId, String deleteReason, Date endTime) void
DefaultHistoryManager.recordTaskEnd
(TaskEntity task, ExecutionEntity execution, String userId, String deleteReason, Date endTime) void
HistoryManager.recordTaskEnd
(TaskEntity task, ExecutionEntity execution, String userId, String deleteReason, Date endTime) Record task as ended, if audit history is enabled.void
CompositeHistoryManager.recordTaskInfoChange
(TaskEntity taskEntity, String activityInstanceId, Date changeTime) void
DefaultHistoryManager.recordTaskInfoChange
(TaskEntity taskEntity, String activityInstanceId, Date changeTime) void
DefaultHistoryTaskManager.recordTaskInfoChange
(TaskEntity taskEntity, Date changeTime) void
HistoryManager.recordTaskInfoChange
(TaskEntity taskEntity, String activityInstanceId, Date changeTime) Record task name change, if audit history is enabled.void
AbstractHistoryManager.updateActivity
(ExecutionEntity childExecution, String oldActivityId, FlowElement newFlowElement, TaskEntity task, Date updateTime) void
CompositeHistoryManager.updateActivity
(ExecutionEntity executionEntity, String oldActivityId, FlowElement newFlowElement, TaskEntity task, Date updateTime) void
HistoryManager.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 TypeMethodDescriptionvoid
DefaultIdentityLinkInterceptor.handleAddAssigneeIdentityLinkToTask
(TaskEntity taskEntity, String assignee) void
DefaultIdentityLinkInterceptor.handleAddIdentityLinkToTask
(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) void
DefaultIdentityLinkInterceptor.handleAddOwnerIdentityLinkToTask
(TaskEntity taskEntity, String owner) void
DefaultIdentityLinkInterceptor.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 void
SuspensionStateUtil.addTaskSuspensionStateEntryLog
(TaskEntity taskEntity, SuspensionState state) protected Object
ActivityInstanceEntityManagerImpl.getOriginalAssignee
(TaskEntity taskEntity) protected void
ActivityInstanceEntityManagerImpl.recordActivityTaskCreated
(TaskEntity task, ExecutionEntity execution) protected ActivityInstanceEntity
ActivityInstanceEntityManagerImpl.recordActivityTaskInfoChange
(TaskEntity taskEntity) void
ActivityInstanceEntityManager.recordTaskCreated
(TaskEntity task, ExecutionEntity execution) Record task createdvoid
ActivityInstanceEntityManagerImpl.recordTaskCreated
(TaskEntity task, ExecutionEntity execution) void
ActivityInstanceEntityManager.recordTaskInfoChange
(TaskEntity taskEntity, Date changeTime) Record task information changevoid
ActivityInstanceEntityManagerImpl.recordTaskInfoChange
(TaskEntity taskEntity, Date changeTime) static void
SuspensionStateUtil.setSuspensionState
(TaskEntity taskEntity, SuspensionState state) void
ActivityInstanceEntityManager.syncUserTaskExecution
(ExecutionEntity executionEntity, FlowElement newFlowElement, String oldActivityId, TaskEntity task) Synchronize data with the new user task executionvoid
ActivityInstanceEntityManagerImpl.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 void
TaskHelper.addAssigneeIdentityLinks
(TaskEntity taskEntity) static void
BpmnLoggingSessionUtil.addLoggingData
(String type, String message, TaskEntity task, DelegateExecution execution) static void
TaskHelper.addOwnerIdentityLink
(TaskEntity taskEntity, String owner) static void
BpmnLoggingSessionUtil.addTaskIdentityLinkData
(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, DelegateExecution execution) static void
TaskHelper.changeTaskAssignee
(TaskEntity taskEntity, String assignee) static void
TaskHelper.changeTaskOwner
(TaskEntity taskEntity, String owner) static void
TaskHelper.completeTask
(TaskEntity task, String userId) static void
TaskHelper.completeTask
(TaskEntity taskEntity, String userId, Map<String, Object> variables, Map<String, Object> localVariables, Map<String, Object> transientVariables, Map<String, Object> localTransientVariables, CommandContext commandContext) static void
TaskHelper.deleteTask
(TaskEntity task, String deleteReason, boolean cascade, boolean fireTaskListener, boolean fireEvents) static void
IdentityLinkUtil.deleteTaskIdentityLinks
(TaskEntity taskEntity, String userId, String groupId, String type) protected static void
TaskHelper.executeTaskDelete
(TaskEntity task, CommandContext commandContext) static com.fasterxml.jackson.databind.node.ObjectNode
BpmnLoggingSessionUtil.fillBasicTaskLoggingData
(String message, TaskEntity task, DelegateExecution execution) protected static void
TaskHelper.fireAssignmentEvents
(TaskEntity taskEntity) protected static void
TaskHelper.fireTaskDeletedEvent
(TaskEntity task, CommandContext commandContext, FlowableEventDispatcher eventDispatcher) protected static void
TaskHelper.handleRelatedEntities
(TaskEntity task, String deleteReason, boolean cascade, boolean fireTaskListener, boolean fireEvents, FlowableEventDispatcher eventDispatcher, CommandContext commandContext) protected static void
IdentityLinkUtil.handleTaskCountsForIdentityLinkDeletion
(TaskEntity taskEntity, IdentityLinkEntity identityLink) protected static void
TaskHelper.handleTaskHistory
(TaskEntity task, String userId, String deleteReason, boolean cascade, CommandContext commandContext) static void
IdentityLinkUtil.handleTaskIdentityLinkAddition
(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) static void
IdentityLinkUtil.handleTaskIdentityLinkAdditions
(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinkEntities) static void
IdentityLinkUtil.handleTaskIdentityLinkDeletions
(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinks, boolean cascadeHistory, boolean updateTaskCounts) static void
TaskHelper.insertTask
(TaskEntity taskEntity, boolean fireCreateEvent) static void
TaskHelper.insertTask
(TaskEntity taskEntity, ExecutionEntity execution, boolean fireCreateEvent, boolean addEntityLinks) protected static void
TaskHelper.internalDeleteTask
(TaskEntity task, String userId, String deleteReason, boolean cascade, boolean executeTaskDelete, boolean fireTaskListener, boolean fireEvents) static boolean
CountingEntityUtil.isTaskRelatedEntityCountEnabled
(TaskEntity taskEntity) protected static void
IdentityLinkUtil.logTaskIdentityLinkEvent
(String eventType, TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) protected static void
TaskHelper.logUserTaskCompleted
(TaskEntity taskEntity) protected static void
TaskHelper.storeTaskCompleter
(TaskEntity taskEntity, ExecutionEntity execution, ProcessEngineConfigurationImpl processEngineConfiguration) Method parameters in org.flowable.engine.impl.util with type arguments of type TaskEntityModifier and TypeMethodDescriptionstatic void
TaskHelper.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 TypeMethodDescriptionvoid
IdentityLinkInterceptor.handleAddAssigneeIdentityLinkToTask
(TaskEntity taskEntity, String assignee) void
IdentityLinkInterceptor.handleAddIdentityLinkToTask
(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) void
IdentityLinkInterceptor.handleAddOwnerIdentityLinkToTask
(TaskEntity taskEntity, String owner) void
UserTaskStateInterceptor.handleClaim
(TaskEntity task, String userId) void
UserTaskStateInterceptor.handleComplete
(TaskEntity task, String userId) void
IdentityLinkInterceptor.handleCompleteTask
(TaskEntity task) void
UserTaskStateInterceptor.handleCompleteWithForm
(TaskEntity task, FormInfo formInfo, String userId, String outcome, Map<String, Object> payload) void
UserTaskStateInterceptor.handleInProgressStart
(TaskEntity task, String userId) void
UserTaskStateInterceptor.handleUnclaim
(TaskEntity task, String userId) void
CreateUserTaskAfterContext.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 TypeMethodDescriptionvoid
TaskService.changeTaskAssignee
(TaskEntity taskEntity, String userId) void
TaskService.changeTaskOwner
(TaskEntity taskEntity, String ownerId) HistoricTaskService.createHistoricTask
(TaskEntity taskEntity) void
TaskService.deleteTask
(TaskEntity task, boolean fireEvents) TaskPostProcessor.enrich
(TaskEntity taskEntityToEnrich) void
TaskService.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) void
TaskService.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 TypeMethodDescriptionvoid
InternalHistoryTaskManager.recordTaskCreated
(TaskEntity taskEntity) Record task created.void
InternalHistoryTaskManager.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 TypeMethodDescriptionvoid
TaskServiceImpl.changeTaskAssignee
(TaskEntity taskEntity, String userId) void
TaskServiceImpl.changeTaskOwner
(TaskEntity taskEntity, String ownerId) HistoricTaskServiceImpl.createHistoricTask
(TaskEntity taskEntity) void
TaskServiceImpl.deleteTask
(TaskEntity task, boolean fireEvents) void
TaskQueryImpl.enhanceCachedValue
(TaskEntity task) DefaultTaskPostProcessor.enrich
(TaskEntity taskEntity) void
TaskServiceImpl.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) void
TaskServiceImpl.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) CreatesTaskEntity
according toTaskInfo
templateTaskEntityManagerImpl.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 TypeMethodDescriptionvoid
TaskEntityManager.changeTaskAssignee
(TaskEntity taskEntity, String assignee) void
TaskEntityManagerImpl.changeTaskAssignee
(TaskEntity taskEntity, String assignee) void
TaskEntityManager.changeTaskOwner
(TaskEntity taskEntity, String owner) void
TaskEntityManagerImpl.changeTaskOwner
(TaskEntity taskEntity, String owner) HistoricTaskInstanceEntityManager.create
(TaskEntity task) HistoricTaskInstanceEntityManagerImpl.create
(TaskEntity task) protected Object
TaskEntityManagerImpl.getOriginalState
(TaskEntity task, String stateKey) void
TaskEntityManagerImpl.insert
(TaskEntity taskEntity, boolean fireCreatedEvent) protected void
TaskEntityManagerImpl.logAssigneeChanged
(TaskEntity taskEntity, String previousAssignee, String newAssignee) protected void
TaskEntityManagerImpl.logDueDateChanged
(TaskEntity taskEntity, Date previousDueDate, Date newDueDate) protected void
TaskEntityManagerImpl.logNameChanged
(TaskEntity taskEntity, String previousName, String newName) protected void
TaskEntityManagerImpl.logOwnerChanged
(TaskEntity taskEntity, String previousOwner, String newOwner) protected void
TaskEntityManagerImpl.logPriorityChanged
(TaskEntity taskEntity, Integer previousPriority, int newPriority) protected void
TaskEntityManagerImpl.logTaskUpdateEvents
(TaskEntity task) TaskEntityManagerImpl.update
(TaskEntity taskEntity, boolean fireUpdateEvents) protected boolean
TaskEntityManagerImpl.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.tasksByExecutionIdMatcher
protected CachedEntityMatcher<TaskEntity>
MybatisTaskDataManager.tasksByProcessInstanceIdMatcher
protected CachedEntityMatcher<TaskEntity>
MybatisTaskDataManager.tasksByScopeIdAndScopeTypeMatcher
protected CachedEntityMatcher<TaskEntity>
MybatisTaskDataManager.tasksBySubScopeIdAndScopeTypeMatcher
Methods 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 TypeMethodDescriptionboolean
TasksByExecutionIdMatcher.isRetained
(TaskEntity taskEntity, Object parameter) boolean
TasksByProcessInstanceIdMatcher.isRetained
(TaskEntity taskEntity, Object parameter) boolean
TasksByScopeIdAndScopeTypeMatcher.isRetained
(TaskEntity taskEntity, Object parameter) boolean
TasksBySubScopeIdAndScopeTypeMatcher.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 boolean
CountingTaskUtil.isTaskRelatedEntityCountEnabled
(TaskEntity taskEntity, TaskServiceConfiguration taskServiceConfiguration)