public class MybatisAttachmentDataManager extends AbstractDataManager<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() |
delete, delete, findById, findById, findByQuery, getDbSqlSession, getEntityCache, getList, getManagedEntitySubClasses, insert, updategetAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeploymentEntityManager, getEventDispatcher, getEventSubscriptionEntityManager, getExecutionEntityManager, getGroupEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceEntityManager, getHistoricTaskInstanceEntityManager, getHistoricVariableInstanceEntityManager, getHistoryManager, getIdentityInfoEntityManager, getIdentityLinkEntityManager, getJobEntityManager, getJobExecutor, getMembershipEntityManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSession, getTaskEntityManager, getUserIdentityEntityManager, getVariableInstanceEntityManagerpublic 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 © 2015 Alfresco. All rights reserved.