| Package | Description |
|---|---|
| org.activiti.engine.impl.persistence.entity |
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayEntity |
AttachmentEntity.content |
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayEntity |
ByteArrayEntity.createAndInsert(byte[] bytes) |
static ByteArrayEntity |
ByteArrayEntity.createAndInsert(String name,
byte[] bytes) |
ByteArrayEntity |
ByteArrayEntityManager.findById(String byteArrayEntityId) |
ByteArrayEntity |
AttachmentEntity.getContent() |
ByteArrayEntity |
ByteArrayRef.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteArrayEntityManager.deleteByteArray(ByteArrayEntity byteArray) |
void |
AttachmentEntity.setContent(ByteArrayEntity content) |
Copyright © 2018 Flowable. All rights reserved.