Package | Description |
---|---|
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.persistence.entity.data | |
org.activiti.engine.impl.persistence.entity.data.impl |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<AttachmentEntity> |
AttachmentEntityManagerImpl.findAttachmentsByProcessInstanceId(String processInstanceId) |
List<AttachmentEntity> |
AttachmentEntityManager.findAttachmentsByProcessInstanceId(String processInstanceId) |
List<AttachmentEntity> |
AttachmentEntityManagerImpl.findAttachmentsByTaskId(String taskId) |
List<AttachmentEntity> |
AttachmentEntityManager.findAttachmentsByTaskId(String taskId) |
protected DataManager<AttachmentEntity> |
AttachmentEntityManagerImpl.getDataManager() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentEntity> |
AttachmentDataManager.findAttachmentsByProcessInstanceId(String processInstanceId) |
List<AttachmentEntity> |
AttachmentDataManager.findAttachmentsByTaskId(String taskId) |
Modifier and Type | Method and Description |
---|---|
AttachmentEntity |
MybatisAttachmentDataManager.create() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentEntity> |
MybatisAttachmentDataManager.findAttachmentsByProcessInstanceId(String processInstanceId) |
List<AttachmentEntity> |
MybatisAttachmentDataManager.findAttachmentsByTaskId(String taskId) |
Class<? extends AttachmentEntity> |
MybatisAttachmentDataManager.getManagedEntityClass() |
Copyright © 2015 Alfresco. All rights reserved.