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

Packages that use ByteArrayEntity
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.history.event   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.util   
org.camunda.bpm.engine.impl.variable.serializer   
 

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

Methods in org.camunda.bpm.engine.impl that return ByteArrayEntity
 ByteArrayEntity SingleQueryVariableValueCondition.getByteArrayValue()
           
 

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 HistoricVariableInstanceEntity.byteArrayValue
           
protected  ByteArrayEntity VariableInstanceEntity.byteArrayValue
           
protected  ByteArrayEntity HistoricDetailVariableInstanceUpdateEntity.byteArrayValue
           
protected  ByteArrayEntity AttachmentEntity.content
           
protected  ByteArrayEntity JobEntity.exceptionByteArray
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return ByteArrayEntity
 ByteArrayEntity HistoricVariableInstanceEntity.getByteArrayValue()
           
 ByteArrayEntity VariableInstanceEntity.getByteArrayValue()
           
 ByteArrayEntity HistoricDetailVariableInstanceUpdateEntity.getByteArrayValue()
           
 ByteArrayEntity AttachmentEntity.getContent()
           
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.util
 

Methods in org.camunda.bpm.engine.impl.util that return ByteArrayEntity
static ByteArrayEntity JobExceptionUtil.createJobExceptionByteArray(byte[] byteArray)
           
 

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

Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.variable.serializer
 

Methods in org.camunda.bpm.engine.impl.variable.serializer that return ByteArrayEntity
 ByteArrayEntity ValueFields.getByteArrayValue()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.