Package | Description |
---|---|
org.camunda.bpm.engine.impl.history.event | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.util |
Modifier and Type | Method and Description |
---|---|
protected ByteArrayEntity |
HistoricJobLogEvent.getExceptionByteArray() |
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() |
protected ByteArrayEntity |
JobEntity.getExceptionByteArray() |
Modifier and Type | Method and Description |
---|---|
void |
HistoricVariableInstanceEntity.setByteArrayValue(ByteArrayEntity byteArrayValue) |
void |
AttachmentEntity.setContent(ByteArrayEntity content) |
Modifier and Type | Method and Description |
---|---|
static ByteArrayEntity |
JobExceptionUtil.createJobExceptionByteArray(byte[] byteArray) |
Modifier and Type | Method and Description |
---|---|
static String |
JobExceptionUtil.getJobExceptionStacktrace(ByteArrayEntity byteArray) |
Copyright © 2018. All rights reserved.