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