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, getDbSqlSession, getEntity, getEntityCache, getList, getListFromCache, getManagedEntitySubClasses, insert, updategetAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeadLetterJobEntityManager, getDeploymentEntityManager, getEventDispatcher, getEventSubscriptionEntityManager, getExecutionEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceEntityManager, getHistoricTaskInstanceEntityManager, getHistoricVariableInstanceEntityManager, getHistoryManager, getIdentityLinkEntityManager, getJobEntityManager, getJobManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSession, getSuspendedJobEntityManager, getTaskEntityManager, getTimerJobEntityManager, 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 © 2010–2018 Alfresco. All rights reserved.