public class CommentManager extends AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled, LOG| 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, isHistoryLevelFullEnabledcheckAuthorization, close, configureQuery, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, isAuthorizationEnabled, saveDefaultAuthorizationspublic void delete(DbEntity dbEntity)
delete in class AbstractManagerpublic void insert(DbEntity dbEntity)
insert in class AbstractManagerpublic void deleteCommentsByTaskId(String taskId)
public List<Comment> findCommentsByProcessInstanceId(String processInstanceId)
public CommentEntity findCommentByTaskIdAndCommentId(String taskId, String commentId)
Copyright © 2017. All rights reserved.