public class CommentManager extends AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled
Constructor and Description |
---|
CommentManager() |
Modifier and Type | Method and Description |
---|---|
void |
delete(DbEntity dbEntity) |
void |
deleteCommentsByTaskId(String taskId) |
CommentEntity |
findCommentByTaskIdAndCommentId(String taskId,
String commentId) |
List<Comment> |
findCommentsByProcessInstanceId(String processInstanceId) |
List<Comment> |
findCommentsByTaskId(String taskId) |
List<Event> |
findEventsByTaskId(String taskId) |
void |
insert(DbEntity dbEntity) |
checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabled
checkAuthorization, close, configureQuery, deleteAuthorizations, flush, getAttachmentManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getDbEntityManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, saveDefaultAuthorizations
public void delete(DbEntity dbEntity)
delete
in class AbstractManager
public void insert(DbEntity dbEntity)
insert
in class AbstractManager
public void deleteCommentsByTaskId(String taskId)
public List<Comment> findCommentsByProcessInstanceId(String processInstanceId)
public CommentEntity findCommentByTaskIdAndCommentId(String taskId, String commentId)
Copyright © 2018. All rights reserved.