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 |
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, flush, getAttachmentManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getDbEntityManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert, saveDefaultAuthorizations |
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)
findAttachmentByTaskIdAndAttachmentId
public Attachment findAttachmentByTaskIdAndAttachmentId(String taskId,
String attachmentId)
Copyright © 2014 camunda services GmbH. All rights reserved.