public abstract class AbstractEntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity> extends AbstractManager implements org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl>
idmEngineConfiguration| Constructor and Description |
|---|
AbstractEntityManager(CoreIdmEngineConfiguration idmEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
EntityImpl |
create() |
void |
delete(EntityImpl entity) |
void |
delete(EntityImpl entity,
boolean fireDeleteEvent) |
void |
delete(String id) |
EntityImpl |
findById(String entityId) |
protected abstract org.flowable.common.engine.impl.persistence.entity.data.DataManager<EntityImpl> |
getDataManager() |
void |
insert(EntityImpl entity) |
void |
insert(EntityImpl entity,
boolean fireCreateEvent) |
EntityImpl |
update(EntityImpl entity) |
EntityImpl |
update(EntityImpl entity,
boolean fireUpdateEvent) |
getCommandContext, getCommandExecutor, getEventDispatcher, getGroupEntityManager, getIdentityInfoEntityManager, getIdmEngineConfiguration, getMembershipEntityManager, getSessionpublic AbstractEntityManager(CoreIdmEngineConfiguration idmEngineConfiguration)
public EntityImpl findById(String entityId)
findById in interface org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>public EntityImpl create()
create in interface org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>public void insert(EntityImpl entity)
insert in interface org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>public void insert(EntityImpl entity, boolean fireCreateEvent)
insert in interface org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>public EntityImpl update(EntityImpl entity)
update in interface org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>public EntityImpl update(EntityImpl entity, boolean fireUpdateEvent)
update in interface org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>public void delete(String id)
delete in interface org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>public void delete(EntityImpl entity)
delete in interface org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>public void delete(EntityImpl entity, boolean fireDeleteEvent)
delete in interface org.flowable.common.engine.impl.persistence.entity.EntityManager<EntityImpl extends org.flowable.common.engine.impl.persistence.entity.Entity>protected abstract org.flowable.common.engine.impl.persistence.entity.data.DataManager<EntityImpl> getDataManager()
Copyright © 2019. All rights reserved.