public class ByteArrayEntityManagerImpl extends AbstractEntityManager<ByteArrayEntity> implements ByteArrayEntityManager
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayDataManager |
byteArrayDataManager |
processEngineConfiguration| Constructor and Description |
|---|
ByteArrayEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration,
ByteArrayDataManager byteArrayDataManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByteArrayById(String byteArrayEntityId)
Deletes the
ByteArrayEntity with the given id from the database. |
List<ByteArrayEntity> |
findAll()
Returns all
ByteArrayEntity. |
ByteArrayDataManager |
getByteArrayDataManager() |
protected DataManager<ByteArrayEntity> |
getDataManager() |
void |
setByteArrayDataManager(ByteArrayDataManager byteArrayDataManager) |
create, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, insert, insert, update, updategetActivityInstanceEntityManager, getAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeploymentEntityManager, getEventDispatcher, getExecutionEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricProcessInstanceEntityManager, getHistoryManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSessionprotected ByteArrayDataManager byteArrayDataManager
public ByteArrayEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, ByteArrayDataManager byteArrayDataManager)
protected DataManager<ByteArrayEntity> getDataManager()
getDataManager in class AbstractEntityManager<ByteArrayEntity>public List<ByteArrayEntity> findAll()
ByteArrayEntityManagerByteArrayEntity.findAll in interface ByteArrayEntityManagerpublic void deleteByteArrayById(String byteArrayEntityId)
ByteArrayEntityManagerByteArrayEntity 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!.deleteByteArrayById in interface ByteArrayEntityManagerpublic ByteArrayDataManager getByteArrayDataManager()
public void setByteArrayDataManager(ByteArrayDataManager byteArrayDataManager)
Copyright © 2019 Flowable. All rights reserved.