Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity

Packages that use ByteArrayEntity
org.camunda.bpm.engine.impl.batch   
org.camunda.bpm.engine.impl.history.event   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.persistence.entity.util   
org.camunda.bpm.engine.impl.util   
 

Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.batch
 

Fields in org.camunda.bpm.engine.impl.batch declared as ByteArrayEntity
protected  ByteArrayEntity BatchJobContext.configuration
           
 

Methods in org.camunda.bpm.engine.impl.batch that return ByteArrayEntity
 ByteArrayEntity BatchJobContext.getConfiguration()
           
protected  ByteArrayEntity AbstractProcessInstanceBatchJobHandler.saveConfiguration(ByteArrayManager byteArrayManager, T jobConfiguration)
           
 

Methods in org.camunda.bpm.engine.impl.batch with parameters of type ByteArrayEntity
protected  JobEntity AbstractProcessInstanceBatchJobHandler.createBatchJob(BatchEntity batch, ByteArrayEntity configuration)
           
 void BatchJobContext.setConfiguration(ByteArrayEntity configuration)
           
 

Constructors in org.camunda.bpm.engine.impl.batch with parameters of type ByteArrayEntity
BatchJobContext(BatchEntity batchEntity, ByteArrayEntity configuration)
           
 

Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.history.event
 

Methods in org.camunda.bpm.engine.impl.history.event that return ByteArrayEntity
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 ByteArrayEntity
protected  ByteArrayEntity AttachmentEntity.content
           
protected  ByteArrayEntity ExternalTaskEntity.errorDetailsByteArray
           
protected  ByteArrayEntity JobEntity.exceptionByteArray
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return ByteArrayEntity
 ByteArrayEntity AttachmentEntity.getContent()
           
protected  ByteArrayEntity ExternalTaskEntity.getErrorByteArray()
           
protected  ByteArrayEntity JobEntity.getExceptionByteArray()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ByteArrayEntity
 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 ByteArrayEntity
protected  ByteArrayEntity ByteArrayField.byteArrayValue
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity.util that return ByteArrayEntity
protected  ByteArrayEntity ByteArrayField.getByteArrayEntity()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type ByteArrayEntity
 void ByteArrayField.setByteArrayValue(ByteArrayEntity byteArrayValue)
           
 

Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.util
 

Methods in org.camunda.bpm.engine.impl.util that return ByteArrayEntity
static ByteArrayEntity ExceptionUtil.createExceptionByteArray(String name, byte[] byteArray)
          create ByteArrayEntity with specified name and payload and make sure it's persisted used in Jobs and ExternalTasks
static ByteArrayEntity ExceptionUtil.createJobExceptionByteArray(byte[] byteArray)
           
 

Methods in org.camunda.bpm.engine.impl.util with parameters of type ByteArrayEntity
static String ExceptionUtil.getExceptionStacktrace(ByteArrayEntity byteArray)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.