Class ConversationUserAccountMappingEntityManagerImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<ConversationUserAccountMappingEntity,ConversationUserAccountMappingDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<EngageEngineConfiguration,ConversationUserAccountMappingEntity,ConversationUserAccountMappingDataManager>
com.flowable.engage.engine.impl.persistence.entity.ConversationUserAccountMappingEntityManagerImpl
All Implemented Interfaces:
ConversationUserAccountMappingEntityManager, org.flowable.common.engine.impl.persistence.entity.EntityManager<ConversationUserAccountMappingEntity>

public class ConversationUserAccountMappingEntityManagerImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<EngageEngineConfiguration,ConversationUserAccountMappingEntity,ConversationUserAccountMappingDataManager> implements ConversationUserAccountMappingEntityManager
Author:
Filip Hrisafov
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager

    engineConfiguration

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager

    dataManager, engineType
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteMapping(String conversationId, String userAccountId)
     
    void
     

    Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager

    getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcher

    Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager

    create, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager

    create, delete, delete, delete, findById, insert, insert, update, update