public class AttachmentManager extends AbstractHistoricManager
historyLevel, isHistoryEnabled, isHistoryLevelFullEnabled| Constructor and Description |
|---|
AttachmentManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAttachmentsByTaskId(String taskId) |
Attachment |
findAttachmentByTaskIdAndAttachmentId(String taskId,
String attachmentId) |
List<Attachment> |
findAttachmentsByProcessInstanceId(String processInstanceId) |
List<Attachment> |
findAttachmentsByTaskId(String taskId) |
checkHistoryEnabled, isHistoryEnabled, isHistoryLevelFullEnabledcheckAuthorization, 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, saveDefaultAuthorizationspublic List<Attachment> findAttachmentsByProcessInstanceId(String processInstanceId)
public List<Attachment> findAttachmentsByTaskId(String taskId)
public void deleteAttachmentsByTaskId(String taskId)
public Attachment findAttachmentByTaskIdAndAttachmentId(String taskId, String attachmentId)
Copyright © 2018. All rights reserved.