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

Packages that use ByteArrayEntity
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.variable   
 

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()
           
 

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.variable
 

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



Copyright © 2014 camunda services GmbH. All Rights Reserved.