Uses of Interface
org.flowable.task.service.impl.persistence.entity.HistoricTaskInstanceEntity
Packages that use HistoricTaskInstanceEntity
Package
Description
-
Uses of HistoricTaskInstanceEntity in org.flowable.task.service
Methods in org.flowable.task.service that return HistoricTaskInstanceEntityModifier and TypeMethodDescriptionHistoricTaskService.createHistoricTask()HistoricTaskService.createHistoricTask(TaskEntity taskEntity) HistoricTaskService.getHistoricTask(String id) HistoricTaskService.recordTaskCreated(TaskEntity task) HistoricTaskService.recordTaskEnd(TaskEntity task, String deleteReason, Date endTime) HistoricTaskService.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime, AbstractEngineConfiguration engineConfiguration) Methods in org.flowable.task.service that return types with arguments of type HistoricTaskInstanceEntityModifier and TypeMethodDescriptionHistoricTaskService.findHistoricTasksByParentTaskId(String parentTaskId) HistoricTaskService.findHistoricTasksByProcessInstanceId(String processInstanceId) Methods in org.flowable.task.service with parameters of type HistoricTaskInstanceEntityModifier and TypeMethodDescriptionvoidHistoricTaskService.deleteHistoricTask(HistoricTaskInstanceEntity HistoricTaskInstance) voidHistoricTaskService.insertHistoricTask(HistoricTaskInstanceEntity historicTaskInstanceEntity, boolean fireCreateEvent) voidHistoricTaskService.updateHistoricTask(HistoricTaskInstanceEntity historicTaskInstanceEntity, boolean fireUpdateEvent) -
Uses of HistoricTaskInstanceEntity in org.flowable.task.service.impl
Methods in org.flowable.task.service.impl that return HistoricTaskInstanceEntityModifier and TypeMethodDescriptionHistoricTaskServiceImpl.createHistoricTask()HistoricTaskServiceImpl.createHistoricTask(TaskEntity taskEntity) HistoricTaskServiceImpl.getHistoricTask(String id) HistoricTaskServiceImpl.recordTaskCreated(TaskEntity task) HistoricTaskServiceImpl.recordTaskEnd(TaskEntity task, String deleteReason, Date endTime) HistoricTaskServiceImpl.recordTaskInfoChange(TaskEntity taskEntity, Date changeTime, AbstractEngineConfiguration engineConfiguration) Methods in org.flowable.task.service.impl that return types with arguments of type HistoricTaskInstanceEntityModifier and TypeMethodDescriptionHistoricTaskServiceImpl.findHistoricTasksByParentTaskId(String parentTaskId) HistoricTaskServiceImpl.findHistoricTasksByProcessInstanceId(String processInstanceId) Methods in org.flowable.task.service.impl with parameters of type HistoricTaskInstanceEntityModifier and TypeMethodDescriptionvoidHistoricTaskServiceImpl.deleteHistoricTask(HistoricTaskInstanceEntity HistoricTaskInstance) voidHistoricTaskInstanceQueryImpl.enhanceCachedValue(HistoricTaskInstanceEntity task) voidHistoricTaskServiceImpl.insertHistoricTask(HistoricTaskInstanceEntity historicTaskInstanceEntity, boolean fireCreateEvent) voidHistoricTaskServiceImpl.updateHistoricTask(HistoricTaskInstanceEntity historicTaskInstanceEntity, boolean fireUpdateEvent) -
Uses of HistoricTaskInstanceEntity in org.flowable.task.service.impl.persistence.entity
Classes in org.flowable.task.service.impl.persistence.entity that implement HistoricTaskInstanceEntityMethods in org.flowable.task.service.impl.persistence.entity that return HistoricTaskInstanceEntityModifier and TypeMethodDescriptionHistoricTaskInstanceEntityManager.create(TaskEntity task) HistoricTaskInstanceEntityManagerImpl.create(TaskEntity task) Methods in org.flowable.task.service.impl.persistence.entity that return types with arguments of type HistoricTaskInstanceEntityModifier and TypeMethodDescriptionHistoricTaskInstanceEntityManager.findHistoricTasksByParentTaskId(String parentTaskId) HistoricTaskInstanceEntityManagerImpl.findHistoricTasksByParentTaskId(String parentTaskId) HistoricTaskInstanceEntityManager.findHistoricTasksByProcessInstanceId(String processInstanceId) HistoricTaskInstanceEntityManagerImpl.findHistoricTasksByProcessInstanceId(String processInstanceId) -
Uses of HistoricTaskInstanceEntity in org.flowable.task.service.impl.persistence.entity.data
Methods in org.flowable.task.service.impl.persistence.entity.data that return HistoricTaskInstanceEntityMethods in org.flowable.task.service.impl.persistence.entity.data that return types with arguments of type HistoricTaskInstanceEntityModifier and TypeMethodDescriptionHistoricTaskInstanceDataManager.findHistoricTasksByParentTaskId(String parentTaskId) HistoricTaskInstanceDataManager.findHistoricTasksByProcessInstanceId(String processInstanceId) -
Uses of HistoricTaskInstanceEntity in org.flowable.task.service.impl.persistence.entity.data.impl
Methods in org.flowable.task.service.impl.persistence.entity.data.impl that return HistoricTaskInstanceEntityModifier and TypeMethodDescriptionMybatisHistoricTaskInstanceDataManager.create()MybatisHistoricTaskInstanceDataManager.create(TaskEntity task) Methods in org.flowable.task.service.impl.persistence.entity.data.impl that return types with arguments of type HistoricTaskInstanceEntityModifier and TypeMethodDescriptionMybatisHistoricTaskInstanceDataManager.findHistoricTasksByParentTaskId(String parentTaskId) MybatisHistoricTaskInstanceDataManager.findHistoricTasksByProcessInstanceId(String processInstanceId) Class<? extends HistoricTaskInstanceEntity>MybatisHistoricTaskInstanceDataManager.getManagedEntityClass()