Modifier and Type | Field and Description |
---|---|
protected ByteArrayEntity |
BatchJobContext.configuration |
Modifier and Type | Method and Description |
---|---|
ByteArrayEntity |
BatchJobContext.getConfiguration() |
protected ByteArrayEntity |
AbstractBatchJobHandler.saveConfiguration(ByteArrayManager byteArrayManager,
T jobConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected JobEntity |
AbstractBatchJobHandler.createBatchJob(BatchEntity batch,
ByteArrayEntity configuration) |
void |
BatchJobContext.setConfiguration(ByteArrayEntity configuration) |
Constructor and Description |
---|
BatchJobContext(BatchEntity batchEntity,
ByteArrayEntity configuration) |
Modifier and Type | Method and Description |
---|---|
protected ByteArrayEntity |
ProcessSetRemovalTimeJobHandler.findByteArrayById(String byteArrayId,
CommandContext commandContext) |
protected ByteArrayEntity |
BatchSetRemovalTimeJobHandler.findByteArrayById(String byteArrayId,
CommandContext commandContext) |
protected ByteArrayEntity |
DecisionSetRemovalTimeJobHandler.findByteArrayById(String byteArrayId,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected ByteArrayEntity |
BatchSetVariablesHandler.findByteArrayById(String byteArrayId,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected ByteArrayEntity |
HistoricExternalTaskLogEntity.getErrorByteArray() |
protected ByteArrayEntity |
HistoricJobLogEvent.getExceptionByteArray() |
Modifier and Type | Field and Description |
---|---|
protected ByteArrayEntity |
AttachmentEntity.content |
protected ByteArrayEntity |
ExternalTaskEntity.errorDetailsByteArray |
protected ByteArrayEntity |
JobEntity.exceptionByteArray |
Modifier and Type | Method and Description |
---|---|
ByteArrayEntity |
AttachmentEntity.getContent() |
protected ByteArrayEntity |
ExternalTaskEntity.getErrorByteArray() |
protected ByteArrayEntity |
JobEntity.getExceptionByteArray() |
Modifier and Type | Method and Description |
---|---|
void |
ByteArrayManager.insertByteArray(ByteArrayEntity arr) |
void |
HistoricVariableInstanceEntity.setByteArrayValue(ByteArrayEntity byteArrayValue) |
void |
AttachmentEntity.setContent(ByteArrayEntity content) |
Modifier and Type | Field and Description |
---|---|
protected ByteArrayEntity |
ByteArrayField.byteArrayValue |
Modifier and Type | Method and Description |
---|---|
protected ByteArrayEntity |
ByteArrayField.getByteArrayEntity() |
Modifier and Type | Method and Description |
---|---|
void |
ByteArrayField.setByteArrayValue(ByteArrayEntity byteArrayValue) |
Modifier and Type | Method and Description |
---|---|
static ByteArrayEntity |
ExceptionUtil.createExceptionByteArray(String name,
byte[] byteArray,
ResourceType type)
create ByteArrayEntity with specified name and payload and make sure it's
persisted
used in Jobs and ExternalTasks
|
static ByteArrayEntity |
ExceptionUtil.createJobExceptionByteArray(byte[] byteArray,
ResourceType type) |
Modifier and Type | Method and Description |
---|---|
static String |
ExceptionUtil.getExceptionStacktrace(ByteArrayEntity byteArray) |
Copyright © 2022. All rights reserved.