public class AttachmentEntityManagerImpl extends AbstractEntityManager<AttachmentEntity> implements AttachmentEntityManager
Modifier and Type | Field and Description |
---|---|
protected AttachmentDataManager |
attachmentDataManager |
processEngineConfiguration
Constructor and Description |
---|
AttachmentEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration,
AttachmentDataManager attachmentDataManager) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkHistoryEnabled() |
void |
deleteAttachmentsByTaskId(String taskId) |
List<AttachmentEntity> |
findAttachmentsByProcessInstanceId(String processInstanceId) |
List<AttachmentEntity> |
findAttachmentsByTaskId(String taskId) |
AttachmentDataManager |
getAttachmentDataManager() |
protected DataManager<AttachmentEntity> |
getDataManager() |
void |
setAttachmentDataManager(AttachmentDataManager attachmentDataManager) |
create, delete, delete, delete, findById, insert, insert, isExecutionRelatedEntityCountEnabled, isExecutionRelatedEntityCountEnabled, isExecutionRelatedEntityCountEnabledGlobally, isTaskRelatedEntityCountEnabled, isTaskRelatedEntityCountEnabled, isTaskRelatedEntityCountEnabledGlobally, update, update
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
protected AttachmentDataManager attachmentDataManager
public AttachmentEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, AttachmentDataManager attachmentDataManager)
protected DataManager<AttachmentEntity> getDataManager()
getDataManager
in class AbstractEntityManager<AttachmentEntity>
public List<AttachmentEntity> findAttachmentsByProcessInstanceId(String processInstanceId)
findAttachmentsByProcessInstanceId
in interface AttachmentEntityManager
public List<AttachmentEntity> findAttachmentsByTaskId(String taskId)
findAttachmentsByTaskId
in interface AttachmentEntityManager
public void deleteAttachmentsByTaskId(String taskId)
deleteAttachmentsByTaskId
in interface AttachmentEntityManager
protected void checkHistoryEnabled()
public AttachmentDataManager getAttachmentDataManager()
public void setAttachmentDataManager(AttachmentDataManager attachmentDataManager)
Copyright © 2017 Flowable. All rights reserved.