public class CommentEntityManagerImpl extends AbstractEntityManager<CommentEntity> implements CommentEntityManager
| Modifier and Type | Field and Description |
|---|---|
protected CommentDataManager |
commentDataManager |
processEngineConfiguration| Constructor and Description |
|---|
CommentEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration,
CommentDataManager commentDataManager) |
create, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, insert, updategetAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeploymentEntityManager, getEventDispatcher, getEventSubscriptionEntityManager, getExecutionEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricProcessInstanceEntityManager, getHistoryManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSessionprotected CommentDataManager commentDataManager
public CommentEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, CommentDataManager commentDataManager)
protected DataManager<CommentEntity> getDataManager()
getDataManager in class AbstractEntityManager<CommentEntity>public void insert(CommentEntity commentEntity)
insert in interface EntityManager<CommentEntity>insert in class AbstractEntityManager<CommentEntity>public CommentEntity update(CommentEntity commentEntity)
update in interface EntityManager<CommentEntity>update in class AbstractEntityManager<CommentEntity>public List<Comment> findCommentsByTaskId(String taskId)
findCommentsByTaskId in interface CommentEntityManagerpublic List<Comment> findCommentsByTaskIdAndType(String taskId, String type)
findCommentsByTaskIdAndType in interface CommentEntityManagerpublic List<Comment> findCommentsByType(String type)
findCommentsByType in interface CommentEntityManagerpublic List<Event> findEventsByTaskId(String taskId)
findEventsByTaskId in interface CommentEntityManagerpublic List<Event> findEventsByProcessInstanceId(String processInstanceId)
findEventsByProcessInstanceId in interface CommentEntityManagerpublic void deleteCommentsByTaskId(String taskId)
deleteCommentsByTaskId in interface CommentEntityManagerpublic void deleteCommentsByProcessInstanceId(String processInstanceId)
deleteCommentsByProcessInstanceId in interface CommentEntityManagerpublic List<Comment> findCommentsByProcessInstanceId(String processInstanceId)
findCommentsByProcessInstanceId in interface CommentEntityManagerpublic List<Comment> findCommentsByProcessInstanceId(String processInstanceId, String type)
findCommentsByProcessInstanceId in interface CommentEntityManagerpublic Comment findComment(String commentId)
findComment in interface CommentEntityManagerpublic Event findEvent(String commentId)
findEvent in interface CommentEntityManagerpublic void delete(CommentEntity commentEntity)
delete in interface EntityManager<CommentEntity>delete in class AbstractEntityManager<CommentEntity>protected void checkHistoryEnabled()
public CommentDataManager getCommentDataManager()
public void setCommentDataManager(CommentDataManager commentDataManager)
Copyright © 2018 Flowable. All rights reserved.