public class ByteArrayEntityManager extends AbstractManager
Constructor and Description |
---|
ByteArrayEntityManager() |
Modifier and Type | Method and Description |
---|---|
void |
deleteByteArray(ByteArrayEntity byteArray) |
void |
deleteByteArrayById(String byteArrayEntityId)
Deletes the
ByteArrayEntity with the given id from the database. |
ByteArrayEntity |
findById(String byteArrayEntityId) |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getGroupIdentityManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityInfoManager, getIdentityLinkManager, getMembershipIdentityManager, getModelManager, getProcessDefinitionInfoManager, getProcessDefinitionManager, getProcessEngineConfiguration, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getUserIdentityManager, getVariableInstanceManager, insert
public ByteArrayEntity findById(String byteArrayEntityId)
public void deleteByteArrayById(String byteArrayEntityId)
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!.public void deleteByteArray(ByteArrayEntity byteArray)
Copyright © 2016 Alfresco. All rights reserved.