Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ByteArrayManager
-
Packages that use ByteArrayManager Package Description org.camunda.bpm.engine.impl.batch org.camunda.bpm.engine.impl.interceptor org.camunda.bpm.engine.impl.persistence -
-
Uses of ByteArrayManager in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch with parameters of type ByteArrayManager Modifier and Type Method Description protected ByteArrayEntity
AbstractBatchJobHandler. saveConfiguration(ByteArrayManager byteArrayManager, T jobConfiguration)
-
Uses of ByteArrayManager in org.camunda.bpm.engine.impl.interceptor
Methods in org.camunda.bpm.engine.impl.interceptor that return ByteArrayManager Modifier and Type Method Description ByteArrayManager
CommandContext. getByteArrayManager()
-
Uses of ByteArrayManager in org.camunda.bpm.engine.impl.persistence
Methods in org.camunda.bpm.engine.impl.persistence that return ByteArrayManager Modifier and Type Method Description protected ByteArrayManager
AbstractManager. getByteArrayManager()
-