public class MybatisAttachmentDataManager extends AbstractProcessDataManager<AttachmentEntity> implements AttachmentDataManager
processEngineConfiguration| Constructor and Description |
|---|
MybatisAttachmentDataManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentEntity |
create() |
List<AttachmentEntity> |
findAttachmentsByProcessInstanceId(String processInstanceId) |
List<AttachmentEntity> |
findAttachmentsByTaskId(String taskId) |
Class<? extends AttachmentEntity> |
getManagedEntityClass() |
getClock, getProcessEngineConfigurationdelete, delete, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getListFromCache, getManagedEntitySubClasses, getSession, insert, updatepublic MybatisAttachmentDataManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public Class<? extends AttachmentEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<AttachmentEntity>public AttachmentEntity create()
create in interface DataManager<AttachmentEntity>public List<AttachmentEntity> findAttachmentsByProcessInstanceId(String processInstanceId)
findAttachmentsByProcessInstanceId in interface AttachmentDataManagerpublic List<AttachmentEntity> findAttachmentsByTaskId(String taskId)
findAttachmentsByTaskId in interface AttachmentDataManagerCopyright © 2017 Flowable. All rights reserved.