| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.variable |
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayEntity |
VariableInstanceEntity.byteArrayValue |
protected ByteArrayEntity |
HistoricVariableInstanceEntity.byteArrayValue |
protected ByteArrayEntity |
HistoricDetailVariableInstanceUpdateEntity.byteArrayValue |
protected ByteArrayEntity |
AttachmentEntity.content |
protected ByteArrayEntity |
JobEntity.exceptionByteArray |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayEntity |
VariableInstanceEntity.getByteArrayValue() |
ByteArrayEntity |
HistoricVariableInstanceEntity.getByteArrayValue() |
ByteArrayEntity |
HistoricDetailVariableInstanceUpdateEntity.getByteArrayValue() |
ByteArrayEntity |
AttachmentEntity.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricVariableInstanceEntity.setByteArrayValue(ByteArrayEntity byteArrayValue) |
void |
AttachmentEntity.setContent(ByteArrayEntity content) |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayEntity |
ValueFields.getByteArrayValue() |
Copyright © 2015. All rights reserved.