org.camunda.bpm.engine.impl.persistence.entity
Class AttachmentManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
- All Implemented Interfaces:
- Session
public class AttachmentManager
- extends AbstractHistoricManager
- Author:
- Tom Baeyens
| 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 |
AttachmentManager
public AttachmentManager()
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.