org.camunda.bpm.engine.impl.persistence.entity
Class ByteArrayManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.entity.ByteArrayManager
- All Implemented Interfaces:
- Session
public class ByteArrayManager
- extends AbstractManager
- Author:
- Joram Barrez
| Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager |
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, flush, getAttachmentManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getDbEntityManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert, saveDefaultAuthorizations |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteArrayManager
public ByteArrayManager()
deleteByteArrayById
public void deleteByteArrayById(String byteArrayEntityId)
- Deletes the
ByteArrayEntity with the given id from the database.
Important: this operation will NOT do any optimistic locking, to avoid loading the
bytes in memory. So use this method only in conjunction with an entity that has
optimistic locking!.
Copyright © 2014 camunda services GmbH. All rights reserved.