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 ByteArrayEntityAbstractBatchJobHandler. 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 ByteArrayManagerCommandContext. 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 ByteArrayManagerAbstractManager. getByteArrayManager()
-