Package | Description |
---|---|
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.variable |
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 |
VariableInstanceEntity.getByteArrayValue()
Deprecated.
|
ByteArrayEntity |
HistoricVariableInstanceEntity.getByteArrayValue()
Deprecated.
|
ByteArrayEntity |
HistoricDetailVariableInstanceUpdateEntity.getByteArrayValue()
Deprecated.
|
ByteArrayEntity |
AttachmentEntity.getContent() |
ByteArrayEntity |
ByteArrayRef.getEntity() |
Modifier and Type | Method and Description |
---|---|
void |
ByteArrayEntityManager.deleteByteArray(ByteArrayEntity byteArray) |
void |
AttachmentEntity.setContent(ByteArrayEntity content) |
Modifier and Type | Method and Description |
---|---|
ByteArrayEntity |
ValueFields.getByteArrayValue()
Deprecated.
use getBytes.
|
Copyright © 2016 Alfresco. All rights reserved.