Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
Package
Description
-
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.batch
Modifier and TypeMethodDescriptionBatchJobContext.getConfiguration()
protected ByteArrayEntity
AbstractBatchJobHandler.saveConfiguration
(ByteArrayManager byteArrayManager, T jobConfiguration) Modifier and TypeMethodDescriptionprotected JobEntity
AbstractBatchJobHandler.createBatchJob
(BatchEntity batch, ByteArrayEntity configuration) void
BatchJobContext.setConfiguration
(ByteArrayEntity configuration) ModifierConstructorDescriptionBatchJobContext
(BatchEntity batchEntity, ByteArrayEntity configuration) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.batch.removaltime
Modifier and TypeMethodDescriptionprotected ByteArrayEntity
BatchSetRemovalTimeJobHandler.findByteArrayById
(String byteArrayId, CommandContext commandContext) protected ByteArrayEntity
DecisionSetRemovalTimeJobHandler.findByteArrayById
(String byteArrayId, CommandContext commandContext) protected ByteArrayEntity
ProcessSetRemovalTimeJobHandler.findByteArrayById
(String byteArrayId, CommandContext commandContext) protected ByteArrayEntity
ProcessSetRemovalTimeResultHandler.saveConfiguration
(SetRemovalTimeBatchConfiguration configuration, CommandContext context) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.batch.variables
Modifier and TypeMethodDescriptionprotected ByteArrayEntity
BatchSetVariablesHandler.findByteArrayById
(String byteArrayId, CommandContext commandContext) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.history.event
Modifier and TypeMethodDescriptionprotected ByteArrayEntity
HistoricExternalTaskLogEntity.getErrorByteArray()
protected ByteArrayEntity
HistoricJobLogEvent.getExceptionByteArray()
-
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionprotected ByteArrayEntity
AttachmentEntity.content
protected ByteArrayEntity
ExternalTaskEntity.errorDetailsByteArray
protected ByteArrayEntity
JobEntity.exceptionByteArray
Modifier and TypeMethodDescriptionAttachmentEntity.getContent()
protected ByteArrayEntity
ExternalTaskEntity.getErrorByteArray()
protected ByteArrayEntity
JobEntity.getExceptionByteArray()
Modifier and TypeMethodDescriptionvoid
ByteArrayManager.insertByteArray
(ByteArrayEntity arr) void
HistoricVariableInstanceEntity.setByteArrayValue
(ByteArrayEntity byteArrayValue) void
AttachmentEntity.setContent
(ByteArrayEntity content) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.persistence.entity.util
Modifier and TypeMethodDescriptionvoid
ByteArrayField.setByteArrayValue
(ByteArrayEntity byteArrayValue) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.util
Modifier and TypeMethodDescriptionstatic 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 ExternalTasksstatic ByteArrayEntity
ExceptionUtil.createJobExceptionByteArray
(byte[] byteArray, ResourceType type) Modifier and TypeMethodDescriptionstatic String
ExceptionUtil.getExceptionStacktrace
(ByteArrayEntity byteArray)