Class CommentEntityManagerImpl
java.lang.Object
org.activiti.engine.impl.persistence.AbstractManager
org.activiti.engine.impl.persistence.entity.AbstractEntityManager<CommentEntity>
org.activiti.engine.impl.persistence.entity.CommentEntityManagerImpl
- All Implemented Interfaces:
CommentEntityManager,EntityManager<CommentEntity>
@Internal
@Deprecated
public class CommentEntityManagerImpl
extends AbstractEntityManager<CommentEntity>
implements CommentEntityManager
Deprecated.
-
Field Summary
FieldsFields inherited from class org.activiti.engine.impl.persistence.AbstractManager
processEngineConfiguration -
Constructor Summary
ConstructorsConstructorDescriptionCommentEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, CommentDataManager commentDataManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated.voiddelete(CommentEntity commentEntity) Deprecated.voiddeleteCommentsByProcessInstanceId(String processInstanceId) Deprecated.voiddeleteCommentsByTaskId(String taskId) Deprecated.findComment(String commentId) Deprecated.findCommentsByProcessInstanceId(String processInstanceId) Deprecated.findCommentsByProcessInstanceId(String processInstanceId, String type) Deprecated.findCommentsByTaskId(String taskId) Deprecated.findCommentsByTaskIdAndType(String taskId, String type) Deprecated.findCommentsByType(String type) Deprecated.Deprecated.findEventsByProcessInstanceId(String processInstanceId) Deprecated.findEventsByTaskId(String taskId) Deprecated.Deprecated.protected DataManager<CommentEntity> Deprecated.voidinsert(CommentEntity commentEntity) Deprecated.voidsetCommentDataManager(CommentDataManager commentDataManager) Deprecated.Methods inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntityManager
create, delete, delete, findById, insert, isExecutionRelatedEntityCountEnabled, isExecutionRelatedEntityCountEnabled, isExecutionRelatedEntityCountEnabledGlobally, update, updateMethods inherited from class org.activiti.engine.impl.persistence.AbstractManager
getAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeadLetterJobEntityManager, getDeploymentEntityManager, getEventDispatcher, getEventSubscriptionEntityManager, getExecutionEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceEntityManager, getHistoricTaskInstanceEntityManager, getHistoricVariableInstanceEntityManager, getHistoryManager, getIdentityLinkEntityManager, getJobEntityManager, getJobManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSession, getSuspendedJobEntityManager, getTaskEntityManager, getTimerJobEntityManager, getVariableInstanceEntityManager
-
Field Details
-
commentDataManager
Deprecated.
-
-
Constructor Details
-
CommentEntityManagerImpl
public CommentEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, CommentDataManager commentDataManager) Deprecated.
-
-
Method Details
-
getDataManager
Deprecated.- Specified by:
getDataManagerin classAbstractEntityManager<CommentEntity>
-
insert
Deprecated.- Specified by:
insertin interfaceEntityManager<CommentEntity>- Overrides:
insertin classAbstractEntityManager<CommentEntity>
-
findCommentsByTaskId
Deprecated.- Specified by:
findCommentsByTaskIdin interfaceCommentEntityManager
-
findCommentsByTaskIdAndType
Deprecated.- Specified by:
findCommentsByTaskIdAndTypein interfaceCommentEntityManager
-
findCommentsByType
Deprecated.- Specified by:
findCommentsByTypein interfaceCommentEntityManager
-
findEventsByTaskId
Deprecated.- Specified by:
findEventsByTaskIdin interfaceCommentEntityManager
-
findEventsByProcessInstanceId
Deprecated.- Specified by:
findEventsByProcessInstanceIdin interfaceCommentEntityManager
-
deleteCommentsByTaskId
Deprecated.- Specified by:
deleteCommentsByTaskIdin interfaceCommentEntityManager
-
deleteCommentsByProcessInstanceId
Deprecated.- Specified by:
deleteCommentsByProcessInstanceIdin interfaceCommentEntityManager
-
findCommentsByProcessInstanceId
Deprecated.- Specified by:
findCommentsByProcessInstanceIdin interfaceCommentEntityManager
-
findCommentsByProcessInstanceId
Deprecated.- Specified by:
findCommentsByProcessInstanceIdin interfaceCommentEntityManager
-
findComment
Deprecated.- Specified by:
findCommentin interfaceCommentEntityManager
-
findEvent
Deprecated.- Specified by:
findEventin interfaceCommentEntityManager
-
delete
Deprecated.- Specified by:
deletein interfaceEntityManager<CommentEntity>- Overrides:
deletein classAbstractEntityManager<CommentEntity>
-
checkHistoryEnabled
protected void checkHistoryEnabled()Deprecated. -
getCommentDataManager
Deprecated. -
setCommentDataManager
Deprecated.
-