Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
Packages that use ByteArrayEntity
Package
Description
-
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.batch
Fields in org.camunda.bpm.engine.impl.batch declared as ByteArrayEntityMethods in org.camunda.bpm.engine.impl.batch that return ByteArrayEntityModifier and TypeMethodDescriptionBatchJobContext.getConfiguration()
protected ByteArrayEntity
AbstractBatchJobHandler.saveConfiguration
(ByteArrayManager byteArrayManager, T jobConfiguration) Methods in org.camunda.bpm.engine.impl.batch with parameters of type ByteArrayEntityModifier and TypeMethodDescriptionprotected JobEntity
AbstractBatchJobHandler.createBatchJob
(BatchEntity batch, ByteArrayEntity configuration) void
BatchJobContext.setConfiguration
(ByteArrayEntity configuration) Constructors in org.camunda.bpm.engine.impl.batch with parameters of type ByteArrayEntityModifierConstructorDescriptionBatchJobContext
(BatchEntity batchEntity, ByteArrayEntity configuration) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.batch.removaltime
Methods in org.camunda.bpm.engine.impl.batch.removaltime that return ByteArrayEntityModifier 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
Methods in org.camunda.bpm.engine.impl.batch.variables that return ByteArrayEntityModifier and TypeMethodDescriptionprotected ByteArrayEntity
BatchSetVariablesHandler.findByteArrayById
(String byteArrayId, CommandContext commandContext) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return ByteArrayEntityModifier and TypeMethodDescriptionprotected ByteArrayEntity
HistoricExternalTaskLogEntity.getErrorByteArray()
protected ByteArrayEntity
HistoricJobLogEvent.getExceptionByteArray()
-
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as ByteArrayEntityModifier and TypeFieldDescriptionprotected ByteArrayEntity
AttachmentEntity.content
protected ByteArrayEntity
ExternalTaskEntity.errorDetailsByteArray
protected ByteArrayEntity
JobEntity.exceptionByteArray
Methods in org.camunda.bpm.engine.impl.persistence.entity that return ByteArrayEntityModifier and TypeMethodDescriptionAttachmentEntity.getContent()
protected ByteArrayEntity
ExternalTaskEntity.getErrorByteArray()
protected ByteArrayEntity
JobEntity.getExceptionByteArray()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ByteArrayEntityModifier 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
Fields in org.camunda.bpm.engine.impl.persistence.entity.util declared as ByteArrayEntityMethods in org.camunda.bpm.engine.impl.persistence.entity.util that return ByteArrayEntityMethods in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type ByteArrayEntityModifier and TypeMethodDescriptionvoid
ByteArrayField.setByteArrayValue
(ByteArrayEntity byteArrayValue) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util that return ByteArrayEntityModifier 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) Methods in org.camunda.bpm.engine.impl.util with parameters of type ByteArrayEntityModifier and TypeMethodDescriptionstatic String
ExceptionUtil.getExceptionStacktrace
(ByteArrayEntity byteArray)