Class CommentManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
org.camunda.bpm.engine.impl.persistence.entity.CommentManager
- All Implemented Interfaces:
Session
- Author:
- Tom Baeyens
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled, LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRemovalTimeToCommentsByProcessInstanceId(String processInstanceId, Date removalTime) voidaddRemovalTimeToCommentsByRootProcessInstanceId(String rootProcessInstanceId, Date removalTime) voidprotected voiddeleteComments(Map<String, Object> parameters) voiddeleteCommentsByProcessInstanceIds(List<String> processInstanceIds) deleteCommentsByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize) voiddeleteCommentsByTaskCaseInstanceIds(List<String> caseInstanceIds) voiddeleteCommentsByTaskId(String taskId) voiddeleteCommentsByTaskProcessInstanceIds(List<String> processInstanceIds) findCommentByTaskIdAndCommentId(String taskId, String commentId) findCommentsByProcessInstanceId(String processInstanceId) findCommentsByTaskId(String taskId) findEventsByTaskId(String taskId) voidMethods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabledMethods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
checkAuthorization, close, configureQuery, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCamundaFormDefinitionManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDecisionRequirementsDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricExternalTaskLogManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTaskReportManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, isAuthorizationEnabled, saveDefaultAuthorizations
-
Constructor Details
-
CommentManager
public CommentManager()
-
-
Method Details
-
delete
- Overrides:
deletein classAbstractManager
-
insert
- Overrides:
insertin classAbstractManager
-
findCommentsByTaskId
-
findEventsByTaskId
-
deleteCommentsByTaskId
-
deleteCommentsByProcessInstanceIds
-
deleteCommentsByTaskProcessInstanceIds
-
deleteCommentsByTaskCaseInstanceIds
-
deleteComments
-
findCommentsByProcessInstanceId
-
findCommentByTaskIdAndCommentId
-
addRemovalTimeToCommentsByRootProcessInstanceId
-
addRemovalTimeToCommentsByProcessInstanceId
-
deleteCommentsByRemovalTime
public DbOperation deleteCommentsByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)
-