Package | Description |
---|---|
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.persistence.entity.data.impl |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayEntityImpl |
Modifier and Type | Field and Description |
---|---|
protected ByteArrayEntity |
AttachmentEntityImpl.content |
Modifier and Type | Method and Description |
---|---|
ByteArrayEntity |
ByteArrayEntityManagerImpl.createAndInsert(byte[] bytes) |
ByteArrayEntity |
ByteArrayEntityManager.createAndInsert(byte[] bytes) |
ByteArrayEntity |
ByteArrayEntityManagerImpl.createAndInsert(String name,
byte[] bytes) |
ByteArrayEntity |
ByteArrayEntityManager.createAndInsert(String name,
byte[] bytes) |
ByteArrayEntity |
AttachmentEntityImpl.getContent() |
ByteArrayEntity |
AttachmentEntity.getContent() |
ByteArrayEntity |
ByteArrayRef.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected DataManager<ByteArrayEntity> |
ByteArrayEntityManagerImpl.getDataManager() |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentEntityImpl.setContent(ByteArrayEntity content) |
void |
AttachmentEntity.setContent(ByteArrayEntity content) |
Modifier and Type | Method and Description |
---|---|
ByteArrayEntity |
MybatisByteArrayDataManager.create() |
Modifier and Type | Method and Description |
---|---|
Class<? extends ByteArrayEntity> |
MybatisByteArrayDataManager.getManagedEntityClass() |
Copyright © 2015 Alfresco. All rights reserved.