org.camunda.bpm.engine.impl.persistence.entity
Class AttachmentManager

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.AbstractManager
      extended by org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
          extended by org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
All Implemented Interfaces:
Session

public class AttachmentManager
extends AbstractHistoricManager

Author:
Tom Baeyens

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
historyLevel, isHistoryEnabled
 
Constructor Summary
AttachmentManager()
           
 
Method Summary
 void deleteAttachmentsByTaskId(String taskId)
           
 List<Attachment> findAttachmentsByProcessInstanceId(String processInstanceId)
           
 List<Attachment> findAttachmentsByTaskId(String taskId)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
checkHistoryEnabled, isHistoryEnabled
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentManager

public AttachmentManager()
Method Detail

findAttachmentsByProcessInstanceId

public List<Attachment> findAttachmentsByProcessInstanceId(String processInstanceId)

findAttachmentsByTaskId

public List<Attachment> findAttachmentsByTaskId(String taskId)

deleteAttachmentsByTaskId

public void deleteAttachmentsByTaskId(String taskId)


Copyright © 2014 camunda services GmbH. All Rights Reserved.